ckeditor (current) version 3.6.4

This commit is contained in:
Klaus Leithoff 2012-10-09 15:03:32 +00:00
parent 7e827dfcef
commit 259a917e38
669 changed files with 14022 additions and 4115 deletions

View File

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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. Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license For licensing, see LICENSE.html or http://ckeditor.com/license
--> -->
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
@ -34,6 +34,121 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
<h1> <h1>
CKEditor Changelog CKEditor Changelog
</h1> </h1>
<h3>
CKEditor 3.6.4</h3>
<p>
Fixed issues:</p>
<ul>
<li><a href="http://dev.ckeditor.com/ticket/8887">#8887</a> : Ugly hover effect for buttons in dialog windows due to slightly wrong background position.</li>
<li><a href="http://dev.ckeditor.com/ticket/8783">#8783</a> : <code>getAttribute( 'contenteditable' )</code> returns 'inherited' on IE7 and IE6 for elements created from code.</li>
<li><a href="http://dev.ckeditor.com/ticket/8463">#8463</a> : WebKit: <em>Cut/Copy</em> buttons didn't go on "enabled" state after selecting text in the editor.</li>
<li><a href="http://dev.ckeditor.com/ticket/9043">#9043</a> : Command newpage didn't return its name when <code>afterCommandExec</code> event was fired.</li>
<li><a href="http://dev.ckeditor.com/ticket/9015">#9015</a> : Applied ARIA label on dialog file input element.</li>
<li><a href="http://dev.ckeditor.com/ticket/9016">#9016</a> : Applied the "presentation" role on the iframe element in dialog file field markup.</li>
<li><a href="http://dev.ckeditor.com/ticket/8949">#8949</a> : Image Properties does not show in context menu when the image is wrapped in a div with the width set.</li>
<li><a href="http://dev.ckeditor.com/ticket/9008">#9008</a> : Fixed list items order reversed when merging two lists.</li>
<li><a href="http://dev.ckeditor.com/ticket/9042">#9042</a> : [Safari] Fixed pasting left garbage html at the end of document.</li>
<li><a href="http://dev.ckeditor.com/ticket/7745">#7745</a> : The list of frames on JAWS will not any more show the <em>"ALT+0 for help"</em> text for the editor entry.</li>
<li><a href="http://dev.ckeditor.com/ticket/8979">#8979</a> : Overriding matches will not any more interfere on the Font size combo.</li>
<li><a href="http://dev.ckeditor.com/ticket/5447">#5447</a> : Anchor names created by the Link dialog are now trimmed to protect against unwanted spaces.</li>
<li><a href="http://dev.ckeditor.com/ticket/8997">#8997</a> : Styles are lost on sub-lists when converting list type.</li>
<li><a href="http://dev.ckeditor.com/ticket/8971">#8971</a> : [IE7] Dialog size are stretched when long text field value is received.</li>
<li><a href="http://dev.ckeditor.com/ticket/8945">#8945</a> : Fake elements now show alternative text on High Contrast mode.</li>
<li><a href="http://dev.ckeditor.com/ticket/8985">#8985</a> : Better handling of <em>Enter</em> key events on dialogs.</li>
<li><a href="http://dev.ckeditor.com/ticket/8925">#8925</a> : [Firefox] Unexpected page scroll on large floating block when editor is re-focused.</li>
<li><a href="http://dev.ckeditor.com/ticket/8978">#8978</a> : [IE] Saved editor text selection is lost after close menu.</li>
<li><a href="http://dev.ckeditor.com/ticket/9022">#9022</a> : [IE7] Fixed wrong selection introduced in empty editor document when click to the bottom-right of the document.</li>
<li><a href="http://dev.ckeditor.com/ticket/9034">#9034</a> : [IE7] Fixed JavaScript error caused by drag-to-select at the bottom of the document.</li>
<li><a href="http://dev.ckeditor.com/ticket/9057">#9057</a> : Unexpected block established when decreasing indent of a styled list item.</li>
<li><a href="http://dev.ckeditor.com/ticket/9063">#9063</a> : Styles on sub-list are lost when decreasing indent of the parent list.</li>
<li><a href="http://dev.ckeditor.com/ticket/9047">#9047</a> : [Firefox] Anchors in the preview window will now work properly.</li>
<li><a href="http://dev.ckeditor.com/ticket/8941">#8941</a> : [Webkit] Content region disappeared when resizing the browser.</li>
<li><a href="http://dev.ckeditor.com/ticket/8968">#8968</a> : [Firefox] The <code><a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.forcePasteAsPlainText">forcePasteAsPlainText</a></code> configuration is not working when using <em>Ctrl/Cmd-V</em>.</li>
<li><a href="http://dev.ckeditor.com/ticket/6217">#6217</a> : Handled <em>Del/Backspace</em> key at the boundary of table to unify the cursor position.</li>
<li><a href="http://dev.ckeditor.com/ticket/8950">#8950</a> : Changed the cursor position after calling <code>editor::insertElement</code> on block element.</li>
<li><a href="http://dev.ckeditor.com/ticket/9080">#9080</a> : Fixed <em>Backspace</em> key in front of the list item to join with previous line.</li>
<li><a href="http://dev.ckeditor.com/ticket/3592">#3592</a> : Removed the "title" field from flash dialog advanced tab.</li>
<li><a href="http://dev.ckeditor.com/ticket/9084">#9084</a> : [IE] Dragging absolute positioned elements is now enabled by default.</li>
<li><a href="http://dev.ckeditor.com/ticket/8879">#8879</a> : Corrected styling of labels used in dialog windows.</li>
<li><a href="http://dev.ckeditor.com/ticket/8921">#8921</a> : [Chrome] Paste on a newly created CKEditor instance does not work on Chrome.</li>
<li><a href="http://dev.ckeditor.com/ticket/9036">#9036</a> : Find feature cannot locate certain words while <em>Match Whole Word</em> is enabled.</li>
<li><a href="http://dev.ckeditor.com/ticket/9069">#9069</a> : [Chrome] Issue with popups not opening properly on Chrome 20 makes it impossible to view the file browser window.</li>
<li><a href="http://dev.ckeditor.com/ticket/5811">#5811</a> : Code for Image dialog is missing dialog dependency.</li>
<li><a href="http://dev.ckeditor.com/ticket/5810">#5810</a> : Code for Div Container is missing dialog dependency.</li>
<li><a href="http://dev.ckeditor.com/ticket/5809">#5809</a> : Dialog a11yhelp is missing dialog dependency.</li>
<li><a href="http://dev.ckeditor.com/ticket/4045">#4045</a> : "Field Name" Column in <code>sample_posteddata.php</code> is to narrow.</li>
<li>Updated the following language files as submitted to the <a href="https://www.transifex.net/projects/p/ckeditor/">CKEditor UI Translation Center</a>: Bulgarian, Chinese, Czech, Danish, Esperanto, Estonian, Greek, Italian, Norwegian, Portuguese, Romanian, Vietnamese.</li>
</ul>
<h3>
CKEditor 3.6.3</h3>
<p>
New features:</p>
<ul>
<li><a href="http://dev.ckeditor.com/ticket/7430">#7430</a> : Justify commands now perform alignment on the element when an image is selected.</li>
<li><a href="http://dev.ckeditor.com/ticket/8706">#8706</a> : Better ARIA accessibility for the color picker dialog window.</li>
<li><a href="http://dev.ckeditor.com/ticket/7366">#7366</a> : Editor paste function is now available on browser toolbar and context menu.</li>
</ul>
<p>
Fixed issues:</p>
<ul>
<li><a href="http://dev.ckeditor.com/ticket/8634">#8634</a> : [IE] Command execution always returns <code>true</code> in IE browsers.</li>
<li><a href="http://dev.ckeditor.com/ticket/8333">#8333</a> : Dialog windows can now be closed with the <em>Esc</em> key even if there is no Cancel button available.</li>
<li><a href="http://dev.ckeditor.com/ticket/8644">#8644</a> : Missing variable declaration in the dialog plugin.</li>
<li><a href="http://dev.ckeditor.com/ticket/8699">#8699</a> : Focus is now moved to the clicked button and back to color picker dialog window opener (button) in all browsers after the dialog window is closed.</li>
<li><a href="http://dev.ckeditor.com/ticket/8132">#8132</a> : [IE9] Link line gets broken when it contains a <code>br</code> tag.</li>
<li><a href="http://dev.ckeditor.com/ticket/8629">#8629</a> : Optimize float panel layout when there is not enough space in the viewport.</li>
<li><a href="http://dev.ckeditor.com/ticket/7955">#7955</a> : [FF] <em>Page Up</em> and <em>Page Down</em> in the WYSIWYG mode cause the selection to become lost.</li>
<li><a href="http://dev.ckeditor.com/ticket/8698">#8698</a> : <em>Esc</em> key does not close the color picker dialog window.</li>
<li><a href="http://dev.ckeditor.com/ticket/8413">#8413</a> : HTML comment nodes break content styling in tables.</li>
<li><a href="http://dev.ckeditor.com/ticket/7932">#7932</a>, <a href="http://dev.ckeditor.com/ticket/8643">#8643</a> : [IE] Clicking below the content region scrolls the page to the top.</li>
<li><a href="http://dev.ckeditor.com/ticket/5538">#5538</a>, <a href="http://dev.ckeditor.com/ticket/8729">#8729</a> : [IE] Focus jump results in incorrect context menu display.</li>
<li><a href="http://dev.ckeditor.com/ticket/6359">#6359</a> : [IE] Selectable area in blank WYSIWYG editor is too small.</li>
<li><a href="http://dev.ckeditor.com/ticket/7326">#7326</a>, <a href="http://dev.ckeditor.com/ticket/8074">#8074</a> : [FF] Scrolling does not work correctly in editor with large amount of text.</li>
<li><a href="http://dev.ckeditor.com/ticket/8630">#8630</a> : HTML events are now disabled when loading data.</li>
<li><a href="http://dev.ckeditor.com/ticket/8433">#8433</a> : [IE9] Use W3C event model.</li>
<li><a href="http://dev.ckeditor.com/ticket/8691">#8691</a> : [IE] Pasting invalid HTML crashes the browser.</li>
<li><a href="http://dev.ckeditor.com/ticket/8345">#8345</a> : [IE] Selection is not properly restored after closing the Link dialog window.</li>
<li><a href="http://dev.ckeditor.com/ticket/6308">#6308</a> : Vertical-only resize imposes fixed width on editor chrome.</li>
<li><a href="http://dev.ckeditor.com/ticket/7360">#7360</a> : [WebKit] WYSIWYG area sometimes does not resize with the chrome.</li>
<li><a href="http://dev.ckeditor.com/ticket/5527">#5527</a> : Do not encode the <code>#</code> character sent from the file browser.</li>
<li><a href="http://dev.ckeditor.com/ticket/8014">#8014</a> : Autogrow now stretches to fit the content when switching editor modes.</li>
<li><a href="http://dev.ckeditor.com/ticket/8249">#8249</a> : Inconsistent behavior with the <em>Backspace</em> key used at the start of a list item.</li>
<li><a href="http://dev.ckeditor.com/ticket/8617">#8617</a> : [WebKit] Selection becomes broken after an inline style is opened.</li>
<li><a href="http://dev.ckeditor.com/ticket/8527">#8527</a> : Insertion with cursor before an empty anchor is error-prone.</li>
<li><a href="http://dev.ckeditor.com/ticket/8632">#8632</a> : Cursor panic when the <em>Backspace</em> key is used in a list item.</li>
<li><a href="http://dev.ckeditor.com/ticket/8455">#8455</a> : Mousedown focus is too agressive.</li>
<li><a href="http://dev.ckeditor.com/ticket/8475">#8475</a> : Issue with deleting elements with inline styling in tables.</li>
<li><a href="http://dev.ckeditor.com/ticket/8324">#8324</a> : [IE8] Undo generates an error when a control type element is selected.</li>
<li><a href="http://dev.ckeditor.com/ticket/7946">#7946</a> : Find and Replace dialog window result does not scroll into view when the editor is off the viewport.</li>
<li><a href="http://dev.ckeditor.com/ticket/8157">#8157</a> : Flash/IFrame dialog window cannot be closed when displayed over Flash/IFrame with <code>dialog_startupFocusTab</code> set to <code>true</code>.</li>
<li><a href="http://dev.ckeditor.com/ticket/8305">#8305</a> : Text direction lost when converting a paragraph to a list.</li>
<li><a href="http://dev.ckeditor.com/ticket/8379">#8379</a> : The cursor moves to the start of the document when inserting a row or column is undone.</li>
<li><a href="http://dev.ckeditor.com/ticket/6666">#6666</a> : Removed references to <code>element.all</code>.</li>
<li><a href="http://dev.ckeditor.com/ticket/8732">#8732</a> : Issue when <code>CKEDITOR.range::enlarge</code> passes through comment nodes.</li>
<li><a href="http://dev.ckeditor.com/ticket/7492">#7492</a> : The Style system can now use overrides with the same element (change classes instead of nesting).</li>
<li><a href="http://dev.ckeditor.com/ticket/6111">#6111</a> : Splitting table cells results in incorrect column spans.</li>
<li><a href="http://dev.ckeditor.com/ticket/8247">#8247</a> : [IE] Error when aligning a document with page breaks inside of contents.</li>
<li><a href="http://dev.ckeditor.com/ticket/8540">#8540</a> : Orphan texts inside a list or table are now properly fixed.</li>
<li><a href="http://dev.ckeditor.com/ticket/8774">#8774</a> : The Entities plugin can now be configured to only output XML entities.</li>
<li><a href="http://dev.ckeditor.com/ticket/8602">#8602</a> : Image source is now properly hidden when running data through the data processor.</li>
<li><a href="http://dev.ckeditor.com/ticket/8812">#8812</a> : [IE] Issues with the native range translation with comments in the DOM.</li>
<li><a href="http://dev.ckeditor.com/ticket/7907">#7907</a> : Decreasing indentation of a RTL block in a list item loses text direction.</li>
<li><a href="http://dev.ckeditor.com/ticket/8835">#8835</a> : Right margin on IE&lt;8 removed to avoid mouse click confusion.</li>
<li><a href="http://dev.ckeditor.com/ticket/8400">#8400</a> : [IE] Script error when closing the Cell Properties dialog window if the table cell text is selected.</li>
<li><a href="http://dev.ckeditor.com/ticket/8248">#8248</a> : [IE8] Issues with <em>Backspace</em> and <em>Del</em> keys when used at the start or end of list items.</li>
<li><a href="http://dev.ckeditor.com/ticket/8855">#8855</a> : [Chrome] Issue with the popup window size in Chrome 18 makes it impossible to view the file browser window.</li>
<li><a href="http://dev.ckeditor.com/ticket/8407">#8407</a> : Unneeded <code>aria-posinset</code> and <code>aria-setsize</code> for a list block are now removed.</li>
<li><a href="http://dev.ckeditor.com/ticket/8701">#8701</a> : Highlight field in the color picker does not show the correct color when keyboard navigation is used.</li>
<li><a href="http://dev.ckeditor.com/ticket/8509">#8509</a> : Table height gets copied from the width value when the Advanced tab is hidden.</li>
<li><a href="http://dev.ckeditor.com/ticket/8432">#8432</a> : [IE8] <code>openDialog('image')</code> error.</li>
<li><a href="http://dev.ckeditor.com/ticket/8493">#8493</a> : [IE] It is impossible to add a link to the selected text.</li>
<li><a href="http://dev.ckeditor.com/ticket/8528">#8528</a> : Redundant <code>imagePreviewBoxId</code> in the Image Properties dialog window is now removed.</li>
<li><a href="http://dev.ckeditor.com/ticket/8864">#8864</a> : [IE] Fix ARIA presentation of toolbar rich combo in JAWS.</li>
<li><a href="http://dev.ckeditor.com/ticket/8459">#8459</a> : Fix wrong undo step on enter key.</li>
<li><a href="http://dev.ckeditor.com/ticket/8895">#8895</a> : Editing anchors using the Link dialog window could not work in release version.</li>
<li><a href="http://dev.ckeditor.com/ticket/8876">#8876</a> : &lt;link&gt; element in the floating panels have been moved to &lt;head&gt;.</li>
<li>Updated the following language files as submitted to the <a href="https://www.transifex.net/projects/p/ckeditor/">CKEditor UI Translation Center</a>: Arabic, Bulgarian, Chinese, Croatian, Czech, Danish, Dutch, Esperanto, Estonian, Faroese, French, German, Greek, Gujarati, Hindi, Italian, Macedonian, Norwegian (Bokmål and Nynorsk), Polish, Portuguese, Turkish, Uighur, Ukrainian, Vietnamese, Welsh.</li>
</ul>
<h3> <h3>
CKEditor 3.6.2</h3> CKEditor 3.6.2</h3>
<p> <p>
@ -1425,7 +1540,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a> CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
</p> </p>
<p id="copy"> <p id="copy">
Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico Copyright &copy; 2003-2012, <a href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved. Knabben. All rights reserved.
</p> </p>
</div> </div>

View File

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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. Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license For licensing, see LICENSE.html or http://ckeditor.com/license
--> -->
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
@ -84,7 +84,7 @@ http://www.example.com/ckeditor/_samples/index.html</pre>
CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a> CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
</p> </p>
<p id="copy"> <p id="copy">
Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico Copyright &copy; 2003-2012, <a href="http://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved. Knabben. All rights reserved.
</p> </p>
</div> </div>

View File

@ -7,7 +7,7 @@ Software License Agreement
========================== ==========================
CKEditor - The text editor for Internet - http://ckeditor.com CKEditor - The text editor for Internet - http://ckeditor.com
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Licensed under the terms of any of the following licenses at your Licensed under the terms of any of the following licenses at your
choice: choice:
@ -1279,7 +1279,7 @@ EXHIBIT A -Mozilla Public License.
<p> <p>
<strong>CKEditor&trade;</strong> - The text editor for Internet&trade; - <a href="http://ckeditor.com"> <strong>CKEditor&trade;</strong> - The text editor for Internet&trade; - <a href="http://ckeditor.com">
http://ckeditor.com</a><br /> http://ckeditor.com</a><br />
Copyright &copy; 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. Copyright &copy; 2003-2012, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
</p> </p>
<p> <p>
Licensed under the terms of any of the following licenses at your choice: Licensed under the terms of any of the following licenses at your choice:

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -12,7 +12,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
// Must be updated on changes in the script as well as updated in the // Must be updated on changes in the script as well as updated in the
// ckeditor_source.js and ckeditor_basic_source.js files. // ckeditor_source.js and ckeditor_basic_source.js files.
// if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',version:'3.6.2',rev:'7275',_:{},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;})(); // if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',version:'3.6.4',revision:'7575',rnd:Math.floor(Math.random()*900)+100,_:{},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;})();
// #### Raw code // #### Raw code
// ATTENTION: read the above "Compressed Code" notes when changing this code. // ATTENTION: read the above "Compressed Code" notes when changing this code.
@ -51,7 +51,7 @@ if ( !window.CKEDITOR )
// The production implementation contains a fixed timestamp, unique // The production implementation contains a fixed timestamp, unique
// for each release and generated by the releaser. // for each release and generated by the releaser.
// (Base 36 value of each component of YYMMDDHH - 4 chars total - e.g. 87bm == 08071122) // (Base 36 value of each component of YYMMDDHH - 4 chars total - e.g. 87bm == 08071122)
timestamp : 'B8DJ5M3', timestamp : 'C6HH5UF',
/** /**
* Contains the CKEditor version number. * Contains the CKEditor version number.
@ -59,7 +59,7 @@ if ( !window.CKEDITOR )
* @example * @example
* alert( CKEDITOR.version ); // e.g. 'CKEditor 3.4.1' * alert( CKEDITOR.version ); // e.g. 'CKEditor 3.4.1'
*/ */
version : '3.6.2', version : '3.6.4',
/** /**
* Contains the CKEditor revision number. * Contains the CKEditor revision number.
@ -69,7 +69,15 @@ if ( !window.CKEDITOR )
* @example * @example
* alert( CKEDITOR.revision ); // e.g. '3975' * alert( CKEDITOR.revision ); // e.g. '3975'
*/ */
revision : '7275', revision : '7575',
/**
* A 3-digit random integer, valid for the entire life of the CKEDITOR object.
* @type Number
* @example
* alert( CKEDITOR.rnd ); // e.g. '319'
*/
rnd : Math.floor( Math.random() * ( 999/*Max*/ - 100/*Min*/ + 1 ) ) + 100/*Min*/,
/** /**
* Private object used to hold core stuff. It should not be used outside of * Private object used to hold core stuff. It should not be used outside of

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -49,9 +49,25 @@ CKEDITOR.command = function( editor, commandDefinition )
if ( this.editorFocus ) // Give editor focus if necessary (#4355). if ( this.editorFocus ) // Give editor focus if necessary (#4355).
editor.focus(); editor.focus();
if ( this.fire( 'exec' ) === true )
return true;
return ( commandDefinition.exec.call( this, editor, data ) !== false ); return ( commandDefinition.exec.call( this, editor, data ) !== false );
}; };
/**
* Explicitly update the status of the command, by firing the {@link CKEDITOR.command#event:refresh} event,
* as well as invoke the {@link CKEDITOR.commandDefinition.prototype.refresh} method if defined, this method
* is to allow different parts of the editor code to contribute in command status resolution.
*/
this.refresh = function()
{
if ( this.fire( 'refresh' ) === true )
return true;
return ( commandDefinition.refresh && commandDefinition.refresh.apply( this, arguments ) !== false );
};
CKEDITOR.tools.extend( this, commandDefinition, CKEDITOR.tools.extend( this, commandDefinition,
// Defaults // Defaults
/** @lends CKEDITOR.command.prototype */ /** @lends CKEDITOR.command.prototype */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -256,15 +256,18 @@ CKEDITOR.config =
fullPage : false, fullPage : false,
/** /**
* The height of the editing area (that includes the editor content), * The height of the editing area (that includes the editor content). This
* in relative or absolute units, e.g. <code>30px</code>, <code>5em</code>. * can be an integer, for pixel sizes, or any CSS-defined length unit.<br>
* <strong>Note:</strong> Percentage units, like <code>30%</code>, are not supported yet. * <br>
* <strong>Note:</strong> Percent units (%) are not supported.
* @type Number|String * @type Number|String
* @default <code>'200'</code> * @default <code>200</code>
* @example * @example
* config.height = 500; * config.height = 500; // 500 pixels.
* config.height = '25em'; * @example
* config.height = '300px'; * config.height = '25em'; // CSS length.
* @example
* config.height = '300px'; // CSS length.
*/ */
height : 200, height : 200,
@ -320,20 +323,20 @@ CKEDITOR.config =
'resize,' + 'resize,' +
'save,' + 'save,' +
'scayt,' + 'scayt,' +
'smiley,' +
'showblocks,' + 'showblocks,' +
'showborders,' + 'showborders,' +
'smiley,' +
'sourcearea,' + 'sourcearea,' +
'specialchar,' +
'stylescombo,' + 'stylescombo,' +
'tab,' +
'table,' + 'table,' +
'tabletools,' + 'tabletools,' +
'specialchar,' +
'tab,' +
'templates,' + 'templates,' +
'toolbar,' + 'toolbar,' +
'undo,' + 'undo,' +
'wysiwygarea,' + 'wsc,' +
'wsc', 'wysiwygarea',
/** /**
* A list of additional plugins to be loaded. This setting makes it easier * A list of additional plugins to be loaded. This setting makes it easier
@ -400,13 +403,18 @@ CKEDITOR.config =
skin : 'kama', skin : 'kama',
/** /**
* The editor width in CSS-defined units or an integer denoting a value in pixels. * The editor UI outer width. This can be an integer, for pixel sizes, or
* any CSS-defined unit.<br>
* <br>
* Unlike the <code>{@link CKEDITOR.config.height}</code> setting, this
* one will set the outer width of the entire editor UI, not for the
* editing area only.
* @type String|Number * @type String|Number
* @default <code>''</code> (empty) * @default <code>''</code> (empty)
* @example * @example
* config.width = 850; * config.width = 850; // 850 pixels wide.
* @example * @example
* config.width = '75%'; * config.width = '75%'; // CSS unit.
*/ */
width : '', width : '',

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -8,19 +8,32 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
* a DOM comment node. * a DOM comment node.
*/ */
CKEDITOR.dom.comment = CKEDITOR.tools.createClass( /**
* Represents a DOM comment node.
* @constructor
* @augments CKEDITOR.dom.node
* @param {Object|String} comment A native DOM comment node or a string containing
* the text to use to create a new comment 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.createComment( 'Example' );
* var comment = CKEDITOR.dom.comment( nativeNode );
* @example
* var comment = CKEDITOR.dom.comment( 'Example' );
*/
CKEDITOR.dom.comment = function( comment, ownerDocument )
{ {
base : CKEDITOR.dom.node, if ( typeof comment == 'string' )
comment = ( ownerDocument ? ownerDocument.$ : document ).createComment( comment );
$ : function( text, ownerDocument ) CKEDITOR.dom.domObject.call( this, comment );
{ };
if ( typeof text == 'string' )
text = ( ownerDocument ? ownerDocument.$ : document ).createComment( text );
this.base( text ); CKEDITOR.dom.comment.prototype = new CKEDITOR.dom.node();
},
proto : CKEDITOR.tools.extend( CKEDITOR.dom.comment.prototype,
/** @lends CKEDITOR.dom.comment.prototype */
{ {
type : CKEDITOR.NODE_COMMENT, type : CKEDITOR.NODE_COMMENT,
@ -28,5 +41,4 @@ CKEDITOR.dom.comment = CKEDITOR.tools.createClass(
{ {
return '<!--' + this.$.nodeValue + '-->'; return '<!--' + this.$.nodeValue + '-->';
} }
} });
});

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -84,10 +84,10 @@ CKEDITOR.dom.domObject.prototype = (function()
{ {
var listener = nativeListeners[ eventName ] = getNativeListener( this, eventName ); var listener = nativeListeners[ eventName ] = getNativeListener( this, eventName );
if ( this.$.attachEvent ) if ( this.$.addEventListener )
this.$.attachEvent( 'on' + eventName, listener );
else if ( this.$.addEventListener )
this.$.addEventListener( eventName, listener, !!CKEDITOR.event.useCapture ); this.$.addEventListener( eventName, listener, !!CKEDITOR.event.useCapture );
else if ( this.$.attachEvent )
this.$.attachEvent( 'on' + eventName, listener );
} }
// Call the original implementation. // Call the original implementation.
@ -107,10 +107,10 @@ CKEDITOR.dom.domObject.prototype = (function()
var listener = nativeListeners && nativeListeners[ eventName ]; var listener = nativeListeners && nativeListeners[ eventName ];
if ( listener ) if ( listener )
{ {
if ( this.$.detachEvent ) if ( this.$.removeEventListener )
this.$.detachEvent( 'on' + eventName, listener );
else if ( this.$.removeEventListener )
this.$.removeEventListener( eventName, listener, false ); this.$.removeEventListener( eventName, listener, false );
else if ( this.$.detachEvent )
this.$.detachEvent( 'on' + eventName, listener );
delete nativeListeners[ eventName ]; delete nativeListeners[ eventName ];
} }

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -466,6 +466,11 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
case 'style': case 'style':
// IE does not return inline styles via getAttribute(). See #2947. // IE does not return inline styles via getAttribute(). See #2947.
return this.$.style.cssText; return this.$.style.cssText;
case 'contenteditable':
case 'contentEditable':
return this.$.attributes.getNamedItem( 'contentEditable' ).specified ?
this.$.getAttribute( 'contentEditable' ) : null;
} }
return standard.call( this, name ); return standard.call( this, name );
@ -580,7 +585,7 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
* in the future. * in the future.
* @returns {String} The text value. * @returns {String} The text value.
* @example * @example
* var element = CKEDITOR.dom.element.createFromHtml( '&lt;div&gt;Same &lt;i&gt;text&lt;/i&gt;.&lt;/div&gt;' ); * var element = CKEDITOR.dom.element.createFromHtml( '&lt;div&gt;Sample &lt;i&gt;text&lt;/i&gt;.&lt;/div&gt;' );
* alert( <b>element.getText()</b> ); // "Sample text." * alert( <b>element.getText()</b> ); // "Sample text."
*/ */
getText : function() getText : function()
@ -730,7 +735,9 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
if ( this.isReadOnly() if ( this.isReadOnly()
|| this.getComputedStyle( 'display' ) == 'none' || this.getComputedStyle( 'display' ) == 'none'
|| this.getComputedStyle( 'visibility' ) == 'hidden' || this.getComputedStyle( 'visibility' ) == 'hidden'
|| CKEDITOR.dtd.$nonEditable[ name ] ) || this.is( 'a' ) && this.data( 'cke-saved-name' ) && !this.getChildCount()
|| CKEDITOR.dtd.$nonEditable[ name ]
|| CKEDITOR.dtd.$empty[ name ] )
{ {
return false; return false;
} }
@ -1068,6 +1075,8 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
this.$.tabIndex = value; this.$.tabIndex = value;
else if ( name == 'checked' ) else if ( name == 'checked' )
this.$.checked = value; this.$.checked = value;
else if ( name == 'contenteditable' )
standard.call( this, 'contentEditable', value );
else else
standard.apply( this, arguments ); standard.apply( this, arguments );
return this; return this;
@ -1142,6 +1151,8 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
name = 'className'; name = 'className';
else if ( name == 'tabindex' ) else if ( name == 'tabindex' )
name = 'tabIndex'; name = 'tabIndex';
else if ( name == 'contenteditable' )
name = 'contentEditable';
standard.call( this, name ); standard.call( this, name );
}; };
} }
@ -1173,9 +1184,9 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
*/ */
removeStyle : function( name ) removeStyle : function( name )
{ {
this.setStyle( name, '' ); // Removes the specified property from the current style object.
if ( this.$.style.removeAttribute ) var $ = this.$.style;
this.$.style.removeAttribute( CKEDITOR.tools.cssStyleToDomStyle( name ) ); $.removeProperty ? $.removeProperty( name ) : $.removeAttribute( CKEDITOR.tools.cssStyleToDomStyle( name ) );
if ( !this.$.style.cssText ) if ( !this.$.style.cssText )
this.removeAttribute( 'style' ); this.removeAttribute( 'style' );
@ -1226,7 +1237,7 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
*/ */
setOpacity : function( opacity ) setOpacity : function( opacity )
{ {
if ( CKEDITOR.env.ie ) if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 )
{ {
opacity = Math.round( opacity * 100 ); opacity = Math.round( opacity * 100 );
this.setStyle( 'filter', opacity >= 100 ? '' : 'progid:DXImageTransform.Microsoft.Alpha(opacity=' + opacity + ')' ); this.setStyle( 'filter', opacity >= 100 ? '' : 'progid:DXImageTransform.Microsoft.Alpha(opacity=' + opacity + ')' );
@ -1261,12 +1272,13 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
if ( CKEDITOR.env.ie || CKEDITOR.env.opera ) if ( CKEDITOR.env.ie || CKEDITOR.env.opera )
{ {
var element = this.$, var element = this.$,
elements = element.getElementsByTagName("*"),
e, e,
i = 0; i = 0;
element.unselectable = 'on'; element.unselectable = 'on';
while ( ( e = element.all[ i++ ] ) ) while ( ( e = elements[ i++ ] ) )
{ {
switch ( e.tagName.toLowerCase() ) switch ( e.tagName.toLowerCase() )
{ {
@ -1396,40 +1408,143 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
return { x : x, y : y }; return { x : x, y : y };
}, },
scrollIntoView : function( alignTop ) /**
* Make any page element visible inside the browser viewport.
* @param {Boolean} [alignToTop]
*/
scrollIntoView : function( alignToTop )
{ {
// Get the element window. var parent = this.getParent();
var win = this.getWindow(), if ( !parent ) return;
winHeight = win.getViewPaneSize().height;
// Starts from the offset that will be scrolled with the negative value of // Scroll the element into parent container from the inner out.
// the visible window height. do
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; // Check ancestors that overflows.
var overflowed =
parent.$.clientWidth && parent.$.clientWidth < parent.$.scrollWidth
|| parent.$.clientHeight && parent.$.clientHeight < parent.$.scrollHeight;
// Consider the margin in the scroll, which is ok for our current needs, but if ( overflowed )
// needs investigation if we will be using this function in other places. this.scrollIntoParent( parent, alignToTop, 1 );
offset += parseInt( this.getComputedStyle( 'marginBottom' ) || 0, 10 ) || 0;
// Walk across the frame.
if ( parent.is( 'html' ) )
{
var win = parent.getWindow();
// Avoid security error.
try
{
var iframe = win.$.frameElement;
iframe && ( parent = new CKEDITOR.dom.element( iframe ) );
}
catch(er){}
}
}
while ( ( parent = parent.getParent() ) );
},
/**
* Make any page element visible inside one of the ancestors by scrolling the parent.
* @param {CKEDITOR.dom.element|CKEDITOR.dom.window} parent The container to scroll into.
* @param {Boolean} [alignToTop] Align the element's top side with the container's
* when <code>true</code> is specified; align the bottom with viewport bottom when
* <code>false</code> is specified. Otherwise scroll on either side with the minimum
* amount to show the element.
* @param {Boolean} [hscroll] Whether horizontal overflow should be considered.
*/
scrollIntoParent : function( parent, alignToTop, hscroll )
{
!parent && ( parent = this.getWindow() );
var doc = parent.getDocument();
var isQuirks = doc.$.compatMode == 'BackCompat';
// On window <html> is scrolled while quirks scrolls <body>.
if ( parent instanceof CKEDITOR.dom.window )
parent = isQuirks ? doc.getBody() : doc.getDocumentElement();
// Scroll the parent by the specified amount.
function scrollBy( x, y )
{
// Webkit doesn't support "scrollTop/scrollLeft"
// on documentElement/body element.
if ( /body|html/.test( parent.getName() ) )
parent.getWindow().$.scrollBy( x, y );
else
{
parent.$[ 'scrollLeft' ] += x;
parent.$[ 'scrollTop' ] += y;
}
} }
// Append the offsets for the entire element hierarchy. // Figure out the element position relative to the specified window.
var elementPosition = this.getDocumentPosition(); function screenPos( element, refWin )
offset += elementPosition.y; {
var pos = { x: 0, y: 0 };
// offset value might be out of range(nagative), fix it(#3692). if ( !( element.is( isQuirks ? 'body' : 'html' ) ) )
offset = offset < 0 ? 0 : offset; {
var box = element.$.getBoundingClientRect();
pos.x = box.left, pos.y = box.top;
}
// Scroll the window to the desired position, if not already visible(#3795). var win = element.getWindow();
var currentScroll = win.getScrollPosition().y; if ( !win.equals( refWin ) )
if ( offset > currentScroll || offset < currentScroll - winHeight ) {
win.$.scrollTo( 0, offset ); var outerPos = screenPos( CKEDITOR.dom.element.get( win.$.frameElement ), refWin );
pos.x += outerPos.x, pos.y += outerPos.y;
}
return pos;
}
// calculated margin size.
function margin( element, side )
{
return parseInt( element.getComputedStyle( 'margin-' + side ) || 0, 10 ) || 0;
}
var win = parent.getWindow();
var thisPos = screenPos( this, win ),
parentPos = screenPos( parent, win ),
eh = this.$.offsetHeight,
ew = this.$.offsetWidth,
ch = parent.$.clientHeight,
cw = parent.$.clientWidth,
lt,
br;
// Left-top margins.
lt =
{
x : thisPos.x - margin( this, 'left' ) - parentPos.x || 0,
y : thisPos.y - margin( this, 'top' ) - parentPos.y|| 0
};
// Bottom-right margins.
br =
{
x : thisPos.x + ew + margin( this, 'right' ) - ( ( parentPos.x ) + cw ) || 0,
y : thisPos.y + eh + margin( this, 'bottom' ) - ( ( parentPos.y ) + ch ) || 0
};
// 1. Do the specified alignment as much as possible;
// 2. Otherwise be smart to scroll only the minimum amount;
// 3. Never cut at the top;
// 4. DO NOT scroll when already visible.
if ( lt.y < 0 || br.y > 0 )
{
scrollBy( 0,
alignToTop === true ? lt.y :
alignToTop === false ? br.y :
lt.y < 0 ? lt.y : br.y );
}
if ( hscroll && ( lt.x < 0 || br.x > 0 ) )
scrollBy( lt.x < 0 ? lt.x : br.x, 0 );
}, },
setState : function( state ) setState : function( state )

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -46,8 +46,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
this.lastElement = e; this.lastElement = e;
var elementName = e.getName(); var elementName = e.getName();
if ( CKEDITOR.env.ie && e.$.scopeName != 'HTML' )
elementName = e.$.scopeName.toLowerCase() + ':' + elementName;
if ( !blockLimit ) if ( !blockLimit )
{ {

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -23,21 +23,13 @@ CKEDITOR.dom.node = function( domNode )
{ {
if ( domNode ) if ( domNode )
{ {
switch ( domNode.nodeType ) var type = domNode.nodeType == CKEDITOR.NODE_DOCUMENT ? 'document'
{ : domNode.nodeType == CKEDITOR.NODE_ELEMENT ? 'element'
// Safari don't consider document as element node type. (#3389) : domNode.nodeType == CKEDITOR.NODE_TEXT ? 'text'
case CKEDITOR.NODE_DOCUMENT : : domNode.nodeType == CKEDITOR.NODE_COMMENT ? 'comment'
return new CKEDITOR.dom.document( domNode ); : 'domObject'; // Call the base constructor otherwise.
case CKEDITOR.NODE_ELEMENT : return new CKEDITOR.dom[ type ]( domNode );
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; return this;
@ -352,7 +344,10 @@ CKEDITOR.tools.extend( CKEDITOR.dom.node.prototype,
do do
{ {
previous = previous.previousSibling; previous = previous.previousSibling;
retval = previous && new CKEDITOR.dom.node( previous );
// Avoid returning the doc type node.
// http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-412266927
retval = previous && previous.nodeType != 10 && new CKEDITOR.dom.node( previous );
} }
while ( retval && evaluator && !evaluator( retval ) ) while ( retval && evaluator && !evaluator( retval ) )
return retval; return retval;

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -349,7 +349,10 @@ CKEDITOR.dom.range = function( document )
// check(Start|End)OfBlock. // check(Start|End)OfBlock.
function getCheckStartEndBlockEvalFunction( isStart ) function getCheckStartEndBlockEvalFunction( isStart )
{ {
var hadBr = false, bookmarkEvaluator = CKEDITOR.dom.walker.bookmark( true ); var skipBogus = false,
bookmarkEvaluator = CKEDITOR.dom.walker.bookmark( true ),
nbspRegExp = /^[\t\r\n ]*(?:&nbsp;|\xa0)$/;
return function( node ) return function( node )
{ {
// First ignore bookmark nodes. // First ignore bookmark nodes.
@ -358,8 +361,16 @@ CKEDITOR.dom.range = function( document )
if ( node.type == CKEDITOR.NODE_TEXT ) if ( node.type == CKEDITOR.NODE_TEXT )
{ {
// Skip the block filler NBSP.
if ( CKEDITOR.env.ie &&
nbspRegExp.test( node.getText() ) &&
!skipBogus &&
!( isStart && node.getNext() ) )
{
skipBogus = true;
}
// If there's any visible text, then we're not at the start. // If there's any visible text, then we're not at the start.
if ( node.hasAscendant( 'pre' ) || CKEDITOR.tools.trim( node.getText() ).length ) else if ( node.hasAscendant( 'pre' ) || CKEDITOR.tools.trim( node.getText() ).length )
return false; return false;
} }
else if ( node.type == CKEDITOR.NODE_ELEMENT ) else if ( node.type == CKEDITOR.NODE_ELEMENT )
@ -368,10 +379,14 @@ CKEDITOR.dom.range = function( document )
// at the start. // at the start.
if ( !inlineChildReqElements[ node.getName() ] ) if ( !inlineChildReqElements[ node.getName() ] )
{ {
// If we're working at the end-of-block, forgive the first <br /> in non-IE // Skip the padding block br.
// browsers. if ( !CKEDITOR.env.ie &&
if ( !isStart && !CKEDITOR.env.ie && node.getName() == 'br' && !hadBr ) node.is( 'br' ) &&
hadBr = true; !skipBogus &&
!( isStart && node.getNext() ) )
{
skipBogus = true;
}
else else
return false; return false;
} }
@ -380,16 +395,23 @@ CKEDITOR.dom.range = function( document )
}; };
} }
var isBogus = CKEDITOR.dom.walker.bogus();
// Evaluator for CKEDITOR.dom.element::checkBoundaryOfElement, reject any // Evaluator for CKEDITOR.dom.element::checkBoundaryOfElement, reject any
// text node and non-empty elements unless it's being bookmark text. // text node and non-empty elements unless it's being bookmark text.
function elementBoundaryEval( node ) function elementBoundaryEval( checkStart )
{ {
// Reject any text node unless it's being bookmark return function( node )
// OR it's spaces. (#3883) {
return node.type != CKEDITOR.NODE_TEXT // Tolerant bogus br when checking at the end of block.
&& node.getName() in CKEDITOR.dtd.$removeEmpty // Reject any text node unless it's being bookmark
|| !CKEDITOR.tools.trim( node.getText() ) // OR it's spaces.
|| !!node.getParent().data( 'cke-bookmark' ); // Reject any element unless it's being invisible empty. (#3883)
return !checkStart && isBogus( node ) ||
( node.type == CKEDITOR.NODE_TEXT ?
!CKEDITOR.tools.trim( node.getText() ) || !!node.getParent().data( 'cke-bookmark' )
: node.getName() in CKEDITOR.dtd.$removeEmpty );
};
} }
var whitespaceEval = new CKEDITOR.dom.walker.whitespaces(), var whitespaceEval = new CKEDITOR.dom.walker.whitespaces(),
@ -506,7 +528,7 @@ CKEDITOR.dom.range = function( document )
if ( serializable ) if ( serializable )
{ {
baseId = 'cke_bm_' + CKEDITOR.tools.getNextNumber(); baseId = 'cke_bm_' + CKEDITOR.tools.getNextNumber();
startNode.setAttribute( 'id', baseId + 'S' ); startNode.setAttribute( 'id', baseId + ( collapsed ? 'C' : 'S' ) );
} }
// If collapsed, the endNode will not be created. // If collapsed, the endNode will not be created.
@ -537,7 +559,7 @@ CKEDITOR.dom.range = function( document )
this.moveToPosition( startNode, CKEDITOR.POSITION_AFTER_END ); this.moveToPosition( startNode, CKEDITOR.POSITION_AFTER_END );
return { return {
startNode : serializable ? baseId + 'S' : startNode, startNode : serializable ? baseId + ( collapsed ? 'C' : 'S' ) : startNode,
endNode : serializable ? baseId + 'E' : endNode, endNode : serializable ? baseId + 'E' : endNode,
serializable : serializable, serializable : serializable,
collapsed : collapsed collapsed : collapsed
@ -1014,7 +1036,12 @@ CKEDITOR.dom.range = function( document )
// whitespaces at the end. // whitespaces at the end.
isWhiteSpace = false; isWhiteSpace = false;
if ( sibling.type == CKEDITOR.NODE_TEXT ) if ( sibling.type == CKEDITOR.NODE_COMMENT )
{
sibling = sibling.getPrevious();
continue;
}
else if ( sibling.type == CKEDITOR.NODE_TEXT )
{ {
siblingText = sibling.getText(); siblingText = sibling.getText();
@ -1044,7 +1071,7 @@ CKEDITOR.dom.range = function( document )
sibling = null; sibling = null;
else else
{ {
var allChildren = sibling.$.all || sibling.$.getElementsByTagName( '*' ); var allChildren = sibling.$.getElementsByTagName( '*' );
for ( var i = 0, child ; child = allChildren[ i++ ] ; ) for ( var i = 0, child ; child = allChildren[ i++ ] ; )
{ {
if ( !CKEDITOR.dtd.$removeEmpty[ child.nodeName.toLowerCase() ] ) if ( !CKEDITOR.dtd.$removeEmpty[ child.nodeName.toLowerCase() ] )
@ -1183,7 +1210,7 @@ CKEDITOR.dom.range = function( document )
isWhiteSpace = /^[\s\ufeff]/.test( siblingText ); isWhiteSpace = /^[\s\ufeff]/.test( siblingText );
} }
else else if ( sibling.type == CKEDITOR.NODE_ELEMENT )
{ {
// If this is a visible element. // If this is a visible element.
// We need to check for the bookmark attribute because IE insists on // We need to check for the bookmark attribute because IE insists on
@ -1204,7 +1231,7 @@ CKEDITOR.dom.range = function( document )
sibling = null; sibling = null;
else else
{ {
allChildren = sibling.$.all || sibling.$.getElementsByTagName( '*' ); allChildren = sibling.$.getElementsByTagName( '*' );
for ( i = 0 ; child = allChildren[ i++ ] ; ) for ( i = 0 ; child = allChildren[ i++ ] ; )
{ {
if ( !CKEDITOR.dtd.$removeEmpty[ child.nodeName.toLowerCase() ] ) if ( !CKEDITOR.dtd.$removeEmpty[ child.nodeName.toLowerCase() ] )
@ -1222,6 +1249,8 @@ CKEDITOR.dom.range = function( document )
sibling = null; sibling = null;
} }
} }
else
isWhiteSpace = 1;
if ( isWhiteSpace ) if ( isWhiteSpace )
{ {
@ -1793,7 +1822,7 @@ CKEDITOR.dom.range = function( document )
// Create the walker, which will check if we have anything useful // Create the walker, which will check if we have anything useful
// in the range. // in the range.
var walker = new CKEDITOR.dom.walker( walkerRange ); var walker = new CKEDITOR.dom.walker( walkerRange );
walker.evaluator = elementBoundaryEval; walker.evaluator = elementBoundaryEval( checkStart );
return walker[ checkStart ? 'checkBackward' : 'checkForward' ](); return walker[ checkStart ? 'checkBackward' : 'checkForward' ]();
}, },
@ -1814,11 +1843,6 @@ CKEDITOR.dom.range = function( document )
return false; 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 // We need to grab the block element holding the start boundary, so
// let's use an element path for it. // let's use an element path for it.
var path = new CKEDITOR.dom.elementPath( this.startContainer ); var path = new CKEDITOR.dom.elementPath( this.startContainer );
@ -1848,11 +1872,6 @@ CKEDITOR.dom.range = function( document )
return false; 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 // We need to grab the block element holding the start boundary, so
// let's use an element path for it. // let's use an element path for it.
var path = new CKEDITOR.dom.elementPath( this.endContainer ); var path = new CKEDITOR.dom.elementPath( this.endContainer );
@ -1920,16 +1939,14 @@ CKEDITOR.dom.range = function( document )
*/ */
moveToElementEditablePosition : function( el, isMoveToEnd ) moveToElementEditablePosition : function( el, isMoveToEnd )
{ {
var nbspRegExp = /^[\t\r\n ]*(?:&nbsp;|\xa0)$/;
function nextDFS( node, childOnly ) function nextDFS( node, childOnly )
{ {
var next; var next;
if ( node.type == CKEDITOR.NODE_ELEMENT if ( node.type == CKEDITOR.NODE_ELEMENT && node.isEditable( false ) )
&& node.isEditable( false )
&& !CKEDITOR.dtd.$nonEditable[ node.getName() ] )
{
next = node[ isMoveToEnd ? 'getLast' : 'getFirst' ]( nonWhitespaceOrBookmarkEval ); next = node[ isMoveToEnd ? 'getLast' : 'getFirst' ]( nonWhitespaceOrBookmarkEval );
}
if ( !childOnly && !next ) if ( !childOnly && !next )
next = node[ isMoveToEnd ? 'getPrevious' : 'getNext' ]( nonWhitespaceOrBookmarkEval ); next = node[ isMoveToEnd ? 'getPrevious' : 'getNext' ]( nonWhitespaceOrBookmarkEval );
@ -1937,6 +1954,15 @@ CKEDITOR.dom.range = function( document )
return next; return next;
} }
// Handle non-editable element e.g. HR.
if ( el.type == CKEDITOR.NODE_ELEMENT && !el.isEditable( false ) )
{
this.moveToPosition( el, isMoveToEnd ?
CKEDITOR.POSITION_AFTER_END :
CKEDITOR.POSITION_BEFORE_START );
return true;
}
var found = 0; var found = 0;
while ( el ) while ( el )
@ -1944,7 +1970,11 @@ CKEDITOR.dom.range = function( document )
// Stop immediately if we've found a text node. // Stop immediately if we've found a text node.
if ( el.type == CKEDITOR.NODE_TEXT ) if ( el.type == CKEDITOR.NODE_TEXT )
{ {
this.moveToPosition( el, isMoveToEnd ? // Put cursor before block filler.
if ( isMoveToEnd && this.checkEndOfBlock() && nbspRegExp.test( el.getText() ) )
this.moveToPosition( el, CKEDITOR.POSITION_BEFORE_START );
else
this.moveToPosition( el, isMoveToEnd ?
CKEDITOR.POSITION_AFTER_END : CKEDITOR.POSITION_AFTER_END :
CKEDITOR.POSITION_BEFORE_START ); CKEDITOR.POSITION_BEFORE_START );
found = 1; found = 1;
@ -1961,6 +1991,9 @@ CKEDITOR.dom.range = function( document )
CKEDITOR.POSITION_AFTER_START ); CKEDITOR.POSITION_AFTER_START );
found = 1; found = 1;
} }
// Put cursor before padding block br.
else if ( isMoveToEnd && el.is( 'br' ) && this.checkEndOfBlock() )
this.moveToPosition( el, CKEDITOR.POSITION_BEFORE_START );
} }
el = nextDFS( el, found ); el = nextDFS( el, found );

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -8,40 +8,50 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
// This function is to be called under a "walker" instance scope. // This function is to be called under a "walker" instance scope.
function iterate( rtl, breakOnFalse ) function iterate( rtl, breakOnFalse )
{ {
var range = this.range;
// Return null if we have reached the end. // Return null if we have reached the end.
if ( this._.end ) if ( this._.end )
return null; 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. // This is the first call. Initialize it.
if ( !this._.start ) if ( !this._.start )
{ {
this._.start = 1; 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. // A collapsed range must return null at first call.
if ( range.collapsed ) if ( range.collapsed )
{ {
this.end(); this.end();
return null; return null;
} }
// Move outside of text node edges.
range.optimize();
} }
var node,
startCt = range.startContainer,
endCt = range.endContainer,
startOffset = range.startOffset,
endOffset = range.endOffset,
guard,
userGuard = this.guard,
type = this.type,
getSourceNodeFn = ( rtl ? 'getPreviousSourceNode' : 'getNextSourceNode' );
// Create the LTR guard function, if necessary. // Create the LTR guard function, if necessary.
if ( !rtl && !this._.guardLTR ) if ( !rtl && !this._.guardLTR )
{ {
// Gets the node that stops the walker when going LTR. // The node that stops walker from moving up.
var limitLTR = range.endContainer, var limitLTR = endCt.type == CKEDITOR.NODE_ELEMENT ?
blockerLTR = limitLTR.getChild( range.endOffset ); endCt :
endCt.getParent();
// The node that stops the walker from going to next.
var blockerLTR = endCt.type == CKEDITOR.NODE_ELEMENT ?
endCt.getChild( endOffset ) :
endCt.getNext();
this._.guardLTR = function( node, movingOut ) this._.guardLTR = function( node, movingOut )
{ {
@ -54,9 +64,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
// Create the RTL guard function, if necessary. // Create the RTL guard function, if necessary.
if ( rtl && !this._.guardRTL ) if ( rtl && !this._.guardRTL )
{ {
// Gets the node that stops the walker when going LTR. // The node that stops walker from moving up.
var limitRTL = range.startContainer, var limitRTL = startCt.type == CKEDITOR.NODE_ELEMENT ?
blockerRTL = ( range.startOffset > 0 ) && limitRTL.getChild( range.startOffset - 1 ); startCt :
startCt.getParent();
// The node that stops the walker from going to next.
var blockerRTL = startCt.type == CKEDITOR.NODE_ELEMENT ?
startOffset ?
startCt.getChild( startOffset - 1 ) : null :
startCt.getPrevious();
this._.guardRTL = function( node, movingOut ) this._.guardRTL = function( node, movingOut )
{ {
@ -89,35 +106,33 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
else else
{ {
// Get the first node to be returned. // Get the first node to be returned.
if ( rtl ) if ( rtl )
{ {
node = range.endContainer; node = endCt;
if ( range.endOffset > 0 ) if ( node.type == CKEDITOR.NODE_ELEMENT )
{ {
node = node.getChild( range.endOffset - 1 ); if ( endOffset > 0 )
if ( guard( node ) === false ) node = node.getChild( endOffset - 1 );
node = null; else
node = ( guard ( node, true ) === false ) ?
null : node.getPreviousSourceNode( true, type, guard );
} }
else
node = ( guard ( node, true ) === false ) ?
null : node.getPreviousSourceNode( true, type, guard );
} }
else else
{ {
node = range.startContainer; node = startCt;
node = node.getChild( range.startOffset );
if ( node ) if ( node.type == CKEDITOR.NODE_ELEMENT )
{ {
if ( guard( node ) === false ) if ( ! ( node = node.getChild( startOffset ) ) )
node = null; node = ( guard ( startCt, true ) === false ) ?
null : startCt.getNextSourceNode( true, type, guard ) ;
} }
else
node = ( guard ( range.startContainer, true ) === false ) ?
null : range.startContainer.getNextSourceNode( true, type, guard ) ;
} }
if ( node && guard( node ) === false )
node = null;
} }
while ( node && !this._.end ) while ( node && !this._.end )
@ -431,6 +446,31 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
}; };
}; };
CKEDITOR.dom.walker.bogus = function( isReject )
{
function nonEmpty( node )
{
return !isWhitespaces( node ) && !isBookmark( node );
}
return function( node )
{
var isBogus = !CKEDITOR.env.ie ? node.is && node.is( 'br' ) :
node.getText && tailNbspRegex.test( node.getText() );
if ( isBogus )
{
var parent = node.getParent(), next = node.getNext( nonEmpty );
isBogus = parent.isBlockBoundary() &&
( !next ||
next.type == CKEDITOR.NODE_ELEMENT &&
next.isBlockBoundary() );
}
return !! ( isReject ^ isBogus );
};
};
var tailNbspRegex = /^[\t\r\n ]*(?:&nbsp;|\xa0)$/, var tailNbspRegex = /^[\t\r\n ]*(?:&nbsp;|\xa0)$/,
isWhitespaces = CKEDITOR.dom.walker.whitespaces(), isWhitespaces = CKEDITOR.dom.walker.whitespaces(),
isBookmark = CKEDITOR.dom.walker.bookmark(), isBookmark = CKEDITOR.dom.walker.bookmark(),

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -118,3 +118,15 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
* }); * });
* alert( someObject.fire( 'someEvent' ) ); // "true" * alert( someObject.fire( 'someEvent' ) ); // "true"
*/ */
/**
* Removes the current listener.
* @name CKEDITOR.eventInfo.prototype.removeListener
* @function
* @example
* someObject.on( 'someEvent', function( event )
* {
* <b>event.removeListener()</b>;
* // Now this function won't be called again by 'someEvent'
* });
*/

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -25,7 +25,7 @@ CKEDITOR.htmlParser.element = function( name, attributes )
* @type Object * @type Object
* @example * @example
*/ */
this.attributes = attributes || ( attributes = {} ); this.attributes = attributes || {};
/** /**
* The nodes that are direct children of this element. * The nodes that are direct children of this element.
@ -34,29 +34,27 @@ CKEDITOR.htmlParser.element = function( name, attributes )
*/ */
this.children = []; this.children = [];
var tagName = attributes[ 'data-cke-real-element-type' ] || name || ''; // Reveal the real semantic of our internal custom tag name (#6639),
// when resolving whether it's block like.
var realName = name || '',
prefixed = realName.match( /^cke:(.*)/ );
prefixed && ( realName = prefixed[ 1 ] );
// Reveal the real semantic of our internal custom tag name (#6639). var isBlockLike = !!( CKEDITOR.dtd.$nonBodyContent[ realName ]
var internalTag = tagName.match( /^cke:(.*)/ ); || CKEDITOR.dtd.$block[ realName ]
internalTag && ( tagName = internalTag[ 1 ] ); || CKEDITOR.dtd.$listItem[ realName ]
|| CKEDITOR.dtd.$tableContent[ realName ]
|| CKEDITOR.dtd.$nonEditable[ realName ]
|| realName == 'br' );
var dtd = CKEDITOR.dtd, this.isEmpty = !!CKEDITOR.dtd.$empty[ name ];
isBlockLike = !!( dtd.$nonBodyContent[ tagName ] this.isUnknown = !CKEDITOR.dtd[ name ];
|| 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 */ /** @private */
this._ = this._ =
{ {
isBlockLike : isBlockLike, isBlockLike : isBlockLike,
hasInlineStarted : isEmpty || !isBlockLike hasInlineStarted : this.isEmpty || !isBlockLike
}; };
}; };

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -127,7 +127,7 @@ CKEDITOR.htmlParser.fragment = function()
function sendPendingBRs() function sendPendingBRs()
{ {
while ( pendingBRs.length ) while ( pendingBRs.length )
currentNode.add( pendingBRs.shift() ); addElement( pendingBRs.shift(), currentNode );
} }
/* /*
@ -194,6 +194,13 @@ CKEDITOR.htmlParser.fragment = function()
target.add( element ); target.add( element );
if ( element.name == 'pre' )
inPre = false;
if ( element.name == 'textarea' )
inTextarea = false;
if ( element.returnPoint ) if ( element.returnPoint )
{ {
currentNode = element.returnPoint; currentNode = element.returnPoint;
@ -360,12 +367,6 @@ CKEDITOR.htmlParser.fragment = function()
currentNode = candidate; currentNode = candidate;
if ( currentNode.name == 'pre' )
inPre = false;
if ( currentNode.name == 'textarea' )
inTextarea = false;
if ( candidate._.isBlockLike ) if ( candidate._.isBlockLike )
sendPendingBRs(); sendPendingBRs();
@ -394,6 +395,24 @@ CKEDITOR.htmlParser.fragment = function()
return; return;
} }
var currentName = currentNode.name,
currentDtd = currentName ? ( CKEDITOR.dtd[ currentName ]
|| ( currentNode._.isBlockLike ?
CKEDITOR.dtd.div : CKEDITOR.dtd.span ) ) : rootDtd;
// Fix orphan text in list/table. (#8540) (#8870)
if ( !inTextarea &&
!currentDtd [ '#' ] &&
currentName in nonBreakingBlocks )
{
parser.onTagOpen( currentName in listBlocks ? 'li' :
currentName == 'dl' ? 'dd' :
currentName == 'table' ? 'tr' :
currentName == 'tr' ? 'td' : '' );
parser.onText( text );
return;
}
sendPendingBRs(); sendPendingBRs();
checkPending(); checkPending();

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -105,7 +105,7 @@ if ( !CKEDITOR.loader )
return path; return path;
})(); })();
var timestamp = 'B8DJ5M3'; var timestamp = 'C6HH5UF';
var getUrl = function( resource ) var getUrl = function( resource )
{ {

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */

View File

@ -1,61 +1,64 @@
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 For licensing, see LICENSE.html or http://ckeditor.com/license
af.js Found: 549 Missing: 27 af.js Found: 548 Missing: 29
ar.js Found: 467 Missing: 109 ar.js Found: 470 Missing: 107
bg.js Found: 291 Missing: 285 bg.js Found: 394 Missing: 183
bn.js Found: 292 Missing: 284 bn.js Found: 292 Missing: 285
bs.js Found: 175 Missing: 401 bs.js Found: 175 Missing: 402
ca.js Found: 550 Missing: 26 ca.js Found: 549 Missing: 28
cs.js Found: 550 Missing: 26 cs.js Found: 577 Missing: 0
cy.js Found: 573 Missing: 3 cy.js Found: 575 Missing: 2
da.js Found: 417 Missing: 159 da.js Found: 575 Missing: 2
de.js Found: 576 Missing: 0 de.js Found: 575 Missing: 2
el.js Found: 306 Missing: 270 el.js Found: 391 Missing: 186
en-au.js Found: 345 Missing: 231 en-au.js Found: 347 Missing: 230
en-ca.js Found: 345 Missing: 231 en-ca.js Found: 345 Missing: 232
en-gb.js Found: 518 Missing: 58 en-gb.js Found: 517 Missing: 60
eo.js Found: 270 Missing: 306 eo.js Found: 577 Missing: 0
es.js Found: 576 Missing: 0 es.js Found: 575 Missing: 2
et.js Found: 575 Missing: 1 et.js Found: 577 Missing: 0
eu.js Found: 417 Missing: 159 eu.js Found: 417 Missing: 160
fa.js Found: 576 Missing: 0 fa.js Found: 575 Missing: 2
fi.js Found: 576 Missing: 0 fi.js Found: 575 Missing: 2
fo.js Found: 551 Missing: 25 fo.js Found: 575 Missing: 2
fr-ca.js Found: 319 Missing: 257 fr-ca.js Found: 319 Missing: 258
fr.js Found: 551 Missing: 25 fr.js Found: 575 Missing: 2
gl.js Found: 292 Missing: 284 gl.js Found: 292 Missing: 285
gu.js Found: 320 Missing: 256 gu.js Found: 575 Missing: 2
he.js Found: 576 Missing: 0 he.js Found: 575 Missing: 2
hi.js Found: 322 Missing: 254 hi.js Found: 327 Missing: 250
hr.js Found: 419 Missing: 157 hr.js Found: 575 Missing: 2
hu.js Found: 573 Missing: 3 hu.js Found: 572 Missing: 5
is.js Found: 326 Missing: 250 id.js Found: 1 Missing: 576
it.js Found: 573 Missing: 3 is.js Found: 326 Missing: 251
ja.js Found: 494 Missing: 82 it.js Found: 577 Missing: 0
ka.js Found: 569 Missing: 7 ja.js Found: 493 Missing: 84
km.js Found: 286 Missing: 290 ka.js Found: 568 Missing: 9
ko.js Found: 304 Missing: 272 km.js Found: 286 Missing: 291
lt.js Found: 576 Missing: 0 ko.js Found: 304 Missing: 273
lv.js Found: 294 Missing: 282 lt.js Found: 575 Missing: 2
mn.js Found: 320 Missing: 256 lv.js Found: 294 Missing: 283
ms.js Found: 276 Missing: 300 mk.js Found: 0 Missing: 577
nb.js Found: 575 Missing: 1 mn.js Found: 320 Missing: 257
nl.js Found: 576 Missing: 0 ms.js Found: 276 Missing: 301
no.js Found: 575 Missing: 1 nb.js Found: 577 Missing: 0
pl.js Found: 576 Missing: 0 nl.js Found: 575 Missing: 2
pt-br.js Found: 576 Missing: 0 no.js Found: 577 Missing: 0
pt.js Found: 293 Missing: 283 pl.js Found: 575 Missing: 2
ro.js Found: 317 Missing: 259 pt-br.js Found: 577 Missing: 0
ru.js Found: 576 Missing: 0 pt.js Found: 326 Missing: 251
sk.js Found: 365 Missing: 211 ro.js Found: 432 Missing: 145
sl.js Found: 426 Missing: 150 ru.js Found: 575 Missing: 2
sr-latn.js Found: 287 Missing: 289 sk.js Found: 364 Missing: 213
sr.js Found: 286 Missing: 290 sl.js Found: 426 Missing: 151
sv.js Found: 551 Missing: 25 sr-latn.js Found: 287 Missing: 290
th.js Found: 298 Missing: 278 sr.js Found: 286 Missing: 291
tr.js Found: 536 Missing: 40 sv.js Found: 550 Missing: 27
uk.js Found: 544 Missing: 32 th.js Found: 298 Missing: 279
vi.js Found: 493 Missing: 83 tr.js Found: 575 Missing: 2
zh-cn.js Found: 576 Missing: 0 ug.js Found: 572 Missing: 5
zh.js Found: 419 Missing: 157 uk.js Found: 575 Missing: 2
vi.js Found: 577 Missing: 0
zh-cn.js Found: 577 Missing: 0
zh.js Found: 433 Missing: 144

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['af'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Teksverwerker, %1, druk op ALT 0 vir hulp.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['ar'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING
@ -93,14 +94,14 @@ CKEDITOR.lang['ar'] =
cssStyle : 'نمط', cssStyle : 'نمط',
ok : 'موافق', ok : 'موافق',
cancel : 'إلغاء الأمر', cancel : 'إلغاء الأمر',
close : 'Close', // MISSING close : 'أغلق',
preview : 'Preview', // MISSING preview : 'استعراض',
generalTab : 'عام', generalTab : 'عام',
advancedTab : 'متقدم', advancedTab : 'متقدم',
validateNumberFailed : 'لايوجد نتيجة', validateNumberFailed : 'لايوجد نتيجة',
confirmNewPage : 'ستفقد أي متغييرات اذا لم تقم بحفظها اولا. هل أنت متأكد أنك تريد صفحة جديدة؟', confirmNewPage : 'ستفقد أي متغييرات اذا لم تقم بحفظها اولا. هل أنت متأكد أنك تريد صفحة جديدة؟',
confirmCancel : 'بعض الخيارات قد تغيرت. هل أنت متأكد من إغلاق مربع النص؟', confirmCancel : 'بعض الخيارات قد تغيرت. هل أنت متأكد من إغلاق مربع النص؟',
options : 'Options', // MISSING options : 'خيارات',
target : 'Target', // MISSING target : 'Target', // MISSING
targetNew : 'New Window (_blank)', // MISSING targetNew : 'New Window (_blank)', // MISSING
targetTop : 'Topmost Window (_top)', // MISSING targetTop : 'Topmost Window (_top)', // MISSING

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['bn'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['bs'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['ca'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Editor de text enriquit, %1, prem ALT 0 per obtenir ajuda.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,10 +31,11 @@ CKEDITOR.lang['cs'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Textový editor, %1, nápovědu zobrazíte stiskem ALT 0.', editorTitle : 'Textový editor, %1',
editorHelp : 'Stiskněte ALT 0 pro nápovědu',
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Panely nástrojů editoru',
editor : 'Textový editor', editor : 'Textový editor',
// Toolbar buttons without dialogs. // Toolbar buttons without dialogs.
@ -83,29 +84,29 @@ CKEDITOR.lang['cs'] =
notSet : '<nenastaveno>', notSet : '<nenastaveno>',
id : 'Id', id : 'Id',
name : 'Jméno', name : 'Jméno',
langDir : 'Orientace jazyka', langDir : 'Směr jazyka',
langDirLtr : 'Zleva do prava (LTR)', langDirLtr : 'Zleva doprava (LTR)',
langDirRtl : 'Zprava do leva (RTL)', langDirRtl : 'Zprava doleva (RTL)',
langCode : 'Kód jazyka', langCode : 'Kód jazyka',
longDescr : 'Dlouhý popis URL', longDescr : 'Dlouhý popis URL',
cssClass : 'Třída stylu', cssClass : 'Třída stylu',
advisoryTitle : 'Pomocný titulek', advisoryTitle : 'Pomocný titulek',
cssStyle : 'Styl', cssStyle : 'Styl',
ok : 'OK', ok : 'OK',
cancel : 'Storno', cancel : 'Zrušit',
close : 'Zavřít', close : 'Zavřít',
preview : 'Náhled', preview : 'Náhled',
generalTab : 'Obecné', generalTab : 'Obecné',
advancedTab : 'Rozšířené', advancedTab : 'Rozšířené',
validateNumberFailed : 'Zadaná hodnota není číselná.', validateNumberFailed : 'Zadaná hodnota není číselná.',
confirmNewPage : 'Jakékoliv neuložené změny obsahu budou ztraceny. Skutečně chete otevrít novou stránku?', 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ě chete zavřít dialogové okno?', confirmCancel : 'Některá z nastavení byla změněna. Skutečně chcete zavřít dialogové okno?',
options : 'Nastavení', options : 'Nastavení',
target : 'Cíl', target : 'Cíl',
targetNew : 'Nové okno (_blank)', targetNew : 'Nové okno (_blank)',
targetTop : 'Okno nejvyšší úrovně (_top)', targetTop : 'Okno nejvyšší úrovně (_top)',
targetSelf : 'Stejné okno (_self)', targetSelf : 'Stejné okno (_self)',
targetParent : 'Rodičovské onko (_parent)', targetParent : 'Rodičovské okno (_parent)',
langDirLTR : 'Zleva doprava (LTR)', langDirLTR : 'Zleva doprava (LTR)',
langDirRTL : 'Zprava doleva (RTL)', langDirRTL : 'Zprava doleva (RTL)',
styles : 'Styly', styles : 'Styly',
@ -120,11 +121,11 @@ CKEDITOR.lang['cs'] =
alignMiddle : 'Na střed', alignMiddle : 'Na střed',
alignBottom : 'Dolů', alignBottom : 'Dolů',
invalidHeight : 'Zadaná výška musí být číslo.', invalidHeight : 'Zadaná výška musí být číslo.',
invalidWidth : 'Zadaná šířka musí být číslo.', invalidWidth : 'Šíř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 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 : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING invalidHtmlLength : 'Hodnota určená pro pole "%1" musí být kladné číslo bez nebo s platnou jednotkou míry HTML (px nebo %).',
invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING 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 : '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).', // MISSING cssLengthTooltip : 'Zadejte číslo jako hodnotu v pixelech nebo číslo s platnou jednotkou CSS (px, %, v cm, mm, em, ex, pt, nebo pc).',
// Put the voice-only part of the label in the span. // Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, nedostupné</span>' unavailable : '%1<span class="cke_accessibility">, nedostupné</span>'
@ -146,7 +147,7 @@ CKEDITOR.lang['cs'] =
// Link dialog. // Link dialog.
link : link :
{ {
toolbar : 'Vložit/změnit odkaz', toolbar : 'Odkaz',
other : '<jiný>', other : '<jiný>',
menu : 'Změnit odkaz', menu : 'Změnit odkaz',
title : 'Odkaz', title : 'Odkaz',
@ -157,7 +158,7 @@ CKEDITOR.lang['cs'] =
type : 'Typ odkazu', type : 'Typ odkazu',
toUrl : 'URL', toUrl : 'URL',
toAnchor : 'Kotva v této stránce', toAnchor : 'Kotva v této stránce',
toEmail : 'E-Mail', toEmail : 'E-mail',
targetFrame : '<rámec>', targetFrame : '<rámec>',
targetPopup : '<vyskakovací okno>', targetPopup : '<vyskakovací okno>',
targetFrameName : 'Název cílového rámu', targetFrameName : 'Název cílového rámu',
@ -174,23 +175,23 @@ CKEDITOR.lang['cs'] =
popupLeft : 'Levý okraj', popupLeft : 'Levý okraj',
popupTop : 'Horní okraj', popupTop : 'Horní okraj',
id : 'Id', id : 'Id',
langDir : 'Orientace jazyka', langDir : 'Směr jazyka',
langDirLTR : 'Zleva do prava (LTR)', langDirLTR : 'Zleva doprava (LTR)',
langDirRTL : 'Zprava do leva (RTL)', langDirRTL : 'Zprava doleva (RTL)',
acccessKey : 'Přístupový klíč', acccessKey : 'Přístupový klíč',
name : 'Jméno', name : 'Jméno',
langCode : 'Orientace jazyka', langCode : 'Kód jazyka',
tabIndex : 'Pořadí prvku', tabIndex : 'Pořadí prvku',
advisoryTitle : 'Pomocný titulek', advisoryTitle : 'Pomocný titulek',
advisoryContentType : 'Pomocný typ obsahu', advisoryContentType : 'Pomocný typ obsahu',
cssClasses : 'Třída stylu', cssClasses : 'Třída stylu',
charset : 'Přiřazená znaková sada', charset : 'Přiřazená znaková sada',
styles : 'Styl', styles : 'Styl',
rel : 'Relationship', // MISSING rel : 'Vztah',
selectAnchor : 'Vybrat kotvu', selectAnchor : 'Vybrat kotvu',
anchorName : 'Podle jména kotvy', anchorName : 'Podle jména kotvy',
anchorId : 'Podle Id objektu', anchorId : 'Podle Id objektu',
emailAddress : 'E-Mailová adresa', emailAddress : 'E-mailová adresa',
emailSubject : 'Předmět zprávy', emailSubject : 'Předmět zprávy',
emailBody : 'Tělo zprávy', emailBody : 'Tělo zprávy',
noAnchors : '(Ve stránce není definována žádná kotva!)', noAnchors : '(Ve stránce není definována žádná kotva!)',
@ -201,12 +202,12 @@ CKEDITOR.lang['cs'] =
// Anchor dialog // Anchor dialog
anchor : anchor :
{ {
toolbar : 'Vložít/změnit záložku', toolbar : 'Záložka',
menu : 'Vlastnosti záložky', menu : 'Vlastnosti záložky',
title : 'Vlastnosti záložky', title : 'Vlastnosti záložky',
name : 'Název záložky', name : 'Název záložky',
errorName : 'Zadejte prosím název záložky', errorName : 'Zadejte prosím název záložky',
remove : 'Remove Anchor' // MISSING remove : 'Odstranit záložku'
}, },
// List style dialog // List style dialog
@ -242,7 +243,7 @@ CKEDITOR.lang['cs'] =
findWhat : 'Co hledat:', findWhat : 'Co hledat:',
replaceWith : 'Čím nahradit:', replaceWith : 'Čím nahradit:',
notFoundMsg : 'Hledaný text nebyl nalezen.', notFoundMsg : 'Hledaný text nebyl nalezen.',
findOptions : 'Find Options', // MISSING findOptions : 'Možnosti hledání',
matchCase : 'Rozlišovat velikost písma', matchCase : 'Rozlišovat velikost písma',
matchWord : 'Pouze celá slova', matchWord : 'Pouze celá slova',
matchCyclic : 'Procházet opakovaně', matchCyclic : 'Procházet opakovaně',
@ -275,8 +276,8 @@ CKEDITOR.lang['cs'] =
invalidRows : 'Počet řádků musí být číslo větší než 0.', invalidRows : 'Počet řádků musí být číslo větší než 0.',
invalidCols : 'Počet sloupců 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á.', invalidBorder : 'Zdaná velikost okraje musí být číselná.',
invalidWidth : 'Zadaná šířka tabulky musí být číselná.', invalidWidth : 'Šířka tabulky musí být číslo.',
invalidHeight : 'zadaná výš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á.', invalidCellSpacing : 'Zadaná vzdálenost buněk musí být číselná.',
invalidCellPadding : 'Zadané odsazení obsahu v buňce musí být číselné.', invalidCellPadding : 'Zadané odsazení obsahu v buňce musí být číselné.',
@ -305,7 +306,7 @@ CKEDITOR.lang['cs'] =
header : 'Hlavička', header : 'Hlavička',
yes : 'Ano', yes : 'Ano',
no : 'Ne', no : 'Ne',
invalidWidth : 'Zadaná šířka buňky musí být číslená.', invalidWidth : 'Šířka buňky musí být číslo.',
invalidHeight : 'Zadaná výš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.', 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.', invalidColSpan : 'Zadaný počet sloučených sloupců musí být celé číslo.',
@ -421,16 +422,16 @@ CKEDITOR.lang['cs'] =
lockRatio : 'Zámek', lockRatio : 'Zámek',
resetSize : 'Původní velikost', resetSize : 'Původní velikost',
border : 'Okraje', border : 'Okraje',
hSpace : 'H-mezera', hSpace : 'Horizontální mezera',
vSpace : 'V-mezera', vSpace : 'Vertikální mezera',
alertUrl : 'Zadejte prosím URL obrázku', alertUrl : 'Zadejte prosím URL obrázku',
linkTab : 'Odkaz', linkTab : 'Odkaz',
button2Img : 'Skutečně chcete převést zvolené obrázkové tlačítko na obyčejný obrázek?', 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?', img2Button : 'Skutečně chcete převést zvolený obrázek na obrázkové tlačítko?',
urlMissing : 'Zadané URL zdroje obrázku nebylo nalezeno.', urlMissing : 'Zadané URL zdroje obrázku nebylo nalezeno.',
validateBorder : 'Okraj musí být nastaven v celých číslech.', validateBorder : 'Okraj musí být nastaven v celých číslech.',
validateHSpace : 'H-mezera musí být nastavena v celých číslech.', validateHSpace : 'Horizontální mezera musí být nastavena v celých číslech.',
validateVSpace : 'V-mezera musí být nastavena v celých číslech.' validateVSpace : 'Vertikální mezera musí být nastavena v celých číslech.'
}, },
// Flash Dialog // Flash Dialog
@ -468,11 +469,11 @@ CKEDITOR.lang['cs'] =
windowMode : 'Režim okna', windowMode : 'Režim okna',
flashvars : 'Proměnné pro Flash', flashvars : 'Proměnné pro Flash',
bgcolor : 'Barva pozadí', bgcolor : 'Barva pozadí',
hSpace : 'H-mezera', hSpace : 'Horizontální mezera',
vSpace : 'V-mezera', vSpace : 'Vertikální mezera',
validateSrc : 'Zadejte prosím URL odkazu', validateSrc : 'Zadejte prosím URL odkazu',
validateHSpace : 'Zadaná H-mezera musí být číslo.', validateHSpace : 'Zadaná horizontální mezera musí být číslo.',
validateVSpace : 'Zadaná V-mezera musí být číslo.' validateVSpace : 'Zadaná vertikální mezera musí být číslo.'
}, },
// Speller Pages Dialog // Speller Pages Dialog
@ -500,7 +501,7 @@ CKEDITOR.lang['cs'] =
smiley : smiley :
{ {
toolbar : 'Smajlíky', toolbar : 'Smajlíci',
title : 'Vkládání smajlíků', title : 'Vkládání smajlíků',
options : 'Nastavení smajlíků' options : 'Nastavení smajlíků'
}, },
@ -529,11 +530,11 @@ CKEDITOR.lang['cs'] =
clipboard : clipboard :
{ {
title : 'Vložit', 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).', 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).', 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>.', 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.', 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í' pasteArea : 'Oblast vkládání'
}, },
pastefromword : pastefromword :
@ -598,7 +599,7 @@ CKEDITOR.lang['cs'] =
languageCodeInputLabel : ' Kód jazyka', languageCodeInputLabel : ' Kód jazyka',
inlineStyleInputLabel : 'Vnitřní styly', inlineStyleInputLabel : 'Vnitřní styly',
advisoryTitleInputLabel : 'Nápovědní titulek', advisoryTitleInputLabel : 'Nápovědní titulek',
langDirLabel : 'Orientace textu', langDirLabel : 'Směr jazyka',
langDirLTRLabel : 'Zleva doprava (LTR)', langDirLTRLabel : 'Zleva doprava (LTR)',
langDirRTLLabel : 'Zprava doleva (RTL)', langDirRTLLabel : 'Zprava doleva (RTL)',
edit : 'Změnit Div', edit : 'Změnit Div',
@ -659,7 +660,7 @@ CKEDITOR.lang['cs'] =
'FF8C00' : 'Tmavě oranžová', 'FF8C00' : 'Tmavě oranžová',
'FFD700' : 'Zlatá', 'FFD700' : 'Zlatá',
'008000' : 'Zelená', '008000' : 'Zelená',
'0FF' : 'Kyanidová', '0FF' : 'Azurová',
'00F' : 'Modrá', '00F' : 'Modrá',
'EE82EE' : 'Fialová', 'EE82EE' : 'Fialová',
'A9A9A9' : 'Kalně šedá', 'A9A9A9' : 'Kalně šedá',
@ -677,14 +678,14 @@ CKEDITOR.lang['cs'] =
'F0FFF0' : 'Medová rosa', 'F0FFF0' : 'Medová rosa',
'F0FFFF' : 'Azurová', 'F0FFFF' : 'Azurová',
'F0F8FF' : 'Alenčina modrá', 'F0F8FF' : 'Alenčina modrá',
'E6E6FA' : 'Lavendulová', 'E6E6FA' : 'Levandulová',
'FFF' : 'Bílá' 'FFF' : 'Bílá'
}, },
scayt : scayt :
{ {
title : 'Kontrola pravopisu během psaní (SCAYT)', title : 'Kontrola pravopisu během psaní (SCAYT)',
opera_title : 'Not supported by Opera', // MISSING opera_title : 'Toto Opera nepodporuje',
enable : 'Zapnout SCAYT', enable : 'Zapnout SCAYT',
disable : 'Vypnout SCAYT', disable : 'Vypnout SCAYT',
about : 'O aplikaci SCAYT', about : 'O aplikaci SCAYT',
@ -698,7 +699,7 @@ CKEDITOR.lang['cs'] =
emptyDic : 'Název slovníku nesmí být prázdný.', emptyDic : 'Název slovníku nesmí být prázdný.',
optionsTab : 'Nastavení', optionsTab : 'Nastavení',
allCaps : 'Ignorovat slova velkými písmeny', allCaps : 'Ignorovat slova tvořená velkými písmeny',
ignoreDomainNames : 'Ignorovat doménová jména', ignoreDomainNames : 'Ignorovat doménová jména',
mixedCase : 'Ignorovat slova obsahující různou velikost písma', mixedCase : 'Ignorovat slova obsahující různou velikost písma',
mixedWithDigits : 'Ignorovat slova obsahující čísla', mixedWithDigits : 'Ignorovat slova obsahující čísla',
@ -707,11 +708,11 @@ CKEDITOR.lang['cs'] =
dictionariesTab : 'Slovníky', dictionariesTab : 'Slovníky',
dic_field_name : 'Název slovníku', dic_field_name : 'Název slovníku',
dic_create : 'vytvořit', dic_create : 'Vytvořit',
dic_restore : 'Obnovit', dic_restore : 'Obnovit',
dic_delete : 'Smazat', dic_delete : 'Smazat',
dic_rename : 'Přejmenovat', 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.', 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' aboutTab : 'O aplikaci'
}, },
@ -720,8 +721,8 @@ CKEDITOR.lang['cs'] =
{ {
title : 'O aplikaci CKEditor', title : 'O aplikaci CKEditor',
dlgTitle : 'O aplikaci CKEditor', dlgTitle : 'O aplikaci CKEditor',
help : 'Check $1 for help.', // MISSING help : 'Prohlédněte si $1 pro nápovědu.',
userGuide : 'CKEditor User\'s Guide', // MISSING userGuide : 'Uživatelská příručka CKEditor',
moreInfo : 'Pro informace o lincenci navštivte naši webovou stránku:', moreInfo : 'Pro informace o lincenci navštivte naši webovou stránku:',
copy : 'Copyright &copy; $1. All rights reserved.' copy : 'Copyright &copy; $1. All rights reserved.'
}, },
@ -754,37 +755,37 @@ CKEDITOR.lang['cs'] =
toolbarGroups : toolbarGroups :
{ {
document : 'Document', // MISSING document : 'Dokument',
clipboard : 'Clipboard/Undo', // MISSING clipboard : 'Schránka/Zpět',
editing : 'Editing', // MISSING editing : 'Úpravy',
forms : 'Forms', // MISSING forms : 'Formuláře',
basicstyles : 'Basic Styles', // MISSING basicstyles : 'Základní styly',
paragraph : 'Paragraph', // MISSING paragraph : 'Odstavec',
links : 'Links', // MISSING links : 'Odkazy',
insert : 'Insert', // MISSING insert : 'Vložit',
styles : 'Styles', // MISSING styles : 'Styly',
colors : 'Colors', // MISSING colors : 'Barvy',
tools : 'Tools' // MISSING tools : 'Nástroje'
}, },
bidi : bidi :
{ {
ltr : 'Orientace textu zleva doprava', ltr : 'Směr textu zleva doprava',
rtl : 'Orientace textu zprava do leva' rtl : 'Směr textu zprava doleva'
}, },
docprops : docprops :
{ {
label : 'Vlastnosti dokumentu', label : 'Vlastnosti dokumentu',
title : 'Vlastnosti dokumentu', title : 'Vlastnosti dokumentu',
design : 'Design', // MISSING design : 'Vzhled',
meta : 'Metadata', meta : 'Metadata',
chooseColor : 'Výběr', chooseColor : 'Výběr',
other : '<jiný>', other : '<jiný>',
docTitle : 'Titulek stránky', docTitle : 'Titulek stránky',
charset : 'Znaková sada', charset : 'Znaková sada',
charsetOther : 'Další znaková sada', charsetOther : 'Další znaková sada',
charsetASCII : 'ASCII', // MISSING charsetASCII : 'ASCII',
charsetCE : 'Středoevropské jazyky', charsetCE : 'Středoevropské jazyky',
charsetCT : 'Tradiční čínština (Big5)', charsetCT : 'Tradiční čínština (Big5)',
charsetCR : 'Cyrilice', charsetCR : 'Cyrilice',
@ -792,14 +793,14 @@ CKEDITOR.lang['cs'] =
charsetJP : 'Japonština', charsetJP : 'Japonština',
charsetKR : 'Korejština', charsetKR : 'Korejština',
charsetTR : 'Turečtina', charsetTR : 'Turečtina',
charsetUN : 'Unicode (UTF-8)', // MISSING charsetUN : 'Unicode (UTF-8)',
charsetWE : 'Západoevropské jazyky', charsetWE : 'Západoevropské jazyky',
docType : 'Typ dokumentu', docType : 'Typ dokumentu',
docTypeOther : 'Jiný typ dokumetu', docTypeOther : 'Jiný typ dokumetu',
xhtmlDec : 'Zahrnou deklarace XHTML', xhtmlDec : 'Zahrnout deklarace XHTML',
bgColor : 'Barva pozadí', bgColor : 'Barva pozadí',
bgImage : 'URL obrázku na pozadí', bgImage : 'URL obrázku na pozadí',
bgFixed : 'Nerolovatelné pozadí', bgFixed : 'Nerolovatelné (Pevné) pozadí',
txtColor : 'Barva textu', txtColor : 'Barva textu',
margin : 'Okraje stránky', margin : 'Okraje stránky',
marginTop : 'Horní', marginTop : 'Horní',
@ -810,6 +811,6 @@ CKEDITOR.lang['cs'] =
metaDescription : 'Popis dokumentu', metaDescription : 'Popis dokumentu',
metaAuthor : 'Autor', metaAuthor : 'Autor',
metaCopyright : 'Autorská práva', 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 previewHtml : '<p>Toto je <strong>ukázkový text</strong>. Používáte <a href="javascript:void(0)">CKEditor</a>.</p>'
} }
}; };

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,14 +31,15 @@ CKEDITOR.lang['cy'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Golygydd testun cyfoethog, %1, gwasgwch ALT 0 am gymorth.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Bariau offer golygydd', toolbars : 'Bariau offer golygydd',
editor : 'Golygydd Testun Cyfoethog', editor : 'Golygydd Testun Cyfoethog',
// Toolbar buttons without dialogs. // Toolbar buttons without dialogs.
source : 'Tarddle', source : 'HTML',
newPage : 'Tudalen newydd', newPage : 'Tudalen newydd',
save : 'Cadw', save : 'Cadw',
preview : 'Rhagolwg', preview : 'Rhagolwg',
@ -123,8 +124,8 @@ CKEDITOR.lang['cy'] =
invalidWidth : 'Rhaid i\'r Lled 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).', 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 %).', 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 : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING 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 : '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).', // MISSING cssLengthTooltip : 'Rhowch rif ar gyfer gwerth mewn picsel neu rhif gydag uned CSS dilys (px, %, in, cm, mm, em, pt neu pc).',
// Put the voice-only part of the label in the span. // Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, ddim ar gael</span>' unavailable : '%1<span class="cke_accessibility">, ddim ar gael</span>'
@ -242,7 +243,7 @@ CKEDITOR.lang['cy'] =
findWhat : 'Chwilio\'r term:', findWhat : 'Chwilio\'r term:',
replaceWith : 'Amnewid gyda:', replaceWith : 'Amnewid gyda:',
notFoundMsg : 'Nid oedd y testun wedi\'i ddarganfod.', notFoundMsg : 'Nid oedd y testun wedi\'i ddarganfod.',
findOptions : 'Find Options', // MISSING findOptions : 'Chwilio Opsiynau',
matchCase : 'Cyfateb i\'r cas', matchCase : 'Cyfateb i\'r cas',
matchWord : 'Cyfateb gair cyfan', matchWord : 'Cyfateb gair cyfan',
matchCyclic : 'Cyfateb cylchol', matchCyclic : 'Cyfateb cylchol',
@ -427,7 +428,7 @@ CKEDITOR.lang['cy'] =
linkTab : 'Dolen', linkTab : 'Dolen',
button2Img : 'Ydych am drawsffurfio\'r botwm ddelwedd hwn ar ddelwedd syml?', button2Img : 'Ydych am drawsffurfio\'r botwm ddelwedd hwn ar ddelwedd syml?',
img2Button : 'Ydych am drawsffurfio\'r ddelwedd hon ar fotwm delwedd?', img2Button : 'Ydych am drawsffurfio\'r ddelwedd hon ar fotwm delwedd?',
urlMissing : 'URL tarddle\'r ddelwedd ar goll.', urlMissing : 'URL gwreiddiol y ddelwedd ar goll.',
validateBorder : 'Rhaid i\'r ymyl fod yn gyfanrif.', validateBorder : 'Rhaid i\'r ymyl fod yn gyfanrif.',
validateHSpace : 'Rhaid i\'r HSpace fod yn gyfanrif.', validateHSpace : 'Rhaid i\'r HSpace fod yn gyfanrif.',
validateVSpace : 'Rhaid i\'r VSpace fod yn gyfanrif.' validateVSpace : 'Rhaid i\'r VSpace fod yn gyfanrif.'

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,11 +31,12 @@ CKEDITOR.lang['da'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editors værktøjslinjer',
editor : 'Rich Text Editor', // MISSING editor : 'Rich Text Editor',
// Toolbar buttons without dialogs. // Toolbar buttons without dialogs.
source : 'Kilde', source : 'Kilde',
@ -56,7 +57,7 @@ CKEDITOR.lang['da'] =
superscript : 'Hævet skrift', superscript : 'Hævet skrift',
horizontalrule : 'Indsæt vandret streg', horizontalrule : 'Indsæt vandret streg',
pagebreak : 'Indsæt sideskift', pagebreak : 'Indsæt sideskift',
pagebreakAlt : 'Page Break', // MISSING pagebreakAlt : 'Sideskift',
unlink : 'Fjern hyperlink', unlink : 'Fjern hyperlink',
undo : 'Fortryd', undo : 'Fortryd',
redo : 'Annullér fortryd', redo : 'Annullér fortryd',
@ -93,23 +94,23 @@ CKEDITOR.lang['da'] =
cssStyle : 'Typografi (CSS)', cssStyle : 'Typografi (CSS)',
ok : 'OK', ok : 'OK',
cancel : 'Annullér', cancel : 'Annullér',
close : 'Close', // MISSING close : 'Luk',
preview : 'Preview', // MISSING preview : 'Forhåndsvisning',
generalTab : 'Generelt', generalTab : 'Generelt',
advancedTab : 'Avanceret', advancedTab : 'Avanceret',
validateNumberFailed : 'Værdien er ikke et tal.', 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?', 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?', confirmCancel : 'Nogle af indstillingerne er blevet ændret. Er du sikker på, at du vil lukke vinduet?',
options : 'Options', // MISSING options : 'Vis muligheder',
target : 'Target', // MISSING target : 'Mål',
targetNew : 'New Window (_blank)', // MISSING targetNew : 'Nyt vindue (_blank)',
targetTop : 'Topmost Window (_top)', // MISSING targetTop : 'Øverste vindue (_top)',
targetSelf : 'Same Window (_self)', // MISSING targetSelf : 'Samme vindue (_self)',
targetParent : 'Parent Window (_parent)', // MISSING targetParent : 'Samme vindue (_parent)',
langDirLTR : 'Left to Right (LTR)', // MISSING langDirLTR : 'Venstre til højre (LTR)',
langDirRTL : 'Right to Left (RTL)', // MISSING langDirRTL : 'Højre til venstre (RTL)',
styles : 'Style', // MISSING styles : 'Style',
cssClasses : 'Stylesheet Classes', // MISSING cssClasses : 'Stylesheetklasser',
width : 'Bredde', width : 'Bredde',
height : 'Højde', height : 'Højde',
align : 'Justering', align : 'Justering',
@ -121,10 +122,10 @@ CKEDITOR.lang['da'] =
alignBottom : 'Nederst', alignBottom : 'Nederst',
invalidHeight : 'Højde skal være et tal.', invalidHeight : 'Højde skal være et tal.',
invalidWidth : 'Bredde 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 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 : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING invalidHtmlLength : 'Værdien specificeret for "%1" feltet skal være et positivt nummer med eller uden en CSS måleenhed (px eller %).',
invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING invalidInlineStyle : 'Værdien specificeret for inline style skal indeholde en eller flere elementer med et format som "name:value", separeret af semikoloner',
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).', // MISSING cssLengthTooltip : 'Indsæt en numerisk værdi i pixel eller nummer med en gyldig CSS værdi (px, %, in, cm, mm, em, ex, pt, or pc).',
// Put the voice-only part of the label in the span. // Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, ikke tilgængelig</span>' unavailable : '%1<span class="cke_accessibility">, ikke tilgængelig</span>'
@ -132,7 +133,7 @@ CKEDITOR.lang['da'] =
contextmenu : contextmenu :
{ {
options : 'Context Menu Options' // MISSING options : 'Muligheder for hjælpemenu'
}, },
// Special char dialog. // Special char dialog.
@ -140,7 +141,7 @@ CKEDITOR.lang['da'] =
{ {
toolbar : 'Indsæt symbol', toolbar : 'Indsæt symbol',
title : 'Vælg symbol', title : 'Vælg symbol',
options : 'Special Character Options' // MISSING options : 'Muligheder for specialkarakterer'
}, },
// Link dialog. // Link dialog.
@ -155,13 +156,13 @@ CKEDITOR.lang['da'] =
upload : 'Upload', upload : 'Upload',
advanced : 'Avanceret', advanced : 'Avanceret',
type : 'Type', type : 'Type',
toUrl : 'URL', // MISSING toUrl : 'URL',
toAnchor : 'Bogmærke på denne side', toAnchor : 'Bogmærke på denne side',
toEmail : 'E-mail', toEmail : 'E-mail',
targetFrame : '<ramme>', targetFrame : '<ramme>',
targetPopup : '<popup vindue>', targetPopup : '<popup vindue>',
targetFrameName : 'Destinationsvinduets navn', targetFrameName : 'Destinationsvinduets navn',
targetPopupName : 'Popup vinduets navn', targetPopupName : 'Popupvinduets navn',
popupFeatures : 'Egenskaber for popup', popupFeatures : 'Egenskaber for popup',
popupResizable : 'Justérbar', popupResizable : 'Justérbar',
popupStatusBar : 'Statuslinje', popupStatusBar : 'Statuslinje',
@ -180,22 +181,22 @@ CKEDITOR.lang['da'] =
acccessKey : 'Genvejstast', acccessKey : 'Genvejstast',
name : 'Navn', name : 'Navn',
langCode : 'Tekstretning', langCode : 'Tekstretning',
tabIndex : 'Tabulator indeks', tabIndex : 'Tabulatorindeks',
advisoryTitle : 'Titel', advisoryTitle : 'Titel',
advisoryContentType : 'Indholdstype', advisoryContentType : 'Indholdstype',
cssClasses : 'Typografiark', cssClasses : 'Typografiark',
charset : 'Tegnsæt', charset : 'Tegnsæt',
styles : 'Typografi', styles : 'Typografi',
rel : 'Relationship', // MISSING rel : 'Relation',
selectAnchor : 'Vælg et anker', selectAnchor : 'Vælg et anker',
anchorName : 'Efter anker navn', anchorName : 'Efter ankernavn',
anchorId : 'Efter element Id', anchorId : 'Efter element-Id',
emailAddress : 'E-mail adresse', emailAddress : 'E-mailadresse',
emailSubject : 'Emne', emailSubject : 'Emne',
emailBody : 'Besked', emailBody : 'Besked',
noAnchors : '(Ingen bogmærker i dokumentet)', noAnchors : '(Ingen bogmærker i dokumentet)',
noUrl : 'Indtast hyperlink URL!', noUrl : 'Indtast hyperlink-URL!',
noEmail : 'Indtast e-mail adresse!' noEmail : 'Indtast e-mailadresse!'
}, },
// Anchor dialog // Anchor dialog
@ -204,33 +205,33 @@ CKEDITOR.lang['da'] =
toolbar : 'Indsæt/redigér bogmærke', toolbar : 'Indsæt/redigér bogmærke',
menu : 'Egenskaber for bogmærke', menu : 'Egenskaber for bogmærke',
title : 'Egenskaber for bogmærke', title : 'Egenskaber for bogmærke',
name : 'Bogmærke navn', name : 'Bogmærkenavn',
errorName : 'Indtast bogmærke navn', errorName : 'Indtast bogmærkenavn',
remove : 'Remove Anchor' // MISSING remove : 'Fjern bogmærke'
}, },
// List style dialog // List style dialog
list: list:
{ {
numberedTitle : 'Numbered List Properties', // MISSING numberedTitle : 'Egenskaber for nummereret liste',
bulletedTitle : 'Bulleted List Properties', // MISSING bulletedTitle : 'Værdier for cirkelpunktopstilling',
type : 'Type', // MISSING type : 'Type',
start : 'Start', // MISSING start : 'Start',
validateStartNumber :'List start number must be a whole number.', // MISSING validateStartNumber :'Den nummererede liste skal starte med et rundt nummer',
circle : 'Circle', // MISSING circle : 'Cirkel',
disc : 'Disc', // MISSING disc : 'Værdier for diskpunktopstilling',
square : 'Square', // MISSING square : 'Firkant',
none : 'None', // MISSING none : 'Ingen',
notset : '<not set>', // MISSING notset : '<ikke defineret>',
armenian : 'Armenian numbering', // MISSING armenian : 'Armensk nummering',
georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING georgian : 'Georgiansk nummering (an, ban, gan, etc.)',
lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING lowerRoman : 'Små romerske (i, ii, iii, iv, v, etc.)',
upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING upperRoman : 'Store romerske (I, II, III, IV, V, etc.)',
lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING lowerAlpha : 'Små alfabet (a, b, c, d, e, etc.)',
upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING upperAlpha : 'Store alfabet (A, B, C, D, E, etc.)',
lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING lowerGreek : 'Små græsk (alpha, beta, gamma, etc.)',
decimal : 'Decimal (1, 2, 3, etc.)', // MISSING decimal : 'Decimal (1, 2, 3, osv.)',
decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING decimalLeadingZero : 'Decimaler med 0 først (01, 02, 03, etc.)'
}, },
// Find And Replace Dialog // Find And Replace Dialog
@ -242,7 +243,7 @@ CKEDITOR.lang['da'] =
findWhat : 'Søg efter:', findWhat : 'Søg efter:',
replaceWith : 'Erstat med:', replaceWith : 'Erstat med:',
notFoundMsg : 'Søgeteksten blev ikke fundet', notFoundMsg : 'Søgeteksten blev ikke fundet',
findOptions : 'Find Options', // MISSING findOptions : 'Find muligheder',
matchCase : 'Forskel på store og små bogstaver', matchCase : 'Forskel på store og små bogstaver',
matchWord : 'Kun hele ord', matchWord : 'Kun hele ord',
matchCyclic : 'Match cyklisk', matchCyclic : 'Match cyklisk',
@ -262,12 +263,12 @@ CKEDITOR.lang['da'] =
border : 'Rammebredde', border : 'Rammebredde',
widthPx : 'pixels', widthPx : 'pixels',
widthPc : 'procent', widthPc : 'procent',
widthUnit : 'width unit', // MISSING widthUnit : 'Bredde på enhed',
cellSpace : 'Celleafstand', cellSpace : 'Celleafstand',
cellPad : 'Cellemargen', cellPad : 'Cellemargen',
caption : 'Titel', caption : 'Titel',
summary : 'Resumé', summary : 'Resumé',
headers : 'Header', headers : 'Hoved',
headersNone : 'Ingen', headersNone : 'Ingen',
headersColumn : 'Første kolonne', headersColumn : 'Første kolonne',
headersRow : 'Første række', headersRow : 'Første række',
@ -302,14 +303,14 @@ CKEDITOR.lang['da'] =
bgColor : 'Baggrundsfarve', bgColor : 'Baggrundsfarve',
borderColor : 'Rammefarve', borderColor : 'Rammefarve',
data : 'Data', data : 'Data',
header : 'Header', header : 'Hoved',
yes : 'Ja', yes : 'Ja',
no : 'Nej', no : 'Nej',
invalidWidth : 'Cellebredde skal være et tal.', invalidWidth : 'Cellebredde skal være et tal.',
invalidHeight : 'Cellehøjde skal være et tal.', invalidHeight : 'Cellehøjde skal være et tal.',
invalidRowSpan : 'Række span skal være et heltal.', invalidRowSpan : 'Række span skal være et heltal.',
invalidColSpan : 'Kolonne span skal være et heltal.', invalidColSpan : 'Kolonne span skal være et heltal.',
chooseColor : 'Choose' // MISSING chooseColor : 'Vælg'
}, },
row : row :
@ -415,7 +416,7 @@ CKEDITOR.lang['da'] =
titleButton : 'Egenskaber for billedknap', titleButton : 'Egenskaber for billedknap',
menu : 'Egenskaber for billede', menu : 'Egenskaber for billede',
infoTab : 'Generelt', infoTab : 'Generelt',
btnUpload : 'Upload', btnUpload : 'Upload fil til serveren',
upload : 'Upload', upload : 'Upload',
alt : 'Alternativ tekst', alt : 'Alternativ tekst',
lockRatio : 'Lås størrelsesforhold', lockRatio : 'Lås størrelsesforhold',
@ -427,10 +428,10 @@ CKEDITOR.lang['da'] =
linkTab : 'Hyperlink', linkTab : 'Hyperlink',
button2Img : 'Vil du lave billedknappen om til et almindeligt billede?', button2Img : 'Vil du lave billedknappen om til et almindeligt billede?',
img2Button : 'Vil du lave billedet om til en billedknap?', img2Button : 'Vil du lave billedet om til en billedknap?',
urlMissing : 'Image source URL is missing.', // MISSING urlMissing : 'Kilde på billed-URL mangler',
validateBorder : 'Border must be a whole number.', // MISSING validateBorder : 'Kant skal være et helt nummer.',
validateHSpace : 'HSpace must be a whole number.', // MISSING validateHSpace : 'HSpace skal være et helt nummer.',
validateVSpace : 'VSpace must be a whole number.' // MISSING validateVSpace : 'VSpace skal være et helt nummer.'
}, },
// Flash Dialog // Flash Dialog
@ -441,13 +442,13 @@ CKEDITOR.lang['da'] =
title : 'Egenskaber for Flash', title : 'Egenskaber for Flash',
chkPlay : 'Automatisk afspilning', chkPlay : 'Automatisk afspilning',
chkLoop : 'Gentagelse', chkLoop : 'Gentagelse',
chkMenu : 'Vis Flash menu', chkMenu : 'Vis Flash-menu',
chkFull : 'Tillad fuldskærm', chkFull : 'Tillad fuldskærm',
scale : 'Skalér', scale : 'Skalér',
scaleAll : 'Vis alt', scaleAll : 'Vis alt',
scaleNoBorder : 'Ingen ramme', scaleNoBorder : 'Ingen ramme',
scaleFit : 'Tilpas størrelse', scaleFit : 'Tilpas størrelse',
access : 'Script adgang', access : 'Scriptadgang',
accessAlways : 'Altid', accessAlways : 'Altid',
accessSameDomain: 'Samme domæne', accessSameDomain: 'Samme domæne',
accessNever : 'Aldrig', accessNever : 'Aldrig',
@ -502,12 +503,12 @@ CKEDITOR.lang['da'] =
{ {
toolbar : 'Smiley', toolbar : 'Smiley',
title : 'Vælg smiley', title : 'Vælg smiley',
options : 'Smiley Options' // MISSING options : 'Smileymuligheder'
}, },
elementsPath : elementsPath :
{ {
eleLabel : 'Elements path', // MISSING eleLabel : 'Sti på element',
eleTitle : '%1 element' eleTitle : '%1 element'
}, },
@ -533,7 +534,7 @@ CKEDITOR.lang['da'] =
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).', 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>.', 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.', 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 pasteArea : 'Indsæt område'
}, },
pastefromword : pastefromword :
@ -541,7 +542,7 @@ CKEDITOR.lang['da'] =
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?', 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', toolbar : 'Indsæt fra Word',
title : '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 error : 'Det var ikke muligt at fjerne formatteringen på den indsatte tekst grundet en intern fejl'
}, },
pasteText : pasteText :
@ -554,7 +555,7 @@ CKEDITOR.lang['da'] =
{ {
button : 'Skabeloner', button : 'Skabeloner',
title : 'Indholdsskabeloner', title : 'Indholdsskabeloner',
options : 'Template Options', // MISSING options : 'Skabelon muligheder',
insertOption : 'Erstat det faktiske indhold', insertOption : 'Erstat det faktiske indhold',
selectPromptMsg : 'Vælg den skabelon, som skal åbnes i editoren (nuværende indhold vil blive overskrevet):', selectPromptMsg : 'Vælg den skabelon, som skal åbnes i editoren (nuværende indhold vil blive overskrevet):',
emptyListMsg : '(Der er ikke defineret nogen skabelon)' emptyListMsg : '(Der er ikke defineret nogen skabelon)'
@ -565,7 +566,7 @@ CKEDITOR.lang['da'] =
stylesCombo : stylesCombo :
{ {
label : 'Typografi', label : 'Typografi',
panelTitle : 'Formatting Styles', // MISSING panelTitle : 'Formattering på stylesheet',
panelTitle1 : 'Block typografi', panelTitle1 : 'Block typografi',
panelTitle2 : 'Inline typografi', panelTitle2 : 'Inline typografi',
panelTitle3 : 'Object typografi' panelTitle3 : 'Object typografi'
@ -590,28 +591,28 @@ CKEDITOR.lang['da'] =
div : div :
{ {
title : 'Create Div Container', // MISSING title : 'Opret Div Container',
toolbar : 'Create Div Container', // MISSING toolbar : 'Opret Div Container',
cssClassInputLabel : 'Stylesheet Classes', // MISSING cssClassInputLabel : 'Typografiark',
styleSelectLabel : 'Style', // MISSING styleSelectLabel : 'Style',
IdInputLabel : 'Id', // MISSING IdInputLabel : 'Id',
languageCodeInputLabel : ' Language Code', // MISSING languageCodeInputLabel : ' Sprogkode',
inlineStyleInputLabel : 'Inline Style', // MISSING inlineStyleInputLabel : 'Inline Style',
advisoryTitleInputLabel : 'Advisory Title', // MISSING advisoryTitleInputLabel : 'Vejledende titel',
langDirLabel : 'Language Direction', // MISSING langDirLabel : 'Sprogretning',
langDirLTRLabel : 'Left to Right (LTR)', // MISSING langDirLTRLabel : 'Venstre til højre (LTR)',
langDirRTLLabel : 'Right to Left (RTL)', // MISSING langDirRTLLabel : 'Højre til venstre (RTL)',
edit : 'Edit Div', // MISSING edit : 'Rediger Div',
remove : 'Remove Div' // MISSING remove : 'Slet Div'
}, },
iframe : iframe :
{ {
title : 'IFrame Properties', // MISSING title : 'Iframe egenskaber',
toolbar : 'IFrame', // MISSING toolbar : 'Iframe',
noUrl : 'Please type the iframe URL', // MISSING noUrl : 'Venligst indsæt URL på iframen',
scrolling : 'Enable scrollbars', // MISSING scrolling : 'Aktiver scrollbars',
border : 'Show frame border' // MISSING border : 'Vis kant på rammen'
}, },
font : font :
@ -632,59 +633,59 @@ CKEDITOR.lang['da'] =
{ {
textColorTitle : 'Tekstfarve', textColorTitle : 'Tekstfarve',
bgColorTitle : 'Baggrundsfarve', bgColorTitle : 'Baggrundsfarve',
panelTitle : 'Colors', // MISSING panelTitle : 'Farver',
auto : 'Automatisk', auto : 'Automatisk',
more : 'Flere farver...' more : 'Flere farver...'
}, },
colors : colors :
{ {
'000' : 'Black', // MISSING '000' : 'Sort',
'800000' : 'Maroon', // MISSING '800000' : 'Mørkerød',
'8B4513' : 'Saddle Brown', // MISSING '8B4513' : 'Mørk orange',
'2F4F4F' : 'Dark Slate Gray', // MISSING '2F4F4F' : 'Dark Slate Grå',
'008080' : 'Teal', // MISSING '008080' : 'Teal',
'000080' : 'Navy', // MISSING '000080' : 'Navy',
'4B0082' : 'Indigo', // MISSING '4B0082' : 'Indigo',
'696969' : 'Dark Gray', // MISSING '696969' : 'Mørkegrå',
'B22222' : 'Fire Brick', // MISSING 'B22222' : 'Scarlet / Rød',
'A52A2A' : 'Brown', // MISSING 'A52A2A' : 'Brun',
'DAA520' : 'Golden Rod', // MISSING 'DAA520' : 'Guld',
'006400' : 'Dark Green', // MISSING '006400' : 'Mørkegrøn',
'40E0D0' : 'Turquoise', // MISSING '40E0D0' : 'Tyrkis',
'0000CD' : 'Medium Blue', // MISSING '0000CD' : 'Mellemblå',
'800080' : 'Purple', // MISSING '800080' : 'Lilla',
'808080' : 'Gray', // MISSING '808080' : 'Grå',
'F00' : 'Red', // MISSING 'F00' : 'Rød',
'FF8C00' : 'Dark Orange', // MISSING 'FF8C00' : 'Mørk orange',
'FFD700' : 'Gold', // MISSING 'FFD700' : 'Guld',
'008000' : 'Green', // MISSING '008000' : 'Grøn',
'0FF' : 'Cyan', // MISSING '0FF' : 'Cyan',
'00F' : 'Blue', // MISSING '00F' : 'Blå',
'EE82EE' : 'Violet', // MISSING 'EE82EE' : 'Violet',
'A9A9A9' : 'Dim Gray', // MISSING 'A9A9A9' : 'Matgrå',
'FFA07A' : 'Light Salmon', // MISSING 'FFA07A' : 'Laksefarve',
'FFA500' : 'Orange', // MISSING 'FFA500' : 'Orange',
'FFFF00' : 'Yellow', // MISSING 'FFFF00' : 'Gul',
'00FF00' : 'Lime', // MISSING '00FF00' : 'Lime',
'AFEEEE' : 'Pale Turquoise', // MISSING 'AFEEEE' : 'Mat tyrkis',
'ADD8E6' : 'Light Blue', // MISSING 'ADD8E6' : 'Lyseblå',
'DDA0DD' : 'Plum', // MISSING 'DDA0DD' : 'Plum',
'D3D3D3' : 'Light Grey', // MISSING 'D3D3D3' : 'Lysegrå',
'FFF0F5' : 'Lavender Blush', // MISSING 'FFF0F5' : 'Lavender Blush',
'FAEBD7' : 'Antique White', // MISSING 'FAEBD7' : 'Antikhvid',
'FFFFE0' : 'Light Yellow', // MISSING 'FFFFE0' : 'Lysegul',
'F0FFF0' : 'Honeydew', // MISSING 'F0FFF0' : 'Gul / Beige',
'F0FFFF' : 'Azure', // MISSING 'F0FFFF' : 'Himmeblå',
'F0F8FF' : 'Alice Blue', // MISSING 'F0F8FF' : 'Alice blue',
'E6E6FA' : 'Lavender', // MISSING 'E6E6FA' : 'Lavendel',
'FFF' : 'White' // MISSING 'FFF' : 'Hvid'
}, },
scayt : scayt :
{ {
title : 'Stavekontrol mens du skriver', title : 'Stavekontrol mens du skriver',
opera_title : 'Not supported by Opera', // MISSING opera_title : 'Ikke supporteret af Opera',
enable : 'Aktivér SCAYT', enable : 'Aktivér SCAYT',
disable : 'Deaktivér SCAYT', disable : 'Deaktivér SCAYT',
about : 'Om SCAYT', about : 'Om SCAYT',
@ -698,20 +699,20 @@ CKEDITOR.lang['da'] =
emptyDic : 'Ordbogsnavn må ikke være tom.', emptyDic : 'Ordbogsnavn må ikke være tom.',
optionsTab : 'Indstillinger', optionsTab : 'Indstillinger',
allCaps : 'Ignore All-Caps Words', // MISSING allCaps : 'Ignorer alle store bogstaver',
ignoreDomainNames : 'Ignore Domain Names', // MISSING ignoreDomainNames : 'Ignorér domænenavne',
mixedCase : 'Ignore Words with Mixed Case', // MISSING mixedCase : 'Ignorer ord med store og små bogstaver',
mixedWithDigits : 'Ignore Words with Numbers', // MISSING mixedWithDigits : 'Ignorér ord med numre',
languagesTab : 'Sprog', languagesTab : 'Sprog',
dictionariesTab : 'Ordbøger', dictionariesTab : 'Ordbøger',
dic_field_name : 'Dictionary name', // MISSING dic_field_name : 'Navn på ordbog',
dic_create : 'Create', // MISSING dic_create : 'Opret',
dic_restore : 'Restore', // MISSING dic_restore : 'Gendan',
dic_delete : 'Delete', // MISSING dic_delete : 'Slet',
dic_rename : 'Rename', // MISSING dic_rename : 'Omdøb',
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 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.',
aboutTab : 'Om' aboutTab : 'Om'
}, },
@ -720,21 +721,21 @@ CKEDITOR.lang['da'] =
{ {
title : 'Om CKEditor', title : 'Om CKEditor',
dlgTitle : 'Om CKEditor', dlgTitle : 'Om CKEditor',
help : 'Check $1 for help.', // MISSING help : 'Se $1 for at få hjælp.',
userGuide : 'CKEditor User\'s Guide', // MISSING userGuide : 'CKEditor-brugermanual',
moreInfo : 'For informationer omkring licens, se venligst vores hjemmeside (på engelsk):', moreInfo : 'For informationer omkring licens, se venligst vores hjemmeside (på engelsk):',
copy : 'Copyright &copy; $1. Alle rettigheder forbeholdes.' copy : 'Copyright &copy; $1. Alle rettigheder forbeholdes.'
}, },
maximize : 'Maximér', maximize : 'Maksimér',
minimize : 'Minimize', // MISSING minimize : 'Minimér',
fakeobjects : fakeobjects :
{ {
anchor : 'Anker', anchor : 'Anker',
flash : 'Flashanimation', flash : 'Flashanimation',
iframe : 'IFrame', // MISSING iframe : 'Iframe',
hiddenfield : 'Hidden Field', // MISSING hiddenfield : 'Skjult felt',
unknown : 'Ukendt objekt' unknown : 'Ukendt objekt'
}, },
@ -742,49 +743,49 @@ CKEDITOR.lang['da'] =
colordialog : colordialog :
{ {
title : 'Select color', // MISSING title : 'Vælg farve',
options : 'Color Options', // MISSING options : 'Farvemuligheder',
highlight : 'Highlight', // MISSING highlight : 'Markér',
selected : 'Selected Color', // MISSING selected : 'Valgt farve',
clear : 'Clear' // MISSING clear : 'Nulstil'
}, },
toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarCollapse : 'Sammenklap værktøjslinje',
toolbarExpand : 'Expand Toolbar', // MISSING toolbarExpand : 'Udvid værktøjslinje',
toolbarGroups : toolbarGroups :
{ {
document : 'Document', // MISSING document : 'Dokument',
clipboard : 'Clipboard/Undo', // MISSING clipboard : 'Udklipsholder/Fortryd',
editing : 'Editing', // MISSING editing : 'Redigering',
forms : 'Forms', // MISSING forms : 'Formularer',
basicstyles : 'Basic Styles', // MISSING basicstyles : 'Basis styles',
paragraph : 'Paragraph', // MISSING paragraph : 'Paragraf',
links : 'Links', // MISSING links : 'Links',
insert : 'Insert', // MISSING insert : 'Indsæt',
styles : 'Styles', // MISSING styles : 'Typografier',
colors : 'Colors', // MISSING colors : 'Farver',
tools : 'Tools' // MISSING tools : 'Værktøjer'
}, },
bidi : bidi :
{ {
ltr : 'Text direction from left to right', // MISSING ltr : 'Tekstretning fra venstre til højre',
rtl : 'Text direction from right to left' // MISSING rtl : 'Tekstretning fra højre til venstre'
}, },
docprops : docprops :
{ {
label : 'Egenskaber for dokument', label : 'Egenskaber for dokument',
title : 'Egenskaber for dokument', title : 'Egenskaber for dokument',
design : 'Design', // MISSING design : 'Design',
meta : 'Meta Tags', // MISSING meta : 'Metatags',
chooseColor : 'Choose', // MISSING chooseColor : 'Vælg',
other : '<anden>', other : '<anden>',
docTitle : 'Sidetitel', docTitle : 'Sidetitel',
charset : 'Tegnsæt kode', charset : 'Tegnsætskode',
charsetOther : 'Anden tegnsæt kode', charsetOther : 'Anden tegnsætskode',
charsetASCII : 'ASCII', // MISSING charsetASCII : 'ASCII',
charsetCE : 'Centraleuropæisk', charsetCE : 'Centraleuropæisk',
charsetCT : 'Traditionel kinesisk (Big5)', charsetCT : 'Traditionel kinesisk (Big5)',
charsetCR : 'Kyrillisk', charsetCR : 'Kyrillisk',
@ -792,7 +793,7 @@ CKEDITOR.lang['da'] =
charsetJP : 'Japansk', charsetJP : 'Japansk',
charsetKR : 'Koreansk', charsetKR : 'Koreansk',
charsetTR : 'Tyrkisk', charsetTR : 'Tyrkisk',
charsetUN : 'Unicode (UTF-8)', // MISSING charsetUN : 'Unicode (UTF-8)',
charsetWE : 'Vesteuropæisk', charsetWE : 'Vesteuropæisk',
docType : 'Dokumenttype kategori', docType : 'Dokumenttype kategori',
docTypeOther : 'Anden dokumenttype kategori', docTypeOther : 'Anden dokumenttype kategori',
@ -807,9 +808,9 @@ CKEDITOR.lang['da'] =
marginRight : 'Højre', marginRight : 'Højre',
marginBottom : 'Nederst', marginBottom : 'Nederst',
metaKeywords : 'Dokument index nøgleord (kommasepareret)', metaKeywords : 'Dokument index nøgleord (kommasepareret)',
metaDescription : 'Dokument beskrivelse', metaDescription : 'Dokumentbeskrivelse',
metaAuthor : 'Forfatter', metaAuthor : 'Forfatter',
metaCopyright : 'Copyright', // MISSING metaCopyright : 'Copyright',
previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING previewHtml : '<p>Dette er et <strong>eksempel på noget tekst</strong>. Du benytter <a href="javascript:void(0)">CKEditor</a>.</p>'
} }
}; };

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['de'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'WYSIWYG-Editor, %1, drücken Sie ALT 0 für Hilfe.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor Symbolleisten', toolbars : 'Editor Symbolleisten',
@ -190,7 +191,7 @@ CKEDITOR.lang['de'] =
selectAnchor : 'Anker auswählen', selectAnchor : 'Anker auswählen',
anchorName : 'nach Anker Name', anchorName : 'nach Anker Name',
anchorId : 'nach Element Id', anchorId : 'nach Element Id',
emailAddress : 'E-Mail Addresse', emailAddress : 'E-Mail Adresse',
emailSubject : 'Betreffzeile', emailSubject : 'Betreffzeile',
emailBody : 'Nachrichtentext', emailBody : 'Nachrichtentext',
noAnchors : '(keine Anker im Dokument vorhanden)', noAnchors : '(keine Anker im Dokument vorhanden)',

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,11 +31,12 @@ CKEDITOR.lang['el'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Εργαλειοθήκες Επεξεργαστή',
editor : 'Rich Text Editor', // MISSING editor : 'Επεξεργαστής Πλούσιου Κειμένου',
// Toolbar buttons without dialogs. // Toolbar buttons without dialogs.
source : 'HTML κώδικας', source : 'HTML κώδικας',
@ -56,7 +57,7 @@ CKEDITOR.lang['el'] =
superscript : 'Εκθέτης', superscript : 'Εκθέτης',
horizontalrule : 'Εισαγωγή Οριζόντιας Γραμμής', horizontalrule : 'Εισαγωγή Οριζόντιας Γραμμής',
pagebreak : 'Εισαγωγή τέλους σελίδας', pagebreak : 'Εισαγωγή τέλους σελίδας',
pagebreakAlt : 'Page Break', // MISSING pagebreakAlt : 'Αλλαγή Σελίδας',
unlink : 'Αφαίρεση Συνδέσμου (Link)', unlink : 'Αφαίρεση Συνδέσμου (Link)',
undo : 'Αναίρεση', undo : 'Αναίρεση',
redo : 'Επαναφορά', redo : 'Επαναφορά',
@ -66,21 +67,21 @@ CKEDITOR.lang['el'] =
{ {
browseServer : 'Εξερεύνηση διακομιστή', browseServer : 'Εξερεύνηση διακομιστή',
url : 'URL', url : 'URL',
protocol : 'Προτόκολο', protocol : 'Πρωτόκολλο',
upload : 'Αποστολή', upload : 'Ανέβασμα',
uploadSubmit : 'Αποστολή στον Διακομιστή', uploadSubmit : 'Αποστολή στον Διακομιστή',
image : 'Εικόνα', image : 'Εικόνα',
flash : 'Εισαγωγή Flash', flash : 'Εισαγωγή Flash',
form : 'Φόρμα', form : 'Φόρμα',
checkbox : 'Κουτί επιλογής', checkbox : 'Κουτί επιλογής',
radio : 'Κουμπί Radio', radio : 'Κουμπί επιλογής',
textField : 'Πεδίο κειμένου', textField : 'Πεδίο κειμένου',
textarea : 'Περιοχή κειμένου', textarea : 'Περιοχή κειμένου',
hiddenField : 'Κρυφό πεδίο', hiddenField : 'Κρυφό πεδίο',
button : 'Κουμπί', button : 'Κουμπί',
select : 'Πεδίο επιλογής', select : 'Πεδίο επιλογής',
imageButton : 'Κουμπί εικόνας', imageButton : 'Κουμπί εικόνας',
notSet : '<χωρίς>', notSet : '<δεν έχει ρυθμιστεί>',
id : 'Id', id : 'Id',
name : 'Όνομα', name : 'Όνομα',
langDir : 'Κατεύθυνση κειμένου', langDir : 'Κατεύθυνση κειμένου',
@ -89,38 +90,38 @@ CKEDITOR.lang['el'] =
langCode : 'Κωδικός Γλώσσας', langCode : 'Κωδικός Γλώσσας',
longDescr : 'Αναλυτική περιγραφή URL', longDescr : 'Αναλυτική περιγραφή URL',
cssClass : 'Stylesheet Classes', cssClass : 'Stylesheet Classes',
advisoryTitle : 'Συμβουλευτικός τίτλος', advisoryTitle : 'Ενδεικτικός τίτλος',
cssStyle : 'Στύλ', cssStyle : 'Μορφή κειμένου',
ok : 'OK', ok : 'OK',
cancel : 'Ακύρωση', cancel : 'Ακύρωση',
close : 'Close', // MISSING close : 'Κλείσιμο',
preview : 'Preview', // MISSING preview : 'Προεπισκόπηση',
generalTab : 'General', // MISSING generalTab : 'Γενικά',
advancedTab : 'Για προχωρημένους', advancedTab : 'Για προχωρημένους',
validateNumberFailed : 'This value is not a number.', // MISSING validateNumberFailed : 'Αυτή η τιμή δεν είναι αριθμός.',
confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmNewPage : 'Οι όποιες αλλαγές στο περιεχόμενο θα χαθούν. Είσαστε σίγουροι ότι θέλετε να φορτώσετε μια νέα σελίδα;',
confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING confirmCancel : 'Μερικές επιλογές έχουν αλλάξει. Είσαστε σίγουροι ότι θέλετε να κλείσετε το παράθυρο διαλόγου;',
options : 'Options', // MISSING options : 'Επιλογές',
target : 'Target', // MISSING target : 'Προορισμός',
targetNew : 'New Window (_blank)', // MISSING targetNew : 'Νέο Παράθυρο (_blank)',
targetTop : 'Topmost Window (_top)', // MISSING targetTop : 'Αρχική Περιοχή (_top)',
targetSelf : 'Same Window (_self)', // MISSING targetSelf : 'Ίδια Περιοχή (_self)',
targetParent : 'Parent Window (_parent)', // MISSING targetParent : 'Γονεϊκό Παράθυρο (_parent)',
langDirLTR : 'Left to Right (LTR)', // MISSING langDirLTR : 'Αριστερά προς Δεξιά (LTR)',
langDirRTL : 'Right to Left (RTL)', // MISSING langDirRTL : 'Δεξιά προς Αριστερά (RTL)',
styles : 'Style', // MISSING styles : 'Μορφή',
cssClasses : 'Stylesheet Classes', // MISSING cssClasses : 'Stylesheet Classes', // MISSING
width : 'Πλάτος', width : 'Πλάτος',
height : 'Ύψος', height : 'Ύψος',
align : 'Ευθυγράμμιση (Align)', align : 'Στοίχιση',
alignLeft : 'Αριστερά', alignLeft : 'Αριστερά',
alignRight : 'Δεξιά (Right)', alignRight : 'Δεξιά',
alignCenter : 'Κέντρο', alignCenter : 'Κέντρο',
alignTop : 'Πάνω (Top)', alignTop : 'Πάνω',
alignMiddle : 'Μέση (Middle)', alignMiddle : 'Μέση',
alignBottom : 'Κάτω (Bottom)', alignBottom : 'Κάτω',
invalidHeight : 'Height must be a number.', // MISSING invalidHeight : 'Το ύψος πρέπει να είναι ένας αριθμός.',
invalidWidth : 'Width must be a number.', // MISSING 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 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 invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
@ -132,65 +133,65 @@ CKEDITOR.lang['el'] =
contextmenu : contextmenu :
{ {
options : 'Context Menu Options' // MISSING options : 'Επιλογές Αναδυόμενου Μενού'
}, },
// Special char dialog. // Special char dialog.
specialChar : specialChar :
{ {
toolbar : 'Εισαγωγή Ειδικού Συμβόλου', toolbar : 'Εισαγωγή Ειδικού Χαρακτήρα',
title : 'Επιλέξτε ένα Ειδικό Σύμβολο', title : 'Επιλέξτε έναν Ειδικό Χαρακτήρα',
options : 'Special Character Options' // MISSING options : 'Επιλογές Ειδικών Χαρακτήρων'
}, },
// Link dialog. // Link dialog.
link : link :
{ {
toolbar : 'Εισαγωγή/Μεταβολή Συνδέσμου (Link)', toolbar : 'Σύνδεσμος',
other : '<άλλος>', other : '<άλλο>',
menu : 'Μεταβολή Συνδέσμου (Link)', menu : 'Επεξεργασία Συνδέσμου',
title : 'Σύνδεσμος (Link)', title : 'Σύνδεσμος',
info : 'Link', info : 'Πληροφορίες Συνδέσμου',
target : 'Παράθυρο Στόχος (Target)', target : 'Παράθυρο Προορισμού',
upload : 'Αποστολή', upload : 'Ανέβασμα',
advanced : 'Για προχωρημένους', advanced : 'Για προχωρημένους',
type : 'Τύπος συνδέσμου (Link)', type : 'Τύπος Συνδέσμου',
toUrl : 'URL', // MISSING toUrl : 'URL', // MISSING
toAnchor : 'Άγκυρα σε αυτή τη σελίδα', toAnchor : 'Άγκυρα σε αυτή τη σελίδα',
toEmail : 'E-Mail', toEmail : 'E-Mail',
targetFrame : '<πλαίσιο>', targetFrame : '<πλαίσιο>',
targetPopup : '<παράθυρο popup>', targetPopup : '<αναδυόμενο παράθυρο>',
targetFrameName : 'Όνομα πλαισίου στόχου', targetFrameName : 'Όνομα Παραθύρου Προορισμού',
targetPopupName : 'Όνομα Popup Window', targetPopupName : 'Όνομα Αναδυόμενου Παραθύρου',
popupFeatures : 'Επιλογές Popup Window', popupFeatures : 'Επιλογές Αναδυόμενου Παραθύρου',
popupResizable : 'Resizable', // MISSING popupResizable : 'Προσαρμοζόμενο Μέγεθος',
popupStatusBar : 'Μπάρα Status', popupStatusBar : 'Γραμμή Κατάστασης',
popupLocationBar: 'Μπάρα Τοποθεσίας', popupLocationBar: 'Γραμμή Τοποθεσίας',
popupToolbar : 'Μπάρα Εργαλείων', popupToolbar : 'Εργαλειοθήκη',
popupMenuBar : 'Μπάρα Menu', popupMenuBar : 'Γραμμή Επιλογών',
popupFullScreen : 'Ολόκληρη η Οθόνη (IE)', popupFullScreen : 'Πλήρης Οθόνη (IE)',
popupScrollBars : 'Μπάρες Κύλισης', popupScrollBars : 'Μπάρες Κύλισης',
popupDependent : 'Dependent (Netscape)', popupDependent : 'Εξαρτημένο (Netscape)',
popupLeft : 'Τοποθεσία Αριστερής Άκρης', popupLeft : 'Θέση Αριστερά',
popupTop : 'Τοποθεσία Πάνω Άκρης', popupTop : 'Θέση Πάνω',
id : 'Id', // MISSING id : 'Id', // MISSING
langDir : 'Κατεύθυνση κειμένου', langDir : 'Κατεύθυνση Κειμένου',
langDirLTR : 'Αριστερά προς Δεξιά (LTR)', langDirLTR : 'Αριστερά προς Δεξιά (LTR)',
langDirRTL : 'Δεξιά προς Αριστερά (RTL)', langDirRTL : 'Δεξιά προς Αριστερά (RTL)',
acccessKey : 'Συντόμευση (Access Key)', acccessKey : 'Συντόμευση',
name : 'Όνομα', name : 'Όνομα',
langCode : 'Κατεύθυνση κειμένου', langCode : 'Κατεύθυνση Κειμένου',
tabIndex : 'Tab Index', tabIndex : 'Σειρά Μεταπήδησης',
advisoryTitle : 'Συμβουλευτικός τίτλος', advisoryTitle : 'Ενδεικτικός Τίτλος',
advisoryContentType : 'Συμβουλευτικός τίτλος περιεχομένου', advisoryContentType : 'Ενδεικτικός Τύπος Περιεχομένου',
cssClasses : 'Stylesheet Classes', cssClasses : 'Stylesheet Classes',
charset : 'Linked Resource Charset', charset : 'Κωδικοποίηση Χαρακτήρων Προσαρτημένης Πηγής',
styles : 'Στύλ', styles : 'Μορφή',
rel : 'Relationship', // MISSING rel : 'Σχέση',
selectAnchor : 'Επιλέξτε μια άγκυρα', selectAnchor : 'Επιλέξτε μια άγκυρα',
anchorName : 'Βάσει του Ονόματος (Name) της άγκυρας', anchorName : 'Βάσει του Ονόματος της άγκυρας',
anchorId : 'Βάσει του Element Id', anchorId : 'Βάσει του Element Id',
emailAddress : 'Διεύθυνση Ηλεκτρονικού Ταχυδρομείου', emailAddress : 'Διεύθυνση e-mail',
emailSubject : 'Θέμα Μηνύματος', emailSubject : 'Θέμα Μηνύματος',
emailBody : 'Κείμενο Μηνύματος', emailBody : 'Κείμενο Μηνύματος',
noAnchors : '(Δεν υπάρχουν άγκυρες στο κείμενο)', noAnchors : '(Δεν υπάρχουν άγκυρες στο κείμενο)',
@ -201,27 +202,27 @@ CKEDITOR.lang['el'] =
// Anchor dialog // Anchor dialog
anchor : anchor :
{ {
toolbar : 'Εισαγωγή/επεξεργασία Anchor', toolbar : 'Εισαγωγή/επεξεργασία Άγκυρας',
menu : 'Ιδιότητες άγκυρας', menu : 'Ιδιότητες άγκυρας',
title : 'Ιδιότητες άγκυρας', title : 'Ιδιότητες άγκυρας',
name : 'Όνομα άγκυρας', name : 'Όνομα άγκυρας',
errorName : 'Παρακαλούμε εισάγετε όνομα άγκυρας', errorName : 'Παρακαλούμε εισάγετε όνομα άγκυρας',
remove : 'Remove Anchor' // MISSING remove : 'Αφαίρεση Άγκυρας'
}, },
// List style dialog // List style dialog
list: list:
{ {
numberedTitle : 'Numbered List Properties', // MISSING numberedTitle : 'Ιδιότητες Αριθμημένης Λίστας ',
bulletedTitle : 'Bulleted List Properties', // MISSING bulletedTitle : 'Ιδιότητες Λίστας Σημείων',
type : 'Type', // MISSING type : 'Τύπος',
start : 'Start', // MISSING start : 'Εκκίνηση',
validateStartNumber :'List start number must be a whole number.', // MISSING validateStartNumber :'Ο αριθμός εκκίνησης της αρίθμησης πρέπει να είναι ακέραιος αριθμός.',
circle : 'Circle', // MISSING circle : 'Κύκλος',
disc : 'Disc', // MISSING disc : 'Δίσκος',
square : 'Square', // MISSING square : 'Τετράγωνο',
none : 'None', // MISSING none : 'Τίποτα',
notset : '<not set>', // MISSING notset : '<δεν έχει οριστεί>',
armenian : 'Armenian numbering', // MISSING armenian : 'Armenian numbering', // MISSING
georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
@ -229,17 +230,17 @@ CKEDITOR.lang['el'] =
lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
upperAlpha : 'Upper 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 lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
decimal : 'Decimal (1, 2, 3, etc.)', // MISSING decimal : 'Δεκαδικός (1, 2, 3, κτλ)',
decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
}, },
// Find And Replace Dialog // Find And Replace Dialog
findAndReplace : findAndReplace :
{ {
title : 'Find and Replace', // MISSING title : 'Αναζήτηση και Αντικατάσταση',
find : 'Αναζήτηση', find : 'Αναζήτηση',
replace : 'Αντικατάσταση', replace : 'Αντικατάσταση',
findWhat : 'Αναζήτηση:', findWhat : 'Αναζήτηση για:',
replaceWith : 'Αντικατάσταση με:', replaceWith : 'Αντικατάσταση με:',
notFoundMsg : 'Το κείμενο δεν βρέθηκε.', notFoundMsg : 'Το κείμενο δεν βρέθηκε.',
findOptions : 'Find Options', // MISSING findOptions : 'Find Options', // MISSING
@ -259,72 +260,72 @@ CKEDITOR.lang['el'] =
deleteTable : 'Διαγραφή πίνακα', deleteTable : 'Διαγραφή πίνακα',
rows : 'Γραμμές', rows : 'Γραμμές',
columns : 'Κολώνες', columns : 'Κολώνες',
border : 'Μέγεθος Περιθωρίου', border : 'Πάχος Περιγράμματος',
widthPx : 'pixels', widthPx : 'pixels',
widthPc : '%', widthPc : 'τοις εκατό',
widthUnit : 'width unit', // MISSING widthUnit : 'μονάδα πλάτους',
cellSpace : 'Απόσταση κελιών', cellSpace : 'Διάστημα κελιών',
cellPad : 'Γέμισμα κελιών', cellPad : 'Γέμισμα κελιών',
caption : 'Υπέρτιτλος', caption : 'Λεζάντα',
summary : 'Περίληψη', summary : 'Περίληψη',
headers : 'Headers', // MISSING headers : 'Κεφαλίδες',
headersNone : 'None', // MISSING headersNone : 'Κανένα',
headersColumn : 'First column', // MISSING headersColumn : 'Πρώτη Στήλη',
headersRow : 'First Row', // MISSING headersRow : 'Πρώτη Σειρά',
headersBoth : 'Both', // MISSING headersBoth : 'Και τα δύο',
invalidRows : 'Number of rows must be a number greater than 0.', // MISSING invalidRows : 'Ο αριθμός των σειρών πρέπει να είναι μεγαλύτερος από 0.',
invalidCols : 'Number of columns must be a number greater than 0.', // MISSING invalidCols : 'Ο αριθμός των στηλών πρέπει να είναι μεγαλύτερος από 0.',
invalidBorder : 'Border size must be a number.', // MISSING invalidBorder : 'Το πάχος του περιγράμματος πρέπει να είναι ένας αριθμός.',
invalidWidth : 'Table width must be a number.', // MISSING invalidWidth : 'Το πλάτος του πίνακα πρέπει να είναι ένας αριθμός.',
invalidHeight : 'Table height must be a number.', // MISSING invalidHeight : 'Το ύψος του πίνακα πρέπει να είναι ένας αριθμός.',
invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING invalidCellSpacing : 'Η απόσταση μεταξύ των κελιών πρέπει να είναι ένας θετικός αριθμός.',
invalidCellPadding : 'Cell padding must be a positive number.', // MISSING invalidCellPadding : 'Το γέμισμα μέσα στα κελιά πρέπει να είναι ένας θετικός αριθμός.',
cell : cell :
{ {
menu : 'Κελί', menu : 'Κελί',
insertBefore : 'Insert Cell Before', // MISSING insertBefore : 'Εισαγωγή Κελιού Πριν',
insertAfter : 'Insert Cell After', // MISSING insertAfter : 'Εισαγωγή Κελιού Μετά',
deleteCell : 'Διαγραφή Κελιών', deleteCell : 'Διαγραφή Κελιών',
merge : 'Ενοποίηση Κελιών', merge : 'Ενοποίηση Κελιών',
mergeRight : 'Merge Right', // MISSING mergeRight : 'Συγχώνευση Με Δεξιά',
mergeDown : 'Merge Down', // MISSING mergeDown : 'Συγχώνευση Με Κάτω',
splitHorizontal : 'Split Cell Horizontally', // MISSING splitHorizontal : 'Οριζόντιο Μοίρασμα Κελιού',
splitVertical : 'Split Cell Vertically', // MISSING splitVertical : 'Κατακόρυφο Μοίρασμα Κελιού',
title : 'Cell Properties', // MISSING title : 'Ιδιότητες Κελιού',
cellType : 'Cell Type', // MISSING cellType : 'Τύπος Κελιού',
rowSpan : 'Rows Span', // MISSING rowSpan : 'Εύρος Σειρών',
colSpan : 'Columns Span', // MISSING colSpan : 'Εύρος Στηλών',
wordWrap : 'Word Wrap', // MISSING wordWrap : 'Word Wrap', // MISSING
hAlign : 'Horizontal Alignment', // MISSING hAlign : 'Οριζόντια Στοίχιση',
vAlign : 'Vertical Alignment', // MISSING vAlign : 'Κάθετη Στοίχιση',
alignBaseline : 'Baseline', // MISSING alignBaseline : 'Baseline', // MISSING
bgColor : 'Background Color', // MISSING bgColor : 'Χρώμα Φόντου',
borderColor : 'Border Color', // MISSING borderColor : 'Χρώμα Περιγράμματος',
data : 'Data', // MISSING data : 'Δεδομένα',
header : 'Header', // MISSING header : 'Κεφαλίδα',
yes : 'Yes', // MISSING yes : 'Ναι',
no : 'No', // MISSING no : 'Όχι',
invalidWidth : 'Cell width must be a number.', // MISSING invalidWidth : 'Το πλάτος του κελιού πρέπει να είναι ένας αριθμός.',
invalidHeight : 'Cell height must be a number.', // MISSING invalidHeight : 'Το ύψος του κελιού πρέπει να είναι ένας αριθμός.',
invalidRowSpan : 'Rows span must be a whole number.', // MISSING invalidRowSpan : 'Rows span must be a whole number.', // MISSING
invalidColSpan : 'Columns span must be a whole number.', // MISSING invalidColSpan : 'Columns span must be a whole number.', // MISSING
chooseColor : 'Choose' // MISSING chooseColor : 'Επιλέξτε'
}, },
row : row :
{ {
menu : 'Σειρά', menu : 'Σειρά',
insertBefore : 'Insert Row Before', // MISSING insertBefore : 'Εισαγωγή Σειράς Από Πάνω',
insertAfter : 'Insert Row After', // MISSING insertAfter : 'Εισαγωγή Σειράς Από Κάτω',
deleteRow : 'Διαγραφή Γραμμών' deleteRow : 'Διαγραφή Γραμμών'
}, },
column : column :
{ {
menu : 'Στήλη', menu : 'Στήλη',
insertBefore : 'Insert Column Before', // MISSING insertBefore : 'Εισαγωγή Στήλης Πριν',
insertAfter : 'Insert Column After', // MISSING insertAfter : 'Εισαγωγή Σειράς Μετά',
deleteColumn : 'Διαγραφή Κολωνών' deleteColumn : 'Διαγραφή Κολωνών'
} }
}, },
@ -332,19 +333,19 @@ CKEDITOR.lang['el'] =
// Button Dialog. // Button Dialog.
button : button :
{ {
title : 'Ιδιότητες κουμπιού', title : 'Ιδιότητες Κουμπιού',
text : 'Κείμενο (Τιμή)', text : 'Κείμενο (Τιμή)',
type : 'Τύπος', type : 'Τύπος',
typeBtn : 'Κουμπί', typeBtn : 'Κουμπί',
typeSbm : 'Καταχώρηση', typeSbm : 'Υποβολή',
typeRst : 'Επαναφορά' typeRst : 'Επαναφορά'
}, },
// Checkbox and Radio Button Dialogs. // Checkbox and Radio Button Dialogs.
checkboxAndRadio : checkboxAndRadio :
{ {
checkboxTitle : 'Ιδιότητες κουμπιού επιλογής', checkboxTitle : 'Ιδιότητες Κουτιού Επιλογής',
radioTitle : 'Ιδιότητες κουμπιού radio', radioTitle : 'Ιδιότητες Κουμπιού Επιλογής',
value : 'Τιμή', value : 'Τιμή',
selected : 'Επιλεγμένο' selected : 'Επιλεγμένο'
}, },
@ -352,37 +353,37 @@ CKEDITOR.lang['el'] =
// Form Dialog. // Form Dialog.
form : form :
{ {
title : 'Ιδιότητες φόρμας', title : 'Ιδιότητες Φόρμας',
menu : 'Ιδιότητες φόρμας', menu : 'Ιδιότητες Φόρμας',
action : 'Δράση', action : 'Δράση',
method : 'Μάθοδος', method : 'Μέθοδος',
encoding : 'Encoding' // MISSING encoding : 'Κωδικοποίηση'
}, },
// Select Field Dialog. // Select Field Dialog.
select : select :
{ {
title : 'Ιδιότητες πεδίου επιλογής', title : 'Ιδιότητες Πεδίου Επιλογής',
selectInfo : 'Πληροφορίες', selectInfo : 'Πληροφορίες Πεδίου Επιλογής',
opAvail : 'Διαθέσιμες επιλογές', opAvail : 'Διαθέσιμες Επιλογές',
value : 'Τιμή', value : 'Τιμή',
size : 'Μέγεθος', size : 'Μέγεθος',
lines : 'γραμμές', lines : 'γραμμές',
chkMulti : 'Πολλαπλές επιλογές', chkMulti : 'Να επιτρέπονται οι πολλαπλές επιλογές',
opText : 'Κείμενο', opText : 'Κείμενο',
opValue : 'Τιμή', opValue : 'Τιμή',
btnAdd : 'Προσθήκη', btnAdd : 'Προσθήκη',
btnModify : 'Αλλαγή', btnModify : 'Τροποποίηση',
btnUp : 'Πάνω', btnUp : 'Πάνω',
btnDown : 'Κάτω', btnDown : 'Κάτω',
btnSetValue : 'Προεπιλεγμένη επιλογή', btnSetValue : 'Προεπιλογή',
btnDelete : 'Διαγραφή' btnDelete : 'Διαγραφή'
}, },
// Textarea Dialog. // Textarea Dialog.
textarea : textarea :
{ {
title : 'Ιδιότητες περιοχής κειμένου', title : 'Ιδιότητες Περιοχής Κειμένου',
cols : 'Στήλες', cols : 'Στήλες',
rows : 'Σειρές' rows : 'Σειρές'
}, },
@ -390,10 +391,10 @@ CKEDITOR.lang['el'] =
// Text Field Dialog. // Text Field Dialog.
textfield : textfield :
{ {
title : 'Ιδιότητες πεδίου κειμένου', title : 'Ιδιότητες Πεδίου Κειμένου',
name : 'Όνομα', name : 'Όνομα',
value : 'Τιμή', value : 'Τιμή',
charWidth : 'Μήκος χαρακτήρων', charWidth : 'Πλάτος Χαρακτήρων',
maxChars : 'Μέγιστοι χαρακτήρες', maxChars : 'Μέγιστοι χαρακτήρες',
type : 'Τύπος', type : 'Τύπος',
typeText : 'Κείμενο', typeText : 'Κείμενο',
@ -403,7 +404,7 @@ CKEDITOR.lang['el'] =
// Hidden Field Dialog. // Hidden Field Dialog.
hidden : hidden :
{ {
title : 'Ιδιότητες κρυφού πεδίου', title : 'Ιδιότητες Κρυφού Πεδίου',
name : 'Όνομα', name : 'Όνομα',
value : 'Τιμή' value : 'Τιμή'
}, },
@ -412,20 +413,20 @@ CKEDITOR.lang['el'] =
image : image :
{ {
title : 'Ιδιότητες Εικόνας', title : 'Ιδιότητες Εικόνας',
titleButton : 'Ιδιότητες κουμπιού εικόνας', titleButton : 'Ιδιότητες Κουμπιού Εικόνας',
menu : 'Ιδιότητες Εικόνας', menu : 'Ιδιότητες Εικόνας',
infoTab : 'Πληροφορίες Εικόνας', infoTab : 'Πληροφορίες Εικόνας',
btnUpload : 'Αποστολή στον Διακομιστή', btnUpload : 'Αποστολή στον Διακομιστή',
upload : 'Αποστολή', upload : 'Ανέβασμα',
alt : 'Εναλλακτικό Κείμενο (ALT)', alt : 'Εναλλακτικό Κείμενο',
lockRatio : 'Κλείδωμα Αναλογίας', lockRatio : 'Κλείδωμα Αναλογίας',
resetSize : 'Επαναφορά Αρχικού Μεγέθους', resetSize : 'Επαναφορά Αρχικού Μεγέθους',
border : 'Περιθώριο', border : 'Περίγραμμα',
hSpace : 'Οριζόντιος Χώρος (HSpace)', hSpace : 'Οριζόντιο Διάστημα',
vSpace : 'Κάθετος Χώρος (VSpace)', vSpace : 'Κάθετο Διάστημα',
alertUrl : 'Εισάγετε την τοποθεσία (URL) της εικόνας', alertUrl : 'Εισάγετε την τοποθεσία (URL) της εικόνας',
linkTab : 'Σύνδεσμος', linkTab : 'Σύνδεσμος',
button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING button2Img : 'Θέλετε να μετατρέψετε το επιλεγμένο κουμπί εικόνας σε απλή εικόνα;',
img2Button : 'Do you want to transform the selected image on a image button?', // MISSING img2Button : 'Do you want to transform the selected image on a image button?', // MISSING
urlMissing : 'Image source URL is missing.', // MISSING urlMissing : 'Image source URL is missing.', // MISSING
validateBorder : 'Border must be a whole number.', // MISSING validateBorder : 'Border must be a whole number.', // MISSING
@ -437,24 +438,24 @@ CKEDITOR.lang['el'] =
flash : flash :
{ {
properties : 'Ιδιότητες Flash', properties : 'Ιδιότητες Flash',
propertiesTab : 'Properties', // MISSING propertiesTab : 'Ιδιότητες',
title : 'Ιδιότητες flash', title : 'Ιδιότητες Flash',
chkPlay : 'Αυτόματη έναρξη', chkPlay : 'Αυτόματη Εκτέλεση',
chkLoop : 'Επανάληψη', chkLoop : 'Επανάληψη',
chkMenu : 'Ενεργοποίηση Flash Menu', chkMenu : 'Ενεργοποίηση Flash Menu',
chkFull : 'Allow Fullscreen', // MISSING chkFull : 'Allow Fullscreen', // MISSING
scale : 'Κλίμακα', scale : 'Μεγέθυνση',
scaleAll : 'Εμφάνιση όλων', scaleAll : 'Εμφάνιση όλων',
scaleNoBorder : 'Χωρίς όρια', scaleNoBorder : 'Χωρίς Περίγραμμα',
scaleFit : 'Ακριβής εφαρμογή', scaleFit : 'Ακριβές Μέγεθος',
access : 'Script Access', // MISSING access : 'Script Access', // MISSING
accessAlways : 'Always', // MISSING accessAlways : 'Always', // MISSING
accessSameDomain: 'Same domain', // MISSING accessSameDomain: 'Same domain', // MISSING
accessNever : 'Never', // MISSING accessNever : 'Never', // MISSING
alignAbsBottom : 'Απόλυτα Κάτω (Abs Bottom)', alignAbsBottom : 'Απόλυτα Κάτω',
alignAbsMiddle : 'Απόλυτα στη Μέση (Abs Middle)', alignAbsMiddle : 'Απόλυτα στη Μέση',
alignBaseline : 'Γραμμή Βάσης (Baseline)', alignBaseline : 'Γραμμή Βάσης',
alignTextTop : 'Κορυφή Κειμένου (Text Top)', alignTextTop : 'Κορυφή Κειμένου',
quality : 'Quality', // MISSING quality : 'Quality', // MISSING
qualityBest : 'Best', // MISSING qualityBest : 'Best', // MISSING
qualityHigh : 'High', // MISSING qualityHigh : 'High', // MISSING
@ -468,8 +469,8 @@ CKEDITOR.lang['el'] =
windowMode : 'Window mode', // MISSING windowMode : 'Window mode', // MISSING
flashvars : 'Variables for Flash', // MISSING flashvars : 'Variables for Flash', // MISSING
bgcolor : 'Χρώμα Υποβάθρου', bgcolor : 'Χρώμα Υποβάθρου',
hSpace : 'Οριζόντιος Χώρος (HSpace)', hSpace : 'Οριζόντιο Διάστημα',
vSpace : 'Κάθετος Χώρος (VSpace)', vSpace : 'Κάθετο Διάστημα',
validateSrc : 'Εισάγετε την τοποθεσία (URL) του υπερσυνδέσμου (Link)', validateSrc : 'Εισάγετε την τοποθεσία (URL) του υπερσυνδέσμου (Link)',
validateHSpace : 'HSpace must be a number.', // MISSING validateHSpace : 'HSpace must be a number.', // MISSING
validateVSpace : 'VSpace must be a number.' // MISSING validateVSpace : 'VSpace must be a number.' // MISSING
@ -478,7 +479,7 @@ CKEDITOR.lang['el'] =
// Speller Pages Dialog // Speller Pages Dialog
spellCheck : spellCheck :
{ {
toolbar : 'Ορθογραφικός έλεγχος', toolbar : 'Ορθογραφικός Έλεγχος',
title : 'Spell Check', // MISSING title : 'Spell Check', // MISSING
notAvailable : 'Sorry, but service is unavailable now.', // MISSING notAvailable : 'Sorry, but service is unavailable now.', // MISSING
errorLoading : 'Error loading application service host: %s.', // MISSING errorLoading : 'Error loading application service host: %s.', // MISSING
@ -490,11 +491,11 @@ CKEDITOR.lang['el'] =
btnReplaceAll : 'Αντικατάσταση όλων', btnReplaceAll : 'Αντικατάσταση όλων',
btnUndo : 'Αναίρεση', btnUndo : 'Αναίρεση',
noSuggestions : '- Δεν υπάρχουν προτάσεις -', noSuggestions : '- Δεν υπάρχουν προτάσεις -',
progress : 'Ορθογραφικός έλεγχος σε εξέλιξη...', progress : 'Γίνεται ορθογραφικός έλεγχος...',
noMispell : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Δεν βρέθηκαν λάθη', noMispell : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Δεν βρέθηκαν λάθη',
noChanges : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Δεν άλλαξαν λέξεις', noChanges : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Δεν άλλαξαν λέξεις',
oneChange : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Μια λέξη άλλαξε', oneChange : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Άλλαξε μια λέξη',
manyChanges : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: %1 λέξεις άλλαξαν', manyChanges : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Άλλαξαν %1 λέξεις',
ieSpellDownload : 'Δεν υπάρχει εγκατεστημένος ορθογράφος. Θέλετε να τον κατεβάσετε τώρα;' ieSpellDownload : 'Δεν υπάρχει εγκατεστημένος ορθογράφος. Θέλετε να τον κατεβάσετε τώρα;'
}, },
@ -511,8 +512,8 @@ CKEDITOR.lang['el'] =
eleTitle : '%1 element' // MISSING eleTitle : '%1 element' // MISSING
}, },
numberedlist : 'Λίστα με Αριθμούς', numberedlist : 'Εισαγωγή/Απομάκρυνση Αριθμημένης Λίστας',
bulletedlist : 'Λίστα με Bullets', bulletedlist : 'Εισαγωγή/Απομάκρυνση Λίστας Κουκκίδων',
indent : 'Αύξηση Εσοχής', indent : 'Αύξηση Εσοχής',
outdent : 'Μείωση Εσοχής', outdent : 'Μείωση Εσοχής',
@ -521,17 +522,17 @@ CKEDITOR.lang['el'] =
left : 'Στοίχιση Αριστερά', left : 'Στοίχιση Αριστερά',
center : 'Στοίχιση στο Κέντρο', center : 'Στοίχιση στο Κέντρο',
right : 'Στοίχιση Δεξιά', right : 'Στοίχιση Δεξιά',
block : 'Πλήρης Στοίχιση (Block)' block : 'Πλήρης Στοίχιση'
}, },
blockquote : 'Block Quote', // MISSING blockquote : 'Περιοχή Παράθεσης',
clipboard : clipboard :
{ {
title : 'Επικόλληση', title : 'Επικόλληση',
cutError : 'Οι ρυθμίσεις ασφαλείας του φυλλομετρητή σας δεν επιτρέπουν την επιλεγμένη εργασία αποκοπής. Χρησιμοποιείστε το πληκτρολόγιο (Ctrl/Cmd+X).', cutError : 'Οι ρυθμίσεις ασφαλείας του φυλλομετρητή σας δεν επιτρέπουν την επιλεγμένη εργασία αποκοπής. Χρησιμοποιείστε το πληκτρολόγιο (Ctrl/Cmd+X).',
copyError : 'Οι ρυθμίσεις ασφαλείας του φυλλομετρητή σας δεν επιτρέπουν την επιλεγμένη εργασία αντιγραφής. Χρησιμοποιείστε το πληκτρολόγιο (Ctrl/Cmd+C).', copyError : 'Οι ρυθμίσεις ασφαλείας του φυλλομετρητή σας δεν επιτρέπουν την επιλεγμένη εργασία αντιγραφής. Χρησιμοποιείστε το πληκτρολόγιο (Ctrl/Cmd+C).',
pasteMsg : 'Παρακαλώ επικολήστε στο ακόλουθο κουτί χρησιμοποιόντας το πληκτρολόγιο (<STRONG>Ctrl/Cmd+V</STRONG>) και πατήστε <STRONG>OK</STRONG>.', pasteMsg : 'Παρακαλώ επικολήστε στο ακόλουθο κουτί χρησιμοποιόντας το πληκτρολόγιο (<strong>Ctrl/Cmd+V</strong>) και πατήστε 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.', // 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 pasteArea : 'Paste Area' // MISSING
}, },
@ -553,18 +554,18 @@ CKEDITOR.lang['el'] =
templates : templates :
{ {
button : 'Πρότυπα', button : 'Πρότυπα',
title : 'Πρότυπα περιεχομένου', title : 'Πρότυπα Περιεχομένου',
options : 'Template Options', // MISSING options : 'Template Options', // MISSING
insertOption : 'Αντικατάσταση υπάρχοντων περιεχομένων', insertOption : 'Αντικατάσταση υπάρχοντων περιεχομένων',
selectPromptMsg : 'Παρακαλώ επιλέξτε πρότυπο για εισαγωγή στο πρόγραμμα<br>(τα υπάρχοντα περιεχόμενα θα χαθούν):', selectPromptMsg : 'Παρακαλώ επιλέξτε πρότυπο για εισαγωγή στο πρόγραμμα',
emptyListMsg : '(Δεν έχουν καθοριστεί πρότυπα)' emptyListMsg : '(Δεν έχουν καθοριστεί πρότυπα)'
}, },
showBlocks : 'Show Blocks', // MISSING showBlocks : 'Προβολή Περιοχών',
stylesCombo : stylesCombo :
{ {
label : 'Στυλ', label : 'Μορφές',
panelTitle : 'Formatting Styles', // MISSING panelTitle : 'Formatting Styles', // MISSING
panelTitle1 : 'Block Styles', // MISSING panelTitle1 : 'Block Styles', // MISSING
panelTitle2 : 'Inline Styles', // MISSING panelTitle2 : 'Inline Styles', // MISSING
@ -573,8 +574,8 @@ CKEDITOR.lang['el'] =
format : format :
{ {
label : 'Μορφή Γραμματοσειράς', label : 'Μορφοποίηση',
panelTitle : 'Μορφή Γραμματοσειράς', panelTitle : 'Μορφοποίηση Παραγράφου',
tag_p : 'Κανονικό', tag_p : 'Κανονικό',
tag_pre : 'Μορφοποιημένο', tag_pre : 'Μορφοποιημένο',
@ -618,22 +619,22 @@ CKEDITOR.lang['el'] =
{ {
label : 'Γραμματοσειρά', label : 'Γραμματοσειρά',
voiceLabel : 'Font', // MISSING voiceLabel : 'Font', // MISSING
panelTitle : 'Γραμματοσειρά' panelTitle : 'Όνομα Γραμματοσειράς'
}, },
fontSize : fontSize :
{ {
label : 'Μέγεθος', label : 'Μέγεθος',
voiceLabel : 'Font Size', // MISSING voiceLabel : 'Font Size', // MISSING
panelTitle : 'Μέγεθος' panelTitle : 'Μέγεθος Γραμματοσειράς'
}, },
colorButton : colorButton :
{ {
textColorTitle : 'Χρώμα Γραμμάτων', textColorTitle : 'Χρώμα Κειμένου',
bgColorTitle : 'Χρώμα Υποβάθρου', bgColorTitle : 'Χρώμα Φόντου',
panelTitle : 'Colors', // MISSING panelTitle : 'Colors', // MISSING
auto : 'Αυτόματο', auto : 'Αυτόματα',
more : 'Περισσότερα χρώματα...' more : 'Περισσότερα χρώματα...'
}, },
@ -726,8 +727,8 @@ CKEDITOR.lang['el'] =
copy : 'Copyright &copy; $1. All rights reserved.' // MISSING copy : 'Copyright &copy; $1. All rights reserved.' // MISSING
}, },
maximize : 'Maximize', // MISSING maximize : 'Μεγιστοποίηση',
minimize : 'Minimize', // MISSING minimize : 'Ελαχιστοποίηση',
fakeobjects : fakeobjects :
{ {
@ -738,7 +739,7 @@ CKEDITOR.lang['el'] =
unknown : 'Unknown Object' // MISSING unknown : 'Unknown Object' // MISSING
}, },
resize : 'Drag to resize', // MISSING resize : 'Σύρσιμο για αλλαγή μεγέθους',
colordialog : colordialog :
{ {
@ -749,8 +750,8 @@ CKEDITOR.lang['el'] =
clear : 'Clear' // MISSING clear : 'Clear' // MISSING
}, },
toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarCollapse : 'Σύμπτηξη Εργαλειοθήκης',
toolbarExpand : 'Expand Toolbar', // MISSING toolbarExpand : 'Ανάπτυξη Εργαλειοθήκης',
toolbarGroups : toolbarGroups :
{ {
@ -775,15 +776,15 @@ CKEDITOR.lang['el'] =
docprops : docprops :
{ {
label : 'Ιδιότητες εγγράφου', label : 'Ιδιότητες Εγγράφου',
title : 'Ιδιότητες εγγράφου', title : 'Ιδιότητες Εγγράφου',
design : 'Design', // MISSING design : 'Design', // MISSING
meta : 'Δεδομένα Meta', meta : 'Δεδομένα Meta',
chooseColor : 'Choose', // MISSING chooseColor : 'Choose', // MISSING
other : '<άλλος>', other : 'Άλλο...',
docTitle : 'Τίτλος σελίδας', docTitle : 'Τίτλος Σελίδας',
charset : 'Κωδικοποίηση χαρακτήρων', charset : 'Κωδικοποίηση Χαρακτήρων',
charsetOther : 'Άλλη κωδικοποίηση χαρακτήρων', charsetOther : 'Άλλη Κωδικοποίηση Χαρακτήρων',
charsetASCII : 'ASCII', // MISSING charsetASCII : 'ASCII', // MISSING
charsetCE : 'Κεντρικής Ευρώπης', charsetCE : 'Κεντρικής Ευρώπης',
charsetCT : 'Παραδοσιακά κινέζικα (Big5)', charsetCT : 'Παραδοσιακά κινέζικα (Big5)',
@ -809,7 +810,7 @@ CKEDITOR.lang['el'] =
metaKeywords : 'Λέξεις κλειδιά δείκτες εγγράφου (διαχωρισμός με κόμμα)', metaKeywords : 'Λέξεις κλειδιά δείκτες εγγράφου (διαχωρισμός με κόμμα)',
metaDescription : 'Περιγραφή εγγράφου', metaDescription : 'Περιγραφή εγγράφου',
metaAuthor : 'Συγγραφέας', metaAuthor : 'Συγγραφέας',
metaCopyright : 'Πνευματικά δικαιώματα', metaCopyright : 'Πνευματικά Δικαιώματα',
previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
} }
}; };

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,11 +31,12 @@ CKEDITOR.lang['en-au'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars',
editor : 'Rich Text Editor', // MISSING editor : 'Rich Text Editor',
// Toolbar buttons without dialogs. // Toolbar buttons without dialogs.
source : 'Source', source : 'Source',

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['en-ca'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['en-gb'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['en'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', editorTitle : 'Rich text editor, %1',
editorHelp : 'Press ALT 0 for help',
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', toolbars : 'Editor toolbars',

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['es'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Editor de texto, %1, pulse ALT 0 para ayuda.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Barras de herramientas del editor', toolbars : 'Barras de herramientas del editor',

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['et'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rikkalik tekstiredaktor %1, abi jaoks vajuta ALT 0.', editorTitle : 'Vormindatud teksti redaktor %1',
editorHelp : 'Abi saamiseks vajuta ALT 0',
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Redaktori tööriistaribad', toolbars : 'Redaktori tööriistaribad',
@ -124,7 +125,7 @@ CKEDITOR.lang['et'] =
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.', 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.', 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".', invalidInlineStyle : 'Reasisese stiili määrangud peavad koosnema paarisväärtustest (tuples), mis on semikoolonitega eraldatult järgnevas vormingus: "nimi : väärtus".',
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).', // MISSING cssLengthTooltip : 'Sisesta väärtus pikslites või number koos sobiva CSS-i ühikuga (px, %, in, cm, mm, em, ex, pt või pc).',
// Put the voice-only part of the label in the span. // Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, pole saadaval</span>' unavailable : '%1<span class="cke_accessibility">, pole saadaval</span>'

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['eu'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['fa'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'ویرایشگر متن غنی, %1, کلید Alt+0 را برای راهنمایی بفشارید.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'نوار ابزار', toolbars : 'نوار ابزار',

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['fi'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rikastekstieditori, %1, paina ALT 0 nähdäksesi ohjeen.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editorin työkalupalkit', toolbars : 'Editorin työkalupalkit',

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,10 +31,11 @@ CKEDITOR.lang['fo'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, trýst ALT og 0 fyri vegleiðing.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars',
editor : 'Rich Text Editor', editor : 'Rich Text Editor',
// Toolbar buttons without dialogs. // Toolbar buttons without dialogs.
@ -121,10 +122,10 @@ CKEDITOR.lang['fo'] =
alignBottom : 'Botnur', alignBottom : 'Botnur',
invalidHeight : 'Hædd má vera eitt tal.', invalidHeight : 'Hædd má vera eitt tal.',
invalidWidth : 'Breidd 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 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 : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING invalidHtmlLength : 'Virðið sett í "%1" feltiðield má vera eitt positivt tal, við ella uttan gyldugum CSS mátieind (px ella %).',
invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING 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 : '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).', // MISSING 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).',
// Put the voice-only part of the label in the span. // Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, ikki tøkt</span>' unavailable : '%1<span class="cke_accessibility">, ikki tøkt</span>'
@ -186,7 +187,7 @@ CKEDITOR.lang['fo'] =
cssClasses : 'Typografi klassar', cssClasses : 'Typografi klassar',
charset : 'Atknýtt teknsett', charset : 'Atknýtt teknsett',
styles : 'Typografi', styles : 'Typografi',
rel : 'Relationship', // MISSING rel : 'Relatión',
selectAnchor : 'Vel ein marknastein', selectAnchor : 'Vel ein marknastein',
anchorName : 'Eftir navni á marknasteini', anchorName : 'Eftir navni á marknasteini',
anchorId : 'Eftir element Id', anchorId : 'Eftir element Id',
@ -206,7 +207,7 @@ CKEDITOR.lang['fo'] =
title : 'Eginleikar fyri marknastein', title : 'Eginleikar fyri marknastein',
name : 'Heiti marknasteinsins', name : 'Heiti marknasteinsins',
errorName : 'Vinarliga rita marknasteinsins heiti', errorName : 'Vinarliga rita marknasteinsins heiti',
remove : 'Remove Anchor' // MISSING remove : 'Strika marknastein'
}, },
// List style dialog // List style dialog
@ -242,7 +243,7 @@ CKEDITOR.lang['fo'] =
findWhat : 'Finn:', findWhat : 'Finn:',
replaceWith : 'Yvirskriva við:', replaceWith : 'Yvirskriva við:',
notFoundMsg : 'Leititeksturin varð ikki funnin', notFoundMsg : 'Leititeksturin varð ikki funnin',
findOptions : 'Find Options', // MISSING findOptions : 'Finn møguleikar',
matchCase : 'Munur á stórum og smáum bókstavum', matchCase : 'Munur á stórum og smáum bókstavum',
matchWord : 'Bert heil orð', matchWord : 'Bert heil orð',
matchCyclic : 'Match cyclic', matchCyclic : 'Match cyclic',
@ -491,10 +492,10 @@ CKEDITOR.lang['fo'] =
btnUndo : 'Angra', btnUndo : 'Angra',
noSuggestions : '- Einki uppskot -', noSuggestions : '- Einki uppskot -',
progress : 'Rættstavarin arbeiðir...', progress : 'Rættstavarin arbeiðir...',
noMispell : 'Rættstavarain liðugur: Eingin feilur funnin', noMispell : 'Rættstavarin liðugur: Eingin feilur funnin',
noChanges : 'Rættstavarain liðugur: Einki orð varð broytt', noChanges : 'Rættstavarin liðugur: Einki orð varð broytt',
oneChange : 'Rættstavarain liðugur: Eitt orð er broytt', oneChange : 'Rættstavarin liðugur: Eitt orð er broytt',
manyChanges : 'Rættstavarain liðugur: %1 orð broytt', manyChanges : 'Rættstavarin liðugur: %1 orð broytt',
ieSpellDownload : 'Rættstavarin er ikki tøkur í tekstviðgeranum. Vilt tú heinta hann nú?' ieSpellDownload : 'Rættstavarin er ikki tøkur í tekstviðgeranum. Vilt tú heinta hann nú?'
}, },
@ -711,7 +712,7 @@ CKEDITOR.lang['fo'] =
dic_restore : 'Endurskapa', dic_restore : 'Endurskapa',
dic_delete : 'Strika', dic_delete : 'Strika',
dic_rename : 'Broyt', 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.', 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.',
aboutTab : 'Um' aboutTab : 'Um'
}, },
@ -720,8 +721,8 @@ CKEDITOR.lang['fo'] =
{ {
title : 'Um CKEditor', title : 'Um CKEditor',
dlgTitle : 'Um CKEditor', dlgTitle : 'Um CKEditor',
help : 'Check $1 for help.', // MISSING help : 'Kekka $1 fyri hjálp.',
userGuide : 'CKEditor User\'s Guide', // MISSING userGuide : 'CKEditor Brúkaravegleiðing',
moreInfo : 'Licens upplýsingar finnast á heimasíðu okkara:', moreInfo : 'Licens upplýsingar finnast á heimasíðu okkara:',
copy : 'Copyright &copy; $1. All rights reserved.' copy : 'Copyright &copy; $1. All rights reserved.'
}, },
@ -754,17 +755,17 @@ CKEDITOR.lang['fo'] =
toolbarGroups : toolbarGroups :
{ {
document : 'Document', // MISSING document : 'Dokument',
clipboard : 'Clipboard/Undo', // MISSING clipboard : 'Clipboard/Undo',
editing : 'Editing', // MISSING editing : 'Editering',
forms : 'Forms', // MISSING forms : 'Formar',
basicstyles : 'Basic Styles', // MISSING basicstyles : 'Grundleggjandi Styles',
paragraph : 'Paragraph', // MISSING paragraph : 'Reglubrot',
links : 'Links', // MISSING links : 'Leinkjur',
insert : 'Insert', // MISSING insert : 'Set inn',
styles : 'Styles', // MISSING styles : 'Styles',
colors : 'Colors', // MISSING colors : 'Litir',
tools : 'Tools' // MISSING tools : 'Tól'
}, },
bidi : bidi :
@ -777,14 +778,14 @@ CKEDITOR.lang['fo'] =
{ {
label : 'Eginleikar fyri dokument', label : 'Eginleikar fyri dokument',
title : 'Eginleikar fyri dokument', title : 'Eginleikar fyri dokument',
design : 'Design', // MISSING design : 'Design',
meta : 'META-upplýsingar', meta : 'META-upplýsingar',
chooseColor : 'Vel', chooseColor : 'Vel',
other : '<annað>', other : '<annað>',
docTitle : 'Síðuheiti', docTitle : 'Síðuheiti',
charset : 'Teknsett koda', charset : 'Teknsett koda',
charsetOther : 'Onnur teknsett koda', charsetOther : 'Onnur teknsett koda',
charsetASCII : 'ASCII', // MISSING charsetASCII : 'ASCII',
charsetCE : 'Miðeuropa', charsetCE : 'Miðeuropa',
charsetCT : 'Kinesiskt traditionelt (Big5)', charsetCT : 'Kinesiskt traditionelt (Big5)',
charsetCR : 'Cyrilliskt', charsetCR : 'Cyrilliskt',
@ -792,7 +793,7 @@ CKEDITOR.lang['fo'] =
charsetJP : 'Japanskt', charsetJP : 'Japanskt',
charsetKR : 'Koreanskt', charsetKR : 'Koreanskt',
charsetTR : 'Turkiskt', charsetTR : 'Turkiskt',
charsetUN : 'Unicode (UTF-8)', // MISSING charsetUN : 'Unicode (UTF-8)',
charsetWE : 'Vestureuropa', charsetWE : 'Vestureuropa',
docType : 'Dokumentslag yvirskrift', docType : 'Dokumentslag yvirskrift',
docTypeOther : 'Annað dokumentslag yvirskrift', docTypeOther : 'Annað dokumentslag yvirskrift',
@ -810,6 +811,6 @@ CKEDITOR.lang['fo'] =
metaDescription : 'Dokumentlýsing', metaDescription : 'Dokumentlýsing',
metaAuthor : 'Høvundur', metaAuthor : 'Høvundur',
metaCopyright : 'Upphavsrættindi', metaCopyright : 'Upphavsrættindi',
previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING previewHtml : '<p>Hetta er ein <strong>royndartekstur</strong>. Tygum brúka <a href="javascript:void(0)">CKEditor</a>.</p>'
} }
}; };

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['fr-ca'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,10 +31,11 @@ CKEDITOR.lang['fr'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Éditeur de Texte Enrichi, %1, appuyez sur ALT-0 pour l\'aide.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Barre d\'outils de l\'éditeur',
editor : 'Éditeur de Texte Enrichi', editor : 'Éditeur de Texte Enrichi',
// Toolbar buttons without dialogs. // Toolbar buttons without dialogs.
@ -121,10 +122,10 @@ CKEDITOR.lang['fr'] =
alignBottom : 'Bas', alignBottom : 'Bas',
invalidHeight : 'La hauteur doit être un nombre.', invalidHeight : 'La hauteur doit être un nombre.',
invalidWidth : 'La largeur 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 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, or pc).',
invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING invalidHtmlLength : 'La valeur spécifiée pour le champ "%1" doit être un nombre positif avec ou sans unité de mesure HTML valide (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.', // MISSING 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 : '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).', // MISSING 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, or pc).',
// Put the voice-only part of the label in the span. // Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, Indisponible</span>' unavailable : '%1<span class="cke_accessibility">, Indisponible</span>'
@ -206,7 +207,7 @@ CKEDITOR.lang['fr'] =
title : 'Propriétés de l\'ancre', title : 'Propriétés de l\'ancre',
name : 'Nom de l\'ancre', name : 'Nom de l\'ancre',
errorName : 'Veuillez entrer le nom de l\'ancre.', errorName : 'Veuillez entrer le nom de l\'ancre.',
remove : 'Remove Anchor' // MISSING remove : 'Supprimer l\'ancre'
}, },
// List style dialog // List style dialog
@ -242,7 +243,7 @@ CKEDITOR.lang['fr'] =
findWhat : 'Expression à trouver: ', findWhat : 'Expression à trouver: ',
replaceWith : 'Remplacer par: ', replaceWith : 'Remplacer par: ',
notFoundMsg : 'Le texte spécifié ne peut être trouvé.', notFoundMsg : 'Le texte spécifié ne peut être trouvé.',
findOptions : 'Find Options', // MISSING findOptions : 'Options de recherche',
matchCase : 'Respecter la casse', matchCase : 'Respecter la casse',
matchWord : 'Mot entier uniquement', matchWord : 'Mot entier uniquement',
matchCyclic : 'Boucler', matchCyclic : 'Boucler',
@ -698,7 +699,7 @@ CKEDITOR.lang['fr'] =
emptyDic : 'Le nom du dictionnaire ne devrait pas être vide.', emptyDic : 'Le nom du dictionnaire ne devrait pas être vide.',
optionsTab : 'Options', optionsTab : 'Options',
allCaps : 'Ignorer les mots entierement en majuscules', allCaps : 'Ignorer les mots entièrement en majuscules',
ignoreDomainNames : 'Ignorer les noms de domaines', ignoreDomainNames : 'Ignorer les noms de domaines',
mixedCase : 'Ignorer les mots à casse multiple', mixedCase : 'Ignorer les mots à casse multiple',
mixedWithDigits : 'Ignorer les mots contenant des chiffres', mixedWithDigits : 'Ignorer les mots contenant des chiffres',
@ -711,17 +712,17 @@ CKEDITOR.lang['fr'] =
dic_restore : 'Restaurer', dic_restore : 'Restaurer',
dic_delete : 'Effacer', dic_delete : 'Effacer',
dic_rename : 'Renommer', 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.', 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.',
aboutTab : 'À propos de' aboutTab : 'À propos de'
}, },
about : about :
{ {
title : 'A propos de CKEditor', title : 'À propos de CKEditor',
dlgTitle : 'A propos de CKEditor', dlgTitle : 'À propos de CKEditor',
help : 'Check $1 for help.', // MISSING help : 'Consulter $1 pour l\'aide.',
userGuide : 'CKEditor User\'s Guide', // MISSING userGuide : 'Guide de l\'utilisateur CKEditor en anglais',
moreInfo : 'Pour les informations de licence, veuillez visiter notre site web:', moreInfo : 'Pour les informations de licence, veuillez visiter notre site web:',
copy : 'Copyright &copy; $1. Tous droits réservés.' copy : 'Copyright &copy; $1. Tous droits réservés.'
}, },
@ -754,17 +755,17 @@ CKEDITOR.lang['fr'] =
toolbarGroups : toolbarGroups :
{ {
document : 'Document', // MISSING document : 'Document',
clipboard : 'Clipboard/Undo', // MISSING clipboard : 'Presse-papier/Défaire',
editing : 'Editing', // MISSING editing : 'Editer',
forms : 'Forms', // MISSING forms : 'Formulaires',
basicstyles : 'Basic Styles', // MISSING basicstyles : 'Styles de base',
paragraph : 'Paragraph', // MISSING paragraph : 'Paragraphe',
links : 'Links', // MISSING links : 'Liens',
insert : 'Insert', // MISSING insert : 'Insérer',
styles : 'Styles', // MISSING styles : 'Styles',
colors : 'Colors', // MISSING colors : 'Couleurs',
tools : 'Tools' // MISSING tools : 'Outils'
}, },
bidi : bidi :
@ -777,14 +778,14 @@ CKEDITOR.lang['fr'] =
{ {
label : 'Propriétés du document', label : 'Propriétés du document',
title : 'Propriétés du document', title : 'Propriétés du document',
design : 'Design', // MISSING design : 'Design',
meta : 'Métadonnées', meta : 'Métadonnées',
chooseColor : 'Choisissez', chooseColor : 'Choisissez',
other : '<autre>', other : '<autre>',
docTitle : 'Titre de la page', docTitle : 'Titre de la page',
charset : 'Encodage de caractère', charset : 'Encodage de caractère',
charsetOther : 'Autre encodage de caractère', charsetOther : 'Autre encodage de caractère',
charsetASCII : 'ASCII', // MISSING charsetASCII : 'ASCII',
charsetCE : 'Europe Centrale', charsetCE : 'Europe Centrale',
charsetCT : 'Chinois Traditionnel (Big5)', charsetCT : 'Chinois Traditionnel (Big5)',
charsetCR : 'Cyrillique', charsetCR : 'Cyrillique',
@ -792,7 +793,7 @@ CKEDITOR.lang['fr'] =
charsetJP : 'Japonais', charsetJP : 'Japonais',
charsetKR : 'Coréen', charsetKR : 'Coréen',
charsetTR : 'Turc', charsetTR : 'Turc',
charsetUN : 'Unicode (UTF-8)', // MISSING charsetUN : 'Unicode (UTF-8)',
charsetWE : 'Occidental', charsetWE : 'Occidental',
docType : 'Type de document', docType : 'Type de document',
docTypeOther : 'Autre type de document', docTypeOther : 'Autre type de document',
@ -809,7 +810,7 @@ CKEDITOR.lang['fr'] =
metaKeywords : 'Mots-clés (séparés par des virgules)', metaKeywords : 'Mots-clés (séparés par des virgules)',
metaDescription : 'Description', metaDescription : 'Description',
metaAuthor : 'Auteur', metaAuthor : 'Auteur',
metaCopyright : 'Copyright', // MISSING metaCopyright : 'Copyright',
previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING previewHtml : '<p>Ceci est un <strong>texte d\'exemple</strong>. Vous utilisez <a href="javascript:void(0)">CKEditor</a>.</p>'
} }
}; };

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['gl'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,11 +31,12 @@ CKEDITOR.lang['gu'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'એડીટર ટૂલ બાર',
editor : 'Rich Text Editor', // MISSING editor : 'રીચ ટેક્ષ્ત્ એડીટર',
// Toolbar buttons without dialogs. // Toolbar buttons without dialogs.
source : 'મૂળ કે પ્રાથમિક દસ્તાવેજ', source : 'મૂળ કે પ્રાથમિક દસ્તાવેજ',
@ -56,7 +57,7 @@ CKEDITOR.lang['gu'] =
superscript : 'એક ચિહ્ન ઉપર કરેલું બીજું ચિહ્ન.', superscript : 'એક ચિહ્ન ઉપર કરેલું બીજું ચિહ્ન.',
horizontalrule : 'સમસ્તરીય રેખા ઇન્સર્ટ/દાખલ કરવી', horizontalrule : 'સમસ્તરીય રેખા ઇન્સર્ટ/દાખલ કરવી',
pagebreak : 'ઇન્સર્ટ પેજબ્રેક/પાનાને અલગ કરવું/દાખલ કરવું', pagebreak : 'ઇન્સર્ટ પેજબ્રેક/પાનાને અલગ કરવું/દાખલ કરવું',
pagebreakAlt : 'Page Break', // MISSING pagebreakAlt : 'નવું પાનું',
unlink : 'લિંક કાઢવી', unlink : 'લિંક કાઢવી',
undo : 'રદ કરવું; પહેલાં હતી એવી સ્થિતિ પાછી લાવવી', undo : 'રદ કરવું; પહેલાં હતી એવી સ્થિતિ પાછી લાવવી',
redo : 'રિડૂ; પછી હતી એવી સ્થિતિ પાછી લાવવી', redo : 'રિડૂ; પછી હતી એવી સ્થિતિ પાછી લાવવી',
@ -93,23 +94,23 @@ CKEDITOR.lang['gu'] =
cssStyle : 'સ્ટાઇલ', cssStyle : 'સ્ટાઇલ',
ok : 'ઠીક છે', ok : 'ઠીક છે',
cancel : 'રદ કરવું', cancel : 'રદ કરવું',
close : 'Close', // MISSING close : 'બંધ કરવું',
preview : 'Preview', // MISSING preview : 'જોવું',
generalTab : 'General', // MISSING generalTab : 'જનરલ',
advancedTab : 'અડ્વાન્સડ', advancedTab : 'અડ્વાન્સડ',
validateNumberFailed : 'This value is not a number.', // MISSING validateNumberFailed : 'આ રકમ આકડો નથી.',
confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmNewPage : 'સવે કાર્ય વગરનું ફકરો ખોવાઈ જશે. તમને ખાતરી છે કે તમને નવું પાનું ખોલવું છે?',
confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING confirmCancel : 'ઘણા વિકલ્પો બદલાયા છે. તમારે આ બોક્ષ્ બંધ કરવું છે?',
options : 'Options', // MISSING options : 'વિકલ્પો',
target : 'Target', // MISSING target : 'લક્ષ્ય',
targetNew : 'New Window (_blank)', // MISSING targetNew : 'નવી વિન્ડો (_blank)',
targetTop : 'Topmost Window (_top)', // MISSING targetTop : 'ઉપરની વિન્ડો (_top)',
targetSelf : 'Same Window (_self)', // MISSING targetSelf : 'એજ વિન્ડો (_self)',
targetParent : 'Parent Window (_parent)', // MISSING targetParent : 'પેરનટ વિન્ડો (_parent)',
langDirLTR : 'Left to Right (LTR)', // MISSING langDirLTR : 'ડાબે થી જમણે (LTR)',
langDirRTL : 'Right to Left (RTL)', // MISSING langDirRTL : 'જમણે થી ડાબે (RTL)',
styles : 'Style', // MISSING styles : 'શૈલી',
cssClasses : 'Stylesheet Classes', // MISSING cssClasses : 'શૈલી કલાસીસ',
width : 'પહોળાઈ', width : 'પહોળાઈ',
height : 'ઊંચાઈ', height : 'ઊંચાઈ',
align : 'લાઇનદોરીમાં ગોઠવવું', align : 'લાઇનદોરીમાં ગોઠવવું',
@ -119,20 +120,20 @@ CKEDITOR.lang['gu'] =
alignTop : 'ઉપર', alignTop : 'ઉપર',
alignMiddle : 'વચ્ચે', alignMiddle : 'વચ્ચે',
alignBottom : 'નીચે', alignBottom : 'નીચે',
invalidHeight : 'Height must be a number.', // MISSING invalidHeight : 'ઉંચાઈ એક આંકડો હોવો જોઈએ.',
invalidWidth : 'Width must be a number.', // MISSING 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 invalidCssLength : '"%1" ની વેલ્યુ એક પોસીટીવ આંકડો હોવો જોઈએ અથવા 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 %).', // MISSING invalidHtmlLength : '"%1" ની વેલ્યુ એક પોસીટીવ આંકડો હોવો જોઈએ અથવા 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.', // MISSING invalidInlineStyle : 'ઈનલાઈન સ્ટાઈલ ની વેલ્યુ "name : value" ના ફોર્મેટ માં હોવી જોઈએ, વચ્ચે સેમી-કોલોન જોઈએ.',
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).', // MISSING cssLengthTooltip : 'પિક્ષ્લ્ નો આંકડો CSS unit (px, %, in, cm, mm, em, ex, pt, or pc) માં નાખો.',
// Put the voice-only part of the label in the span. // Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING unavailable : '%1<span class="cke_accessibility">, નથી મળતું</span>'
}, },
contextmenu : contextmenu :
{ {
options : 'Context Menu Options' // MISSING options : 'કોન્તેક્ષ્ત્ મેનુના વિકલ્પો'
}, },
// Special char dialog. // Special char dialog.
@ -140,14 +141,14 @@ CKEDITOR.lang['gu'] =
{ {
toolbar : 'વિશિષ્ટ અક્ષર ઇન્સર્ટ/દાખલ કરવું', toolbar : 'વિશિષ્ટ અક્ષર ઇન્સર્ટ/દાખલ કરવું',
title : 'સ્પેશિઅલ વિશિષ્ટ અક્ષર પસંદ કરો', title : 'સ્પેશિઅલ વિશિષ્ટ અક્ષર પસંદ કરો',
options : 'Special Character Options' // MISSING options : 'સ્પેશિઅલ કરેક્ટરના વિકલ્પો'
}, },
// Link dialog. // Link dialog.
link : link :
{ {
toolbar : 'લિંક ઇન્સર્ટ/દાખલ કરવી', toolbar : 'લિંક ઇન્સર્ટ/દાખલ કરવી',
other : '<other>', // MISSING other : '<other> <અન્ય>',
menu : ' લિંક એડિટ/માં ફેરફાર કરવો', menu : ' લિંક એડિટ/માં ફેરફાર કરવો',
title : 'લિંક', title : 'લિંક',
info : 'લિંક ઇન્ફૉ ટૅબ', info : 'લિંક ઇન્ફૉ ટૅબ',
@ -155,7 +156,7 @@ CKEDITOR.lang['gu'] =
upload : 'અપલોડ', upload : 'અપલોડ',
advanced : 'અડ્વાન્સડ', advanced : 'અડ્વાન્સડ',
type : 'લિંક પ્રકાર', type : 'લિંક પ્રકાર',
toUrl : 'URL', // MISSING toUrl : 'URL',
toAnchor : 'આ પેજનો ઍંકર', toAnchor : 'આ પેજનો ઍંકર',
toEmail : 'ઈ-મેલ', toEmail : 'ઈ-મેલ',
targetFrame : '<ફ્રેમ>', targetFrame : '<ફ્રેમ>',
@ -163,7 +164,7 @@ CKEDITOR.lang['gu'] =
targetFrameName : 'ટાર્ગેટ ફ્રેમ નું નામ', targetFrameName : 'ટાર્ગેટ ફ્રેમ નું નામ',
targetPopupName : 'પૉપ-અપ વિન્ડો નું નામ', targetPopupName : 'પૉપ-અપ વિન્ડો નું નામ',
popupFeatures : 'પૉપ-અપ વિન્ડો ફીચરસૅ', popupFeatures : 'પૉપ-અપ વિન્ડો ફીચરસૅ',
popupResizable : 'Resizable', // MISSING popupResizable : 'રીસાઈઝએબલ',
popupStatusBar : 'સ્ટૅટસ બાર', popupStatusBar : 'સ્ટૅટસ બાર',
popupLocationBar: 'લોકેશન બાર', popupLocationBar: 'લોકેશન બાર',
popupToolbar : 'ટૂલ બાર', popupToolbar : 'ટૂલ બાર',
@ -173,7 +174,7 @@ CKEDITOR.lang['gu'] =
popupDependent : 'ડિપેન્ડન્ટ (Netscape)', popupDependent : 'ડિપેન્ડન્ટ (Netscape)',
popupLeft : 'ડાબી બાજુ', popupLeft : 'ડાબી બાજુ',
popupTop : 'જમણી બાજુ', popupTop : 'જમણી બાજુ',
id : 'Id', // MISSING id : 'Id',
langDir : 'ભાષા લેખવાની પદ્ધતિ', langDir : 'ભાષા લેખવાની પદ્ધતિ',
langDirLTR : 'ડાબે થી જમણે (LTR)', langDirLTR : 'ડાબે થી જમણે (LTR)',
langDirRTL : 'જમણે થી ડાબે (RTL)', langDirRTL : 'જમણે થી ડાબે (RTL)',
@ -186,7 +187,7 @@ CKEDITOR.lang['gu'] =
cssClasses : 'સ્ટાઇલ-શીટ ક્લાસ', cssClasses : 'સ્ટાઇલ-શીટ ક્લાસ',
charset : 'લિંક રિસૉર્સ કૅરિક્ટર સેટ', charset : 'લિંક રિસૉર્સ કૅરિક્ટર સેટ',
styles : 'સ્ટાઇલ', styles : 'સ્ટાઇલ',
rel : 'Relationship', // MISSING rel : 'સંબંધની સ્થિતિ',
selectAnchor : 'ઍંકર પસંદ કરો', selectAnchor : 'ઍંકર પસંદ કરો',
anchorName : 'ઍંકર નામથી પસંદ કરો', anchorName : 'ઍંકર નામથી પસંદ કરો',
anchorId : 'ઍંકર એલિમન્ટ Id થી પસંદ કરો', anchorId : 'ઍંકર એલિમન્ટ Id થી પસંદ કરો',
@ -206,31 +207,31 @@ CKEDITOR.lang['gu'] =
title : 'ઍંકરના ગુણ', title : 'ઍંકરના ગુણ',
name : 'ઍંકરનું નામ', name : 'ઍંકરનું નામ',
errorName : 'ઍંકરનું નામ ટાઈપ કરો', errorName : 'ઍંકરનું નામ ટાઈપ કરો',
remove : 'Remove Anchor' // MISSING remove : 'સ્થિર નકરવું'
}, },
// List style dialog // List style dialog
list: list:
{ {
numberedTitle : 'Numbered List Properties', // MISSING numberedTitle : 'આંકડાના લીસ્ટના ગુણ',
bulletedTitle : 'Bulleted List Properties', // MISSING bulletedTitle : 'બુલેટેડ લીસ્ટના ગુણ',
type : 'Type', // MISSING type : 'પ્રકાર',
start : 'Start', // MISSING start : 'શરુ કરવું',
validateStartNumber :'List start number must be a whole number.', // MISSING validateStartNumber :'લીસ્ટના સરુઆતનો આંકડો પુરો હોવો જોઈએ.',
circle : 'Circle', // MISSING circle : 'વર્તુળ',
disc : 'Disc', // MISSING disc : 'ડિસ્ક',
square : 'Square', // MISSING square : 'ચોરસ',
none : 'None', // MISSING none : 'કસુ ',
notset : '<not set>', // MISSING notset : '<સેટ નથી>',
armenian : 'Armenian numbering', // MISSING armenian : 'અરમેનિયન આંકડા પદ્ધતિ',
georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING georgian : 'ગેઓર્ગિયન આંકડા પદ્ધતિ (an, ban, gan, etc.)',
lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING lowerRoman : 'રોમન નાના (i, ii, iii, iv, v, etc.)',
upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING upperRoman : 'રોમન મોટા (I, II, III, IV, V, etc.)',
lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING lowerAlpha : 'આલ્ફા નાના (a, b, c, d, e, etc.)',
upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING upperAlpha : 'આલ્ફા મોટા (A, B, C, D, E, etc.)',
lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING lowerGreek : 'ગ્રીક નાના (alpha, beta, gamma, etc.)',
decimal : 'Decimal (1, 2, 3, etc.)', // MISSING decimal : 'આંકડા (1, 2, 3, etc.)',
decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING decimalLeadingZero : 'સુન્ય આગળ આંકડા (01, 02, 03, etc.)'
}, },
// Find And Replace Dialog // Find And Replace Dialog
@ -242,12 +243,12 @@ CKEDITOR.lang['gu'] =
findWhat : 'આ શોધો', findWhat : 'આ શોધો',
replaceWith : 'આનાથી બદલો', replaceWith : 'આનાથી બદલો',
notFoundMsg : 'તમે શોધેલી ટેક્સ્ટ નથી મળી', notFoundMsg : 'તમે શોધેલી ટેક્સ્ટ નથી મળી',
findOptions : 'Find Options', // MISSING findOptions : 'વીકલ્પ શોધો',
matchCase : 'કેસ સરખા રાખો', matchCase : 'કેસ સરખા રાખો',
matchWord : 'બઘા શબ્દ સરખા રાખો', matchWord : 'બઘા શબ્દ સરખા રાખો',
matchCyclic : 'Match cyclic', // MISSING matchCyclic : 'સરખાવવા બધા',
replaceAll : 'બઘા બદલી ', replaceAll : 'બઘા બદલી ',
replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING replaceSuccessMsg : '%1 ફેરફારો બાદલાયા છે.'
}, },
// Table Dialog // Table Dialog
@ -262,23 +263,23 @@ CKEDITOR.lang['gu'] =
border : 'કોઠાની બાજુ(બોર્ડર) સાઇઝ', border : 'કોઠાની બાજુ(બોર્ડર) સાઇઝ',
widthPx : 'પિકસલ', widthPx : 'પિકસલ',
widthPc : 'પ્રતિશત', widthPc : 'પ્રતિશત',
widthUnit : 'width unit', // MISSING widthUnit : 'પોહાલાઈ એકમ',
cellSpace : 'સેલ અંતર', cellSpace : 'સેલ અંતર',
cellPad : 'સેલ પૅડિંગ', cellPad : 'સેલ પૅડિંગ',
caption : 'મથાળું/કૅપ્શન ', caption : 'મથાળું/કૅપ્શન ',
summary : 'ટૂંકો એહેવાલ', summary : 'ટૂંકો એહેવાલ',
headers : 'Headers', // MISSING headers : 'મથાળા',
headersNone : 'None', // MISSING headersNone : 'નથી ',
headersColumn : 'First column', // MISSING headersColumn : 'પહેલી ઊભી કટાર',
headersRow : 'First Row', // MISSING headersRow : 'પહેલી કટાર',
headersBoth : 'Both', // MISSING headersBoth : 'બેવું',
invalidRows : 'Number of rows must be a number greater than 0.', // MISSING invalidRows : 'આડી કટાર, 0 કરતા વધારે હોવી જોઈએ.',
invalidCols : 'Number of columns must be a number greater than 0.', // MISSING invalidCols : 'ઉભી કટાર, 0 કરતા વધારે હોવી જોઈએ.',
invalidBorder : 'Border size must be a number.', // MISSING invalidBorder : 'બોર્ડર એક આંકડો હોવો જોઈએ',
invalidWidth : 'Table width must be a number.', // MISSING invalidWidth : 'ટેબલની પોહલાઈ આંકડો હોવો જોઈએ.',
invalidHeight : 'Table height must be a number.', // MISSING invalidHeight : 'ટેબલની ઊંચાઈ આંકડો હોવો જોઈએ.',
invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING invalidCellSpacing : 'સેલ વચ્ચેની જગ્યા સુન્ય કરતા વધારે હોવી જોઈએ.',
invalidCellPadding : 'Cell padding must be a positive number.', // MISSING invalidCellPadding : 'સેલની અંદરની જગ્યા સુન્ય કરતા વધારે હોવી જોઈએ.',
cell : cell :
{ {
@ -291,25 +292,25 @@ CKEDITOR.lang['gu'] =
mergeDown : 'નીચે ભેગા કરવા', mergeDown : 'નીચે ભેગા કરવા',
splitHorizontal : 'કોષને સમસ્તરીય વિભાજન કરવું', splitHorizontal : 'કોષને સમસ્તરીય વિભાજન કરવું',
splitVertical : 'કોષને સીધું ને ઊભું વિભાજન કરવું', splitVertical : 'કોષને સીધું ને ઊભું વિભાજન કરવું',
title : 'Cell Properties', // MISSING title : 'સેલના ગુણ',
cellType : 'Cell Type', // MISSING cellType : 'સેલનો પ્રકાર',
rowSpan : 'Rows Span', // MISSING rowSpan : 'આડી કટારની જગ્યા',
colSpan : 'Columns Span', // MISSING colSpan : 'ઊભી કતારની જગ્યા',
wordWrap : 'Word Wrap', // MISSING wordWrap : 'વર્ડ રેપ',
hAlign : 'Horizontal Alignment', // MISSING hAlign : 'સપાટ લાઈનદોરી',
vAlign : 'Vertical Alignment', // MISSING vAlign : 'ઊભી લાઈનદોરી',
alignBaseline : 'Baseline', // MISSING alignBaseline : 'બસે લાઈન',
bgColor : 'Background Color', // MISSING bgColor : 'પાછાળનો રંગ',
borderColor : 'Border Color', // MISSING borderColor : 'બોર્ડેર રંગ',
data : 'Data', // MISSING data : 'સ્વીકૃત માહિતી',
header : 'Header', // MISSING header : 'મથાળું',
yes : 'Yes', // MISSING yes : 'હા',
no : 'No', // MISSING no : 'ના',
invalidWidth : 'Cell width must be a number.', // MISSING invalidWidth : 'સેલની પોહલાઈ આંકડો હોવો જોઈએ.',
invalidHeight : 'Cell height must be a number.', // MISSING invalidHeight : 'સેલની ઊંચાઈ આંકડો હોવો જોઈએ.',
invalidRowSpan : 'Rows span must be a whole number.', // MISSING invalidRowSpan : 'રો સ્પાન આંકડો હોવો જોઈએ.',
invalidColSpan : 'Columns span must be a whole number.', // MISSING invalidColSpan : 'કોલમ સ્પાન આંકડો હોવો જોઈએ.',
chooseColor : 'Choose' // MISSING chooseColor : 'પસંદ કરવું'
}, },
row : row :
@ -356,7 +357,7 @@ CKEDITOR.lang['gu'] =
menu : 'ફૉર્મ/પત્રકના ગુણ', menu : 'ફૉર્મ/પત્રકના ગુણ',
action : 'ક્રિયા', action : 'ક્રિયા',
method : 'પદ્ધતિ', method : 'પદ્ધતિ',
encoding : 'Encoding' // MISSING encoding : 'અન્કોડીન્ગ'
}, },
// Select Field Dialog. // Select Field Dialog.
@ -425,63 +426,63 @@ CKEDITOR.lang['gu'] =
vSpace : 'લંબરૂપ જગ્યા', vSpace : 'લંબરૂપ જગ્યા',
alertUrl : 'ચિત્રની URL ટાઇપ કરો', alertUrl : 'ચિત્રની URL ટાઇપ કરો',
linkTab : 'લિંક', linkTab : 'લિંક',
button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING button2Img : 'તમારે ઈમેજ બટનને સાદી ઈમેજમાં બદલવું છે.',
img2Button : 'Do you want to transform the selected image on a image button?', // MISSING img2Button : 'તમારે સાદી ઈમેજને ઈમેજ બટનમાં બદલવું છે.',
urlMissing : 'Image source URL is missing.', // MISSING urlMissing : 'ઈમેજની મૂળ URL છે નહી.',
validateBorder : 'Border must be a whole number.', // MISSING validateBorder : 'બોર્ડેર આંકડો હોવો જોઈએ.',
validateHSpace : 'HSpace must be a whole number.', // MISSING validateHSpace : 'HSpaceઆંકડો હોવો જોઈએ.',
validateVSpace : 'VSpace must be a whole number.' // MISSING validateVSpace : 'VSpace આંકડો હોવો જોઈએ. '
}, },
// Flash Dialog // Flash Dialog
flash : flash :
{ {
properties : 'ફ્લૅશના ગુણ', properties : 'ફ્લૅશના ગુણ',
propertiesTab : 'Properties', // MISSING propertiesTab : 'ગુણ',
title : 'ફ્લૅશ ગુણ', title : 'ફ્લૅશ ગુણ',
chkPlay : 'ઑટો/સ્વયં પ્લે', chkPlay : 'ઑટો/સ્વયં પ્લે',
chkLoop : 'લૂપ', chkLoop : 'લૂપ',
chkMenu : 'ફ્લૅશ મેન્યૂ નો પ્રયોગ કરો', chkMenu : 'ફ્લૅશ મેન્યૂ નો પ્રયોગ કરો',
chkFull : 'Allow Fullscreen', // MISSING chkFull : 'ફૂલ સ્ક્રીન કરવું',
scale : 'સ્કેલ', scale : 'સ્કેલ',
scaleAll : 'સ્કેલ ઓલ/બધુ બતાવો', scaleAll : 'સ્કેલ ઓલ/બધુ બતાવો',
scaleNoBorder : 'સ્કેલ બોર્ડર વગર', scaleNoBorder : 'સ્કેલ બોર્ડર વગર',
scaleFit : 'સ્કેલ એકદમ ફીટ', scaleFit : 'સ્કેલ એકદમ ફીટ',
access : 'Script Access', // MISSING access : 'સ્ક્રીપ્ટ એક્સેસ',
accessAlways : 'Always', // MISSING accessAlways : 'હમેશાં',
accessSameDomain: 'Same domain', // MISSING accessSameDomain: 'એજ ડોમેન',
accessNever : 'Never', // MISSING accessNever : 'નહી',
alignAbsBottom : 'Abs નીચે', alignAbsBottom : 'Abs નીચે',
alignAbsMiddle : 'Abs ઉપર', alignAbsMiddle : 'Abs ઉપર',
alignBaseline : 'આધાર લીટી', alignBaseline : 'આધાર લીટી',
alignTextTop : 'ટેક્સ્ટ ઉપર', alignTextTop : 'ટેક્સ્ટ ઉપર',
quality : 'Quality', // MISSING quality : 'ગુણધર્મ',
qualityBest : 'Best', // MISSING qualityBest : 'શ્રેષ્ઠ',
qualityHigh : 'High', // MISSING qualityHigh : 'ઊંચું',
qualityAutoHigh : 'Auto High', // MISSING qualityAutoHigh : 'ઓટો ઊંચું',
qualityMedium : 'Medium', // MISSING qualityMedium : 'મધ્યમ',
qualityAutoLow : 'Auto Low', // MISSING qualityAutoLow : 'ઓટો નીચું',
qualityLow : 'Low', // MISSING qualityLow : 'નીચું',
windowModeWindow: 'Window', // MISSING windowModeWindow: 'વિન્ડો',
windowModeOpaque: 'Opaque', // MISSING windowModeOpaque: 'અપારદર્શક',
windowModeTransparent : 'Transparent', // MISSING windowModeTransparent : 'પારદર્શક',
windowMode : 'Window mode', // MISSING windowMode : 'વિન્ડો મોડ',
flashvars : 'Variables for Flash', // MISSING flashvars : 'ફલેશ ના વિકલ્પો',
bgcolor : 'બૅકગ્રાઉન્ડ રંગ,', bgcolor : 'બૅકગ્રાઉન્ડ રંગ,',
hSpace : 'સમસ્તરીય જગ્યા', hSpace : 'સમસ્તરીય જગ્યા',
vSpace : 'લંબરૂપ જગ્યા', vSpace : 'લંબરૂપ જગ્યા',
validateSrc : 'લિંક URL ટાઇપ કરો', validateSrc : 'લિંક URL ટાઇપ કરો',
validateHSpace : 'HSpace must be a number.', // MISSING validateHSpace : 'HSpace આંકડો હોવો જોઈએ.',
validateVSpace : 'VSpace must be a number.' // MISSING validateVSpace : 'VSpace આંકડો હોવો જોઈએ.'
}, },
// Speller Pages Dialog // Speller Pages Dialog
spellCheck : spellCheck :
{ {
toolbar : 'જોડણી (સ્પેલિંગ) તપાસવી', toolbar : 'જોડણી (સ્પેલિંગ) તપાસવી',
title : 'Spell Check', // MISSING title : 'સ્પેલ ',
notAvailable : 'Sorry, but service is unavailable now.', // MISSING notAvailable : 'માફ કરશો, આ સુવિધા ઉપલબ્ધ નથી',
errorLoading : 'Error loading application service host: %s.', // MISSING errorLoading : 'સર્વિસ એપ્લીકેશન લોડ નથી થ: %s.',
notInDic : 'શબ્દકોશમાં નથી', notInDic : 'શબ્દકોશમાં નથી',
changeTo : 'આનાથી બદલવું', changeTo : 'આનાથી બદલવું',
btnIgnore : 'ઇગ્નોર/અવગણના કરવી', btnIgnore : 'ઇગ્નોર/અવગણના કરવી',
@ -502,13 +503,13 @@ CKEDITOR.lang['gu'] =
{ {
toolbar : 'સ્માઇલી', toolbar : 'સ્માઇલી',
title : 'સ્માઇલી પસંદ કરો', title : 'સ્માઇલી પસંદ કરો',
options : 'Smiley Options' // MISSING options : 'સમ્ય્લી વિકલ્પો'
}, },
elementsPath : elementsPath :
{ {
eleLabel : 'Elements path', // MISSING eleLabel : 'એલીમેન્ટ્સ નો ',
eleTitle : '%1 element' // MISSING eleTitle : 'એલીમેન્ટ %1'
}, },
numberedlist : 'સંખ્યાંકન સૂચિ', numberedlist : 'સંખ્યાંકન સૂચિ',
@ -533,15 +534,15 @@ CKEDITOR.lang['gu'] =
copyError : 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસ કોપી કરવાની પરવાનગી નથી આપતી. (Ctrl/Cmd+C) का प्रयोग करें।', copyError : 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસ કોપી કરવાની પરવાનગી નથી આપતી. (Ctrl/Cmd+C) का प्रयोग करें।',
pasteMsg : 'Ctrl/Cmd+V નો પ્રયોગ કરી પેસ્ટ કરો', pasteMsg : 'Ctrl/Cmd+V નો પ્રયોગ કરી પેસ્ટ કરો',
securityMsg : 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસના કારણે,એડિટર તમારા કિલ્પબોર્ડ ડેટા ને કોપી નથી કરી શકતો. તમારે આ વિન્ડોમાં ફરીથી પેસ્ટ કરવું પડશે.', securityMsg : 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસના કારણે,એડિટર તમારા કિલ્પબોર્ડ ડેટા ને કોપી નથી કરી શકતો. તમારે આ વિન્ડોમાં ફરીથી પેસ્ટ કરવું પડશે.',
pasteArea : 'Paste Area' // MISSING pasteArea : 'પેસ્ટ કરવાની જગ્યા'
}, },
pastefromword : pastefromword :
{ {
confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING confirmCleanup : 'તમે જે ટેક્ષ્ત્ કોપી કરી રહ્યા છો ટે વર્ડ ની છે. કોપી કરતા પેહલા સાફ કરવી છે?',
toolbar : 'પેસ્ટ (વડૅ ટેક્સ્ટ)', toolbar : 'પેસ્ટ (વડૅ ટેક્સ્ટ)',
title : 'પેસ્ટ (વડૅ ટેક્સ્ટ)', title : 'પેસ્ટ (વડૅ ટેક્સ્ટ)',
error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING error : 'પેસ્ટ કરેલો ડેટા ઇન્ટરનલ એરર ના લીથે સાફ કરી શકાયો નથી.'
}, },
pasteText : pasteText :
@ -554,7 +555,7 @@ CKEDITOR.lang['gu'] =
{ {
button : 'ટેમ્પ્લેટ', button : 'ટેમ્પ્લેટ',
title : 'કન્ટેન્ટ ટેમ્પ્લેટ', title : 'કન્ટેન્ટ ટેમ્પ્લેટ',
options : 'Template Options', // MISSING options : 'ટેમ્પ્લેટના વિકલ્પો',
insertOption : 'મૂળ શબ્દને બદલો', insertOption : 'મૂળ શબ્દને બદલો',
selectPromptMsg : 'એડિટરમાં ઓપન કરવા ટેમ્પ્લેટ પસંદ કરો (વર્તમાન કન્ટેન્ટ સેવ નહીં થાય):', selectPromptMsg : 'એડિટરમાં ઓપન કરવા ટેમ્પ્લેટ પસંદ કરો (વર્તમાન કન્ટેન્ટ સેવ નહીં થાય):',
emptyListMsg : '(કોઈ ટેમ્પ્લેટ ડિફાઇન નથી)' emptyListMsg : '(કોઈ ટેમ્પ્લેટ ડિફાઇન નથી)'
@ -565,10 +566,10 @@ CKEDITOR.lang['gu'] =
stylesCombo : stylesCombo :
{ {
label : 'શૈલી/રીત', label : 'શૈલી/રીત',
panelTitle : 'Formatting Styles', // MISSING panelTitle : 'ફોર્મેટ ',
panelTitle1 : 'Block Styles', // MISSING panelTitle1 : 'બ્લોક ',
panelTitle2 : 'Inline Styles', // MISSING panelTitle2 : 'ઈનલાઈન ',
panelTitle3 : 'Object Styles' // MISSING panelTitle3 : 'ઓબ્જેક્ટ પદ્ધતિ'
}, },
format : format :
@ -590,41 +591,41 @@ CKEDITOR.lang['gu'] =
div : div :
{ {
title : 'Create Div Container', // MISSING title : 'Div કન્ટેનર બનાવુંવું',
toolbar : 'Create Div Container', // MISSING toolbar : 'Div કન્ટેનર બનાવુંવું',
cssClassInputLabel : 'Stylesheet Classes', // MISSING cssClassInputLabel : 'સ્ટાઈલશીટ કલાસીસ',
styleSelectLabel : 'Style', // MISSING styleSelectLabel : 'સ્ટાઈલ',
IdInputLabel : 'Id', // MISSING IdInputLabel : 'Id',
languageCodeInputLabel : ' Language Code', // MISSING languageCodeInputLabel : 'ભાષાનો કોડ',
inlineStyleInputLabel : 'Inline Style', // MISSING inlineStyleInputLabel : 'ઈનલાઈન પદ્ધતિ',
advisoryTitleInputLabel : 'Advisory Title', // MISSING advisoryTitleInputLabel : 'એડવાઈઝર શીર્ષક',
langDirLabel : 'Language Direction', // MISSING langDirLabel : 'ભાષાની દિશા',
langDirLTRLabel : 'Left to Right (LTR)', // MISSING langDirLTRLabel : 'ડાબે થી જમણે (LTR)',
langDirRTLLabel : 'Right to Left (RTL)', // MISSING langDirRTLLabel : 'જમણે થી ડાબે (RTL)',
edit : 'Edit Div', // MISSING edit : 'ડીવીમાં ફેરફાર કરવો',
remove : 'Remove Div' // MISSING remove : 'ડીવી કાઢી કાઢવું'
}, },
iframe : iframe :
{ {
title : 'IFrame Properties', // MISSING title : 'IFrame વિકલ્પો',
toolbar : 'IFrame', // MISSING toolbar : 'IFrame',
noUrl : 'Please type the iframe URL', // MISSING noUrl : 'iframe URL ટાઈપ્ કરો',
scrolling : 'Enable scrollbars', // MISSING scrolling : 'સ્ક્રોલબાર ચાલુ કરવા',
border : 'Show frame border' // MISSING border : 'ફ્રેમ બોર્ડેર બતાવવી'
}, },
font : font :
{ {
label : 'ફૉન્ટ', label : 'ફૉન્ટ',
voiceLabel : 'Font', // MISSING voiceLabel : 'ફોન્ટ',
panelTitle : 'ફૉન્ટ' panelTitle : 'ફૉન્ટ'
}, },
fontSize : fontSize :
{ {
label : 'ફૉન્ટ સાઇઝ/કદ', label : 'ફૉન્ટ સાઇઝ/કદ',
voiceLabel : 'Font Size', // MISSING voiceLabel : 'ફોન્ટ સાઈઝ',
panelTitle : 'ફૉન્ટ સાઇઝ/કદ' panelTitle : 'ફૉન્ટ સાઇઝ/કદ'
}, },
@ -632,159 +633,159 @@ CKEDITOR.lang['gu'] =
{ {
textColorTitle : 'શબ્દનો રંગ', textColorTitle : 'શબ્દનો રંગ',
bgColorTitle : 'બૅકગ્રાઉન્ડ રંગ,', bgColorTitle : 'બૅકગ્રાઉન્ડ રંગ,',
panelTitle : 'Colors', // MISSING panelTitle : 'રંગ',
auto : 'સ્વચાલિત', auto : 'સ્વચાલિત',
more : 'ઔર રંગ...' more : 'ઔર રંગ...'
}, },
colors : colors :
{ {
'000' : 'Black', // MISSING '000' : 'કાળો',
'800000' : 'Maroon', // MISSING '800000' : 'મરુન',
'8B4513' : 'Saddle Brown', // MISSING '8B4513' : 'છીક',
'2F4F4F' : 'Dark Slate Gray', // MISSING '2F4F4F' : 'ડાર્ક સ્લેટ ગ્રે ',
'008080' : 'Teal', // MISSING '008080' : 'ટીલ',
'000080' : 'Navy', // MISSING '000080' : 'નેવી',
'4B0082' : 'Indigo', // MISSING '4B0082' : 'જામલી',
'696969' : 'Dark Gray', // MISSING '696969' : 'ડાર્ક ગ્રે',
'B22222' : 'Fire Brick', // MISSING 'B22222' : 'ઈટ',
'A52A2A' : 'Brown', // MISSING 'A52A2A' : 'બ્રાઉન',
'DAA520' : 'Golden Rod', // MISSING 'DAA520' : 'ગોલ્ડન રોડ',
'006400' : 'Dark Green', // MISSING '006400' : 'ડાર્ક લીલો',
'40E0D0' : 'Turquoise', // MISSING '40E0D0' : 'ટ્રકોઈસ',
'0000CD' : 'Medium Blue', // MISSING '0000CD' : 'મધ્યમ વાદળી',
'800080' : 'Purple', // MISSING '800080' : 'પર્પલ',
'808080' : 'Gray', // MISSING '808080' : 'ગ્રે',
'F00' : 'Red', // MISSING 'F00' : 'લાલ',
'FF8C00' : 'Dark Orange', // MISSING 'FF8C00' : 'ડાર્ક ઓરંજ',
'FFD700' : 'Gold', // MISSING 'FFD700' : 'ગોલ્ડ',
'008000' : 'Green', // MISSING '008000' : 'ગ્રીન',
'0FF' : 'Cyan', // MISSING '0FF' : 'સાયન',
'00F' : 'Blue', // MISSING '00F' : 'વાદળી',
'EE82EE' : 'Violet', // MISSING 'EE82EE' : 'વાયોલેટ',
'A9A9A9' : 'Dim Gray', // MISSING 'A9A9A9' : 'ડીમ ',
'FFA07A' : 'Light Salmon', // MISSING 'FFA07A' : 'લાઈટ સાલમન',
'FFA500' : 'Orange', // MISSING 'FFA500' : 'ઓરંજ',
'FFFF00' : 'Yellow', // MISSING 'FFFF00' : 'પીળો',
'00FF00' : 'Lime', // MISSING '00FF00' : 'લાઈમ',
'AFEEEE' : 'Pale Turquoise', // MISSING 'AFEEEE' : 'પેલ કોઈસ',
'ADD8E6' : 'Light Blue', // MISSING 'ADD8E6' : 'લાઈટ બ્લુ',
'DDA0DD' : 'Plum', // MISSING 'DDA0DD' : 'પલ્મ',
'D3D3D3' : 'Light Grey', // MISSING 'D3D3D3' : 'લાઈટ ગ્રે',
'FFF0F5' : 'Lavender Blush', // MISSING 'FFF0F5' : 'લવંડર ',
'FAEBD7' : 'Antique White', // MISSING 'FAEBD7' : 'એન્ટીક સફેદ',
'FFFFE0' : 'Light Yellow', // MISSING 'FFFFE0' : 'લાઈટ પીળો',
'F0FFF0' : 'Honeydew', // MISSING 'F0FFF0' : 'હનીડઉય',
'F0FFFF' : 'Azure', // MISSING 'F0FFFF' : 'અઝુરે',
'F0F8FF' : 'Alice Blue', // MISSING 'F0F8FF' : 'એલીસ બ્લુ',
'E6E6FA' : 'Lavender', // MISSING 'E6E6FA' : 'લવંડર',
'FFF' : 'White' // MISSING 'FFF' : 'સફેદ'
}, },
scayt : scayt :
{ {
title : 'Spell Check As You Type', // MISSING title : 'ટાઈપ કરતા સ્પેલ તપાસો',
opera_title : 'Not supported by Opera', // MISSING opera_title : 'ઓપેરામાં સપોર્ટ નથી',
enable : 'Enable SCAYT', // MISSING enable : 'SCAYT એનેબલ કરવું',
disable : 'Disable SCAYT', // MISSING disable : 'SCAYT ડિસેબલ કરવું',
about : 'About SCAYT', // MISSING about : 'SCAYT વિષે',
toggle : 'Toggle SCAYT', // MISSING toggle : 'SCAYT ટોગલ',
options : 'Options', // MISSING options : 'વિકલ્પો',
langs : 'Languages', // MISSING langs : 'ભાષાઓ',
moreSuggestions : 'More suggestions', // MISSING moreSuggestions : 'વધારે વિકલ્પો',
ignore : 'Ignore', // MISSING ignore : 'ઇગ્નોર',
ignoreAll : 'Ignore All', // MISSING ignoreAll : 'બધા ઇગ્નોર ',
addWord : 'Add Word', // MISSING addWord : 'શબ્દ ઉમેરવો',
emptyDic : 'Dictionary name should not be empty.', // MISSING emptyDic : 'ડિક્સનરીનું નામ ખાલી ના હોય.',
optionsTab : 'Options', // MISSING optionsTab : 'વિકલ્પો',
allCaps : 'Ignore All-Caps Words', // MISSING allCaps : 'ઓલ-કેપ્સ વર્ડ છોડી દો.',
ignoreDomainNames : 'Ignore Domain Names', // MISSING ignoreDomainNames : 'ડોમેન નામ છોડી દો.',
mixedCase : 'Ignore Words with Mixed Case', // MISSING mixedCase : 'મિક્સ કેસ વર્ડ છોડી દો.',
mixedWithDigits : 'Ignore Words with Numbers', // MISSING mixedWithDigits : 'આંકડા વાળા શબ્દ છોડી દો.',
languagesTab : 'Languages', // MISSING languagesTab : 'ભાષા',
dictionariesTab : 'Dictionaries', // MISSING dictionariesTab : 'શબ્દકોશ',
dic_field_name : 'Dictionary name', // MISSING dic_field_name : 'શબ્દકોશ નામ',
dic_create : 'Create', // MISSING dic_create : 'બનાવવું',
dic_restore : 'Restore', // MISSING dic_restore : 'પાછું ',
dic_delete : 'Delete', // MISSING dic_delete : 'કાઢી નાખવું',
dic_rename : 'Rename', // MISSING dic_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.', // MISSING dic_info : 'પેહલા User Dictionary, Cookie તરીકે સ્ટોર થાય છે. પણ Cookie ની સમતા ઓછી છે. જયારે User Dictionary, Cookie તરીકે સ્ટોર ના કરી શકાય, ત્યારે તે અમારા સર્વર પર સ્ટોર થાય છે. તમારી વ્યતિગત ડીકસ્નરી ને સર્વર પર સ્ટોર કરવા માટે તમારે તેનું નામ આપવું પડશે. જો તમે તમારી ડીકસ્નરી નું નામ આપેલું હોય તો તમે રિસ્ટોર બટન ક્લીક કરી શકો.',
aboutTab : 'About' // MISSING aboutTab : 'વિષે'
}, },
about : about :
{ {
title : 'About CKEditor', // MISSING title : 'CKEditor વિષે',
dlgTitle : 'About CKEditor', // MISSING dlgTitle : 'CKEditor વિષે',
help : 'Check $1 for help.', // MISSING help : 'મદદ માટે $1 તપાસો',
userGuide : 'CKEditor User\'s Guide', // MISSING userGuide : 'CKEditor યુઝર્સ ગાઈડ',
moreInfo : 'For licensing information please visit our web site:', // MISSING moreInfo : 'લાયસનસની માહિતી માટે અમારી વેબ સાઈટ',
copy : 'Copyright &copy; $1. All rights reserved.' // MISSING copy : 'કોપીરાઈટ &copy; $1. ઓલ રાઈટ્સ '
}, },
maximize : 'Maximize', // MISSING maximize : 'મોટું કરવું',
minimize : 'Minimize', // MISSING minimize : 'નાનું કરવું',
fakeobjects : fakeobjects :
{ {
anchor : 'Anchor', // MISSING anchor : 'અનકર',
flash : 'Flash Animation', // MISSING flash : 'ફ્લેશ ',
iframe : 'IFrame', // MISSING iframe : 'IFrame',
hiddenfield : 'Hidden Field', // MISSING hiddenfield : 'હિડન ',
unknown : 'Unknown Object' // MISSING unknown : 'અનનોન ઓબ્જેક્ટ'
}, },
resize : 'Drag to resize', // MISSING resize : 'ખેંચી ને યોગ્ય કરવું',
colordialog : colordialog :
{ {
title : 'Select color', // MISSING title : 'રંગ પસંદ કરો',
options : 'Color Options', // MISSING options : 'રંગના વિકલ્પ',
highlight : 'Highlight', // MISSING highlight : 'હાઈઈટ',
selected : 'Selected Color', // MISSING selected : 'પસંદ કરેલો રંગ',
clear : 'Clear' // MISSING clear : 'સાફ કરવું'
}, },
toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarCollapse : 'ટૂલબાર નાનું કરવું',
toolbarExpand : 'Expand Toolbar', // MISSING toolbarExpand : 'ટૂલબાર મોટું કરવું',
toolbarGroups : toolbarGroups :
{ {
document : 'Document', // MISSING document : 'દસ્તાવેજ',
clipboard : 'Clipboard/Undo', // MISSING clipboard : 'ક્લિપબોર્ડ/અન',
editing : 'Editing', // MISSING editing : 'એડીટ કરવું',
forms : 'Forms', // MISSING forms : 'ફોર્મ',
basicstyles : 'Basic Styles', // MISSING basicstyles : 'બેસિક્ સ્ટાઇલ',
paragraph : 'Paragraph', // MISSING paragraph : 'ફકરો',
links : 'Links', // MISSING links : 'લીંક',
insert : 'Insert', // MISSING insert : 'ઉમેરવું',
styles : 'Styles', // MISSING styles : 'સ્ટાઇલ',
colors : 'Colors', // MISSING colors : 'રંગ',
tools : 'Tools' // MISSING tools : 'ટૂલ્સ'
}, },
bidi : bidi :
{ {
ltr : 'Text direction from left to right', // MISSING ltr : 'ટેક્ષ્ત્ ની દિશા ડાબે થી જમણે',
rtl : 'Text direction from right to left' // MISSING rtl : 'ટેક્ષ્ત્ ની દિશા જમણે થી ડાબે'
}, },
docprops : docprops :
{ {
label : 'ડૉક્યુમન્ટ ગુણ/પ્રૉપર્ટિઝ', label : 'ડૉક્યુમન્ટ ગુણ/પ્રૉપર્ટિઝ',
title : 'ડૉક્યુમન્ટ ગુણ/પ્રૉપર્ટિઝ', title : 'ડૉક્યુમન્ટ ગુણ/પ્રૉપર્ટિઝ',
design : 'Design', // MISSING design : 'ડીસા',
meta : 'મેટાડૅટા', meta : 'મેટાડૅટા',
chooseColor : 'Choose', // MISSING chooseColor : 'વિકલ્પ',
other : '<other>', other : '<other>',
docTitle : 'પેજ મથાળું/ટાઇટલ', docTitle : 'પેજ મથાળું/ટાઇટલ',
charset : 'કેરેક્ટર સેટ એન્કોડિંગ', charset : 'કેરેક્ટર સેટ એન્કોડિંગ',
charsetOther : 'અન્ય કેરેક્ટર સેટ એન્કોડિંગ', charsetOther : 'અન્ય કેરેક્ટર સેટ એન્કોડિંગ',
charsetASCII : 'ASCII', // MISSING charsetASCII : 'ASCII',
charsetCE : 'મધ્ય યુરોપિઅન (Central European)', charsetCE : 'મધ્ય યુરોપિઅન (Central European)',
charsetCT : 'ચાઇનીઝ (Chinese Traditional Big5)', charsetCT : 'ચાઇનીઝ (Chinese Traditional Big5)',
charsetCR : 'સિરીલિક (Cyrillic)', charsetCR : 'સિરીલિક (Cyrillic)',
@ -810,6 +811,6 @@ CKEDITOR.lang['gu'] =
metaDescription : 'ડૉક્યુમન્ટ વર્ણન', metaDescription : 'ડૉક્યુમન્ટ વર્ણન',
metaAuthor : 'લેખક', metaAuthor : 'લેખક',
metaCopyright : 'કૉપિરાઇટ', metaCopyright : 'કૉપિરાઇટ',
previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING previewHtml : '<p>આ એક <strong>સેમ્પલ ટેક્ષ્ત્</strong> છે. તમે <a href="javascript:void(0)">CKEditor</a> વાપરો છો.</p>'
} }
}; };

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['he'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'עורך טקסט עשיר, %1, לחץ אלט (ALT) + 0 לעזרה.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'סרגלי כלים של העורך', toolbars : 'סרגלי כלים של העורך',

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,11 +31,12 @@ CKEDITOR.lang['hi'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'एडिटर टूलबार',
editor : 'Rich Text Editor', // MISSING editor : 'रिच टेक्स्ट एडिटर',
// Toolbar buttons without dialogs. // Toolbar buttons without dialogs.
source : 'सोर्स', source : 'सोर्स',
@ -56,7 +57,7 @@ CKEDITOR.lang['hi'] =
superscript : 'अभिलेख', superscript : 'अभिलेख',
horizontalrule : 'हॉरिज़ॉन्टल रेखा इन्सर्ट करें', horizontalrule : 'हॉरिज़ॉन्टल रेखा इन्सर्ट करें',
pagebreak : 'पेज ब्रेक इन्सर्ट् करें', pagebreak : 'पेज ब्रेक इन्सर्ट् करें',
pagebreakAlt : 'Page Break', // MISSING pagebreakAlt : 'पेज ब्रेक',
unlink : 'लिंक हटायें', unlink : 'लिंक हटायें',
undo : 'अन्डू', undo : 'अन्डू',
redo : 'रीडू', redo : 'रीडू',
@ -726,8 +727,8 @@ CKEDITOR.lang['hi'] =
copy : 'Copyright &copy; $1. All rights reserved.' // MISSING copy : 'Copyright &copy; $1. All rights reserved.' // MISSING
}, },
maximize : 'Maximize', // MISSING maximize : 'मेक्सिमाईज़',
minimize : 'Minimize', // MISSING minimize : 'मिनिमाईज़',
fakeobjects : fakeobjects :
{ {

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,11 +31,12 @@ CKEDITOR.lang['hr'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Alatne trake uređivača teksta',
editor : 'Rich Text Editor', // MISSING editor : 'Bogati uređivač teksta',
// Toolbar buttons without dialogs. // Toolbar buttons without dialogs.
source : 'Kôd', source : 'Kôd',
@ -56,7 +57,7 @@ CKEDITOR.lang['hr'] =
superscript : 'Superscript', superscript : 'Superscript',
horizontalrule : 'Ubaci vodoravnu liniju', horizontalrule : 'Ubaci vodoravnu liniju',
pagebreak : 'Ubaci prijelom stranice', pagebreak : 'Ubaci prijelom stranice',
pagebreakAlt : 'Page Break', // MISSING pagebreakAlt : 'Prijelom stranice',
unlink : 'Ukloni link', unlink : 'Ukloni link',
undo : 'Poništi', undo : 'Poništi',
redo : 'Ponovi', redo : 'Ponovi',
@ -93,23 +94,23 @@ CKEDITOR.lang['hr'] =
cssStyle : 'Stil', cssStyle : 'Stil',
ok : 'OK', ok : 'OK',
cancel : 'Poništi', cancel : 'Poništi',
close : 'Close', // MISSING close : 'Zatvori',
preview : 'Preview', // MISSING preview : 'Pregledaj',
generalTab : 'Općenito', generalTab : 'Općenito',
advancedTab : 'Napredno', advancedTab : 'Napredno',
validateNumberFailed : 'Ova vrijednost nije broj.', validateNumberFailed : 'Ova vrijednost nije broj.',
confirmNewPage : 'Sve napravljene promjene će biti izgubljene ukoliko ih niste snimili. Sigurno želite učitati novu stranicu?', 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?', confirmCancel : 'Neke od opcija su promjenjene. Sigurno želite zatvoriti ovaj prozor?',
options : 'Options', // MISSING options : 'Opcije',
target : 'Target', // MISSING target : 'Odredište',
targetNew : 'New Window (_blank)', // MISSING targetNew : 'Novi prozor (_blank)',
targetTop : 'Topmost Window (_top)', // MISSING targetTop : 'Vršni prozor (_top)',
targetSelf : 'Same Window (_self)', // MISSING targetSelf : 'Isti prozor (_self)',
targetParent : 'Parent Window (_parent)', // MISSING targetParent : 'Roditeljski prozor (_parent)',
langDirLTR : 'Left to Right (LTR)', // MISSING langDirLTR : 'S lijeva na desno (LTR)',
langDirRTL : 'Right to Left (RTL)', // MISSING langDirRTL : 'S desna na lijevo (RTL)',
styles : 'Style', // MISSING styles : 'Stil',
cssClasses : 'Stylesheet Classes', // MISSING cssClasses : 'Klase stilova',
width : 'Širina', width : 'Širina',
height : 'Visina', height : 'Visina',
align : 'Poravnaj', align : 'Poravnaj',
@ -121,10 +122,10 @@ CKEDITOR.lang['hr'] =
alignBottom : 'Dolje', alignBottom : 'Dolje',
invalidHeight : 'Visina mora biti broj.', invalidHeight : 'Visina mora biti broj.',
invalidWidth : 'Širina 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 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 : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING invalidHtmlLength : 'Vrijednost određena za "%1" polje mora biti pozitivni broj sa ili bez važećih HTML mjernih jedinica (px ili %).',
invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING invalidInlineStyle : 'Vrijednost za linijski stil mora sadržavati jednu ili više definicija s formatom "naziv:vrijednost", odvojenih točka-zarezom.',
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).', // MISSING 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).',
// Put the voice-only part of the label in the span. // Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, nedostupno</span>' unavailable : '%1<span class="cke_accessibility">, nedostupno</span>'
@ -132,7 +133,7 @@ CKEDITOR.lang['hr'] =
contextmenu : contextmenu :
{ {
options : 'Context Menu Options' // MISSING options : 'Opcije izbornika'
}, },
// Special char dialog. // Special char dialog.
@ -140,7 +141,7 @@ CKEDITOR.lang['hr'] =
{ {
toolbar : 'Ubaci posebne znakove', toolbar : 'Ubaci posebne znakove',
title : 'Odaberite posebni karakter', title : 'Odaberite posebni karakter',
options : 'Special Character Options' // MISSING options : 'Opcije specijalnih znakova'
}, },
// Link dialog. // Link dialog.
@ -155,7 +156,7 @@ CKEDITOR.lang['hr'] =
upload : 'Pošalji', upload : 'Pošalji',
advanced : 'Napredno', advanced : 'Napredno',
type : 'Link vrsta', type : 'Link vrsta',
toUrl : 'URL', // MISSING toUrl : 'URL',
toAnchor : 'Sidro na ovoj stranici', toAnchor : 'Sidro na ovoj stranici',
toEmail : 'E-Mail', toEmail : 'E-Mail',
targetFrame : '<okvir>', targetFrame : '<okvir>',
@ -186,7 +187,7 @@ CKEDITOR.lang['hr'] =
cssClasses : 'Stylesheet klase', cssClasses : 'Stylesheet klase',
charset : 'Kodna stranica povezanih resursa', charset : 'Kodna stranica povezanih resursa',
styles : 'Stil', styles : 'Stil',
rel : 'Relationship', // MISSING rel : 'Veza',
selectAnchor : 'Odaberi sidro', selectAnchor : 'Odaberi sidro',
anchorName : 'Po nazivu sidra', anchorName : 'Po nazivu sidra',
anchorId : 'Po Id elementa', anchorId : 'Po Id elementa',
@ -206,31 +207,31 @@ CKEDITOR.lang['hr'] =
title : 'Svojstva sidra', title : 'Svojstva sidra',
name : 'Ime sidra', name : 'Ime sidra',
errorName : 'Molimo unesite ime sidra', errorName : 'Molimo unesite ime sidra',
remove : 'Remove Anchor' // MISSING remove : 'Ukloni sidro'
}, },
// List style dialog // List style dialog
list: list:
{ {
numberedTitle : 'Numbered List Properties', // MISSING numberedTitle : 'Svojstva brojčane liste',
bulletedTitle : 'Bulleted List Properties', // MISSING bulletedTitle : 'Svojstva liste',
type : 'Type', // MISSING type : 'Vrsta',
start : 'Start', // MISSING start : 'Početak',
validateStartNumber :'List start number must be a whole number.', // MISSING validateStartNumber :'Početak brojčane liste mora biti cijeli broj.',
circle : 'Circle', // MISSING circle : 'Krug',
disc : 'Disc', // MISSING disc : 'Disk',
square : 'Square', // MISSING square : 'Kvadrat',
none : 'None', // MISSING none : 'Bez',
notset : '<not set>', // MISSING notset : '<nije određen>',
armenian : 'Armenian numbering', // MISSING armenian : 'Armenijska numeracija',
georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING georgian : 'Gruzijska numeracija(an, ban, gan, etc.)',
lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING lowerRoman : 'Romanska numeracija mala slova (i, ii, iii, iv, v, itd.)',
upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING upperRoman : 'Romanska numeracija velika slova (I, II, III, IV, V, itd.)',
lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING lowerAlpha : 'Znakovi mala slova (a, b, c, d, e, itd.)',
upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING upperAlpha : 'Znakovi velika slova (A, B, C, D, E, itd.)',
lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING lowerGreek : 'Grčka numeracija mala slova (alfa, beta, gama, itd).',
decimal : 'Decimal (1, 2, 3, etc.)', // MISSING decimal : 'Decimalna numeracija (1, 2, 3, itd.)',
decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING decimalLeadingZero : 'Decimalna s vodećom nulom (01, 02, 03, itd)'
}, },
// Find And Replace Dialog // Find And Replace Dialog
@ -242,7 +243,7 @@ CKEDITOR.lang['hr'] =
findWhat : 'Pronađi:', findWhat : 'Pronađi:',
replaceWith : 'Zamijeni s:', replaceWith : 'Zamijeni s:',
notFoundMsg : 'Traženi tekst nije pronađen.', notFoundMsg : 'Traženi tekst nije pronađen.',
findOptions : 'Find Options', // MISSING findOptions : 'Opcije traženja',
matchCase : 'Usporedi mala/velika slova', matchCase : 'Usporedi mala/velika slova',
matchWord : 'Usporedi cijele riječi', matchWord : 'Usporedi cijele riječi',
matchCyclic : 'Usporedi kružno', matchCyclic : 'Usporedi kružno',
@ -262,7 +263,7 @@ CKEDITOR.lang['hr'] =
border : 'Veličina okvira', border : 'Veličina okvira',
widthPx : 'piksela', widthPx : 'piksela',
widthPc : 'postotaka', widthPc : 'postotaka',
widthUnit : 'width unit', // MISSING widthUnit : 'jedinica širine',
cellSpace : 'Prostornost ćelija', cellSpace : 'Prostornost ćelija',
cellPad : 'Razmak ćelija', cellPad : 'Razmak ćelija',
caption : 'Naslov', caption : 'Naslov',
@ -309,7 +310,7 @@ CKEDITOR.lang['hr'] =
invalidHeight : 'Visina ćelije mora biti broj.', invalidHeight : 'Visina ćelije mora biti broj.',
invalidRowSpan : 'Rows span mora biti cijeli broj.', invalidRowSpan : 'Rows span mora biti cijeli broj.',
invalidColSpan : 'Columns span mora biti cijeli broj.', invalidColSpan : 'Columns span mora biti cijeli broj.',
chooseColor : 'Choose' // MISSING chooseColor : 'Odaberi'
}, },
row : row :
@ -427,10 +428,10 @@ CKEDITOR.lang['hr'] =
linkTab : 'Link', linkTab : 'Link',
button2Img : 'Želite li promijeniti odabrani gumb u jednostavnu sliku?', button2Img : 'Želite li promijeniti odabrani gumb u jednostavnu sliku?',
img2Button : 'Želite li promijeniti odabranu sliku u gumb?', img2Button : 'Želite li promijeniti odabranu sliku u gumb?',
urlMissing : 'Image source URL is missing.', // MISSING urlMissing : 'Nedostaje URL slike.',
validateBorder : 'Border must be a whole number.', // MISSING validateBorder : 'Okvir mora biti cijeli broj.',
validateHSpace : 'HSpace must be a whole number.', // MISSING validateHSpace : 'HSpace mora biti cijeli broj',
validateVSpace : 'VSpace must be a whole number.' // MISSING validateVSpace : 'VSpace mora biti cijeli broj.'
}, },
// Flash Dialog // Flash Dialog
@ -502,12 +503,12 @@ CKEDITOR.lang['hr'] =
{ {
toolbar : 'Smješko', toolbar : 'Smješko',
title : 'Ubaci smješka', title : 'Ubaci smješka',
options : 'Smiley Options' // MISSING options : 'Opcije smješka'
}, },
elementsPath : elementsPath :
{ {
eleLabel : 'Elements path', // MISSING eleLabel : 'Putanja elemenata',
eleTitle : '%1 element' eleTitle : '%1 element'
}, },
@ -533,7 +534,7 @@ CKEDITOR.lang['hr'] =
copyError : 'Sigurnosne postavke Vašeg pretraživača ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tipkovnici (Ctrl/Cmd+C).', 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>.', 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.', 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 pasteArea : 'Prostor za ljepljenje'
}, },
pastefromword : pastefromword :
@ -541,7 +542,7 @@ CKEDITOR.lang['hr'] =
confirmCleanup : 'Tekst koji želite zalijepiti čini se da je kopiran iz Worda. Želite li prije očistiti tekst?', confirmCleanup : 'Tekst koji želite zalijepiti čini se da je kopiran iz Worda. Želite li prije očistiti tekst?',
toolbar : 'Zalijepi iz Worda', toolbar : 'Zalijepi iz Worda',
title : 'Zalijepi iz Worda', title : 'Zalijepi iz Worda',
error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING error : 'Nije moguće očistiti podatke za ljepljenje zbog interne greške'
}, },
pasteText : pasteText :
@ -554,7 +555,7 @@ CKEDITOR.lang['hr'] =
{ {
button : 'Predlošci', button : 'Predlošci',
title : 'Predlošci sadržaja', title : 'Predlošci sadržaja',
options : 'Template Options', // MISSING options : 'Opcije predložaka',
insertOption : 'Zamijeni trenutne sadržaje', insertOption : 'Zamijeni trenutne sadržaje',
selectPromptMsg : 'Molimo odaberite predložak koji želite otvoriti<br>(stvarni sadržaj će biti izgubljen):', selectPromptMsg : 'Molimo odaberite predložak koji želite otvoriti<br>(stvarni sadržaj će biti izgubljen):',
emptyListMsg : '(Nema definiranih predložaka)' emptyListMsg : '(Nema definiranih predložaka)'
@ -565,7 +566,7 @@ CKEDITOR.lang['hr'] =
stylesCombo : stylesCombo :
{ {
label : 'Stil', label : 'Stil',
panelTitle : 'Formatting Styles', // MISSING panelTitle : 'Stilovi formatiranja',
panelTitle1 : 'Block stilovi', panelTitle1 : 'Block stilovi',
panelTitle2 : 'Inline stilovi', panelTitle2 : 'Inline stilovi',
panelTitle3 : 'Object stilovi' panelTitle3 : 'Object stilovi'
@ -590,28 +591,28 @@ CKEDITOR.lang['hr'] =
div : div :
{ {
title : 'Create Div Container', // MISSING title : 'Napravi DIV kontejner',
toolbar : 'Create Div Container', // MISSING toolbar : 'Napravi DIV kontejner',
cssClassInputLabel : 'Stylesheet Classes', // MISSING cssClassInputLabel : 'Klase stilova',
styleSelectLabel : 'Style', // MISSING styleSelectLabel : 'Stil',
IdInputLabel : 'Id', // MISSING IdInputLabel : 'Id',
languageCodeInputLabel : ' Language Code', // MISSING languageCodeInputLabel : 'Jezični kod',
inlineStyleInputLabel : 'Inline Style', // MISSING inlineStyleInputLabel : 'Stil u liniji',
advisoryTitleInputLabel : 'Advisory Title', // MISSING advisoryTitleInputLabel : 'Savjetodavni naslov',
langDirLabel : 'Language Direction', // MISSING langDirLabel : 'Smjer jezika',
langDirLTRLabel : 'Left to Right (LTR)', // MISSING langDirLTRLabel : 'S lijeva na desno (LTR)',
langDirRTLLabel : 'Right to Left (RTL)', // MISSING langDirRTLLabel : 'S desna na lijevo (RTL)',
edit : 'Edit Div', // MISSING edit : 'Uredi DIV',
remove : 'Remove Div' // MISSING remove : 'Ukloni DIV'
}, },
iframe : iframe :
{ {
title : 'IFrame Properties', // MISSING title : 'IFrame svojstva',
toolbar : 'IFrame', // MISSING toolbar : 'IFrame',
noUrl : 'Please type the iframe URL', // MISSING noUrl : 'Unesite URL iframe-a',
scrolling : 'Enable scrollbars', // MISSING scrolling : 'Omogući trake za skrolanje',
border : 'Show frame border' // MISSING border : 'Prikaži okvir IFrame-a'
}, },
font : font :
@ -632,59 +633,59 @@ CKEDITOR.lang['hr'] =
{ {
textColorTitle : 'Boja teksta', textColorTitle : 'Boja teksta',
bgColorTitle : 'Boja pozadine', bgColorTitle : 'Boja pozadine',
panelTitle : 'Colors', // MISSING panelTitle : 'Boje',
auto : 'Automatski', auto : 'Automatski',
more : 'Više boja...' more : 'Više boja...'
}, },
colors : colors :
{ {
'000' : 'Black', // MISSING '000' : 'Crna',
'800000' : 'Maroon', // MISSING '800000' : 'Kesten',
'8B4513' : 'Saddle Brown', // MISSING '8B4513' : 'Smeđa',
'2F4F4F' : 'Dark Slate Gray', // MISSING '2F4F4F' : 'Tamno siva',
'008080' : 'Teal', // MISSING '008080' : 'Teal',
'000080' : 'Navy', // MISSING '000080' : 'Mornarska',
'4B0082' : 'Indigo', // MISSING '4B0082' : 'Indigo',
'696969' : 'Dark Gray', // MISSING '696969' : 'Tamno siva',
'B22222' : 'Fire Brick', // MISSING 'B22222' : 'Vatrena cigla',
'A52A2A' : 'Brown', // MISSING 'A52A2A' : 'Smeđa',
'DAA520' : 'Golden Rod', // MISSING 'DAA520' : 'Zlatna',
'006400' : 'Dark Green', // MISSING '006400' : 'Tamno zelena',
'40E0D0' : 'Turquoise', // MISSING '40E0D0' : 'Tirkizna',
'0000CD' : 'Medium Blue', // MISSING '0000CD' : 'Srednje plava',
'800080' : 'Purple', // MISSING '800080' : 'Ljubičasta',
'808080' : 'Gray', // MISSING '808080' : 'Siva',
'F00' : 'Red', // MISSING 'F00' : 'Crvena',
'FF8C00' : 'Dark Orange', // MISSING 'FF8C00' : 'Tamno naranđasta',
'FFD700' : 'Gold', // MISSING 'FFD700' : 'Zlatna',
'008000' : 'Green', // MISSING '008000' : 'Zelena',
'0FF' : 'Cyan', // MISSING '0FF' : 'Cijan',
'00F' : 'Blue', // MISSING '00F' : 'Plava',
'EE82EE' : 'Violet', // MISSING 'EE82EE' : 'Ljubičasta',
'A9A9A9' : 'Dim Gray', // MISSING 'A9A9A9' : 'Mutno siva',
'FFA07A' : 'Light Salmon', // MISSING 'FFA07A' : 'Svijetli losos',
'FFA500' : 'Orange', // MISSING 'FFA500' : 'Naranđasto',
'FFFF00' : 'Yellow', // MISSING 'FFFF00' : 'Žuto',
'00FF00' : 'Lime', // MISSING '00FF00' : 'Limun',
'AFEEEE' : 'Pale Turquoise', // MISSING 'AFEEEE' : 'Blijedo tirkizna',
'ADD8E6' : 'Light Blue', // MISSING 'ADD8E6' : 'Svijetlo plava',
'DDA0DD' : 'Plum', // MISSING 'DDA0DD' : 'Šljiva',
'D3D3D3' : 'Light Grey', // MISSING 'D3D3D3' : 'Svijetlo siva',
'FFF0F5' : 'Lavender Blush', // MISSING 'FFF0F5' : 'Lavanda rumeno',
'FAEBD7' : 'Antique White', // MISSING 'FAEBD7' : 'Antikno bijela',
'FFFFE0' : 'Light Yellow', // MISSING 'FFFFE0' : 'Svijetlo žuta',
'F0FFF0' : 'Honeydew', // MISSING 'F0FFF0' : 'Med',
'F0FFFF' : 'Azure', // MISSING 'F0FFFF' : 'Azurna',
'F0F8FF' : 'Alice Blue', // MISSING 'F0F8FF' : 'Alice plava',
'E6E6FA' : 'Lavender', // MISSING 'E6E6FA' : 'Lavanda',
'FFF' : 'White' // MISSING 'FFF' : 'Bijela'
}, },
scayt : scayt :
{ {
title : 'Provjeri pravopis tijekom tipkanja (SCAYT)', title : 'Provjeri pravopis tijekom tipkanja (SCAYT)',
opera_title : 'Not supported by Opera', // MISSING opera_title : 'Nije podržano u Operi',
enable : 'Omogući SCAYT', enable : 'Omogući SCAYT',
disable : 'Onemogući SCAYT', disable : 'Onemogući SCAYT',
about : 'O SCAYT', about : 'O SCAYT',
@ -698,20 +699,20 @@ CKEDITOR.lang['hr'] =
emptyDic : 'Naziv rječnika ne smije biti prazno.', emptyDic : 'Naziv rječnika ne smije biti prazno.',
optionsTab : 'Opcije', optionsTab : 'Opcije',
allCaps : 'Ignore All-Caps Words', // MISSING allCaps : 'Ignoriraj riječi s velikim slovima',
ignoreDomainNames : 'Ignore Domain Names', // MISSING ignoreDomainNames : 'Ignoriraj nazive domena',
mixedCase : 'Ignore Words with Mixed Case', // MISSING mixedCase : 'Ignoriraj riječi s miješanim slovima',
mixedWithDigits : 'Ignore Words with Numbers', // MISSING mixedWithDigits : 'Ignoriraj riječi s brojevima',
languagesTab : 'Jezici', languagesTab : 'Jezici',
dictionariesTab : 'Rječnici', dictionariesTab : 'Rječnici',
dic_field_name : 'Dictionary name', // MISSING dic_field_name : 'Naziv riječnika',
dic_create : 'Create', // MISSING dic_create : 'Napravi',
dic_restore : 'Restore', // MISSING dic_restore : 'Povrati',
dic_delete : 'Delete', // MISSING dic_delete : 'Obriši',
dic_rename : 'Rename', // MISSING dic_rename : 'Promijeni naziv',
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 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.',
aboutTab : 'O SCAYT' aboutTab : 'O SCAYT'
}, },
@ -720,21 +721,21 @@ CKEDITOR.lang['hr'] =
{ {
title : 'O CKEditoru', title : 'O CKEditoru',
dlgTitle : 'O CKEditoru', dlgTitle : 'O CKEditoru',
help : 'Check $1 for help.', // MISSING help : 'Provjeri $1 za pomoć.',
userGuide : 'CKEditor User\'s Guide', // MISSING userGuide : 'Vodič za CKEditor korisnike',
moreInfo : 'Za informacije o licencama posjetite našu web stranicu:', moreInfo : 'Za informacije o licencama posjetite našu web stranicu:',
copy : 'Copyright &copy; $1. All rights reserved.' copy : 'Copyright &copy; $1. All rights reserved.'
}, },
maximize : 'Povećaj', maximize : 'Povećaj',
minimize : 'Minimize', // MISSING minimize : 'Smanji',
fakeobjects : fakeobjects :
{ {
anchor : 'Sidro', anchor : 'Sidro',
flash : 'Flash animacija', flash : 'Flash animacija',
iframe : 'IFrame', // MISSING iframe : 'IFrame',
hiddenfield : 'Hidden Field', // MISSING hiddenfield : 'Sakriveno polje',
unknown : 'Nepoznati objekt' unknown : 'Nepoznati objekt'
}, },
@ -742,49 +743,49 @@ CKEDITOR.lang['hr'] =
colordialog : colordialog :
{ {
title : 'Select color', // MISSING title : 'Odaberi boju',
options : 'Color Options', // MISSING options : 'Opcije boje',
highlight : 'Highlight', // MISSING highlight : 'Istaknuto',
selected : 'Selected Color', // MISSING selected : 'Odabrana boja',
clear : 'Clear' // MISSING clear : 'Očisti'
}, },
toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarCollapse : 'Smanji alatnu traku',
toolbarExpand : 'Expand Toolbar', // MISSING toolbarExpand : 'Proširi alatnu traku',
toolbarGroups : toolbarGroups :
{ {
document : 'Document', // MISSING document : 'Dokument',
clipboard : 'Clipboard/Undo', // MISSING clipboard : 'Međuspremnik/Poništi',
editing : 'Editing', // MISSING editing : 'Uređivanje',
forms : 'Forms', // MISSING forms : 'Forme',
basicstyles : 'Basic Styles', // MISSING basicstyles : 'Osnovni stilovi',
paragraph : 'Paragraph', // MISSING paragraph : 'Paragraf',
links : 'Links', // MISSING links : 'Veze',
insert : 'Insert', // MISSING insert : 'Umetni',
styles : 'Styles', // MISSING styles : 'Stilovi',
colors : 'Colors', // MISSING colors : 'Boje',
tools : 'Tools' // MISSING tools : 'Alatke'
}, },
bidi : bidi :
{ {
ltr : 'Text direction from left to right', // MISSING ltr : 'Smjer teksta s lijeva na desno',
rtl : 'Text direction from right to left' // MISSING rtl : 'Smjer teksta s desna na lijevo'
}, },
docprops : docprops :
{ {
label : 'Svojstva dokumenta', label : 'Svojstva dokumenta',
title : 'Svojstva dokumenta', title : 'Svojstva dokumenta',
design : 'Design', // MISSING design : 'Dizajn',
meta : 'Meta Data', meta : 'Meta Data',
chooseColor : 'Choose', // MISSING chooseColor : 'Odaberi',
other : '<drugi>', other : '<drugi>',
docTitle : 'Naslov stranice', docTitle : 'Naslov stranice',
charset : 'Enkodiranje znakova', charset : 'Enkodiranje znakova',
charsetOther : 'Ostalo enkodiranje znakova', charsetOther : 'Ostalo enkodiranje znakova',
charsetASCII : 'ASCII', // MISSING charsetASCII : 'ASCII',
charsetCE : 'Središnja Europa', charsetCE : 'Središnja Europa',
charsetCT : 'Tradicionalna kineska (Big5)', charsetCT : 'Tradicionalna kineska (Big5)',
charsetCR : 'Ćirilica', charsetCR : 'Ćirilica',
@ -792,7 +793,7 @@ CKEDITOR.lang['hr'] =
charsetJP : 'Japanska', charsetJP : 'Japanska',
charsetKR : 'Koreanska', charsetKR : 'Koreanska',
charsetTR : 'Turska', charsetTR : 'Turska',
charsetUN : 'Unicode (UTF-8)', // MISSING charsetUN : 'Unicode (UTF-8)',
charsetWE : 'Zapadna Europa', charsetWE : 'Zapadna Europa',
docType : 'Zaglavlje vrste dokumenta', docType : 'Zaglavlje vrste dokumenta',
docTypeOther : 'Ostalo zaglavlje vrste dokumenta', docTypeOther : 'Ostalo zaglavlje vrste dokumenta',
@ -810,6 +811,6 @@ CKEDITOR.lang['hr'] =
metaDescription : 'Opis dokumenta', metaDescription : 'Opis dokumenta',
metaAuthor : 'Autor', metaAuthor : 'Autor',
metaCopyright : 'Autorska prava', metaCopyright : 'Autorska prava',
previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING previewHtml : '<p>Ovo je neki <strong>primjer teksta</strong>. Vi koristite <a href="javascript:void(0)">CKEditor</a>.</p>'
} }
}; };

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['hu'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'HTML szerkesztő', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Szerkesztő Eszköztár', toolbars : 'Szerkesztő Eszköztár',

View File

@ -0,0 +1,815 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
/**
* @fileOverview
*/
/**#@+
@type String
@example
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKEDITOR.lang['id'] =
{
/**
* 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', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
editor : 'Rich Text Editor', // MISSING
// Toolbar buttons without dialogs.
source : 'Source', // MISSING
newPage : 'New Page', // MISSING
save : 'Save', // MISSING
preview : 'Preview', // MISSING
cut : 'Cut', // MISSING
copy : 'Copy', // MISSING
paste : 'Paste', // MISSING
print : 'Print', // MISSING
underline : 'Underline', // MISSING
bold : 'Bold', // MISSING
italic : 'Italic', // MISSING
selectAll : 'Select All', // MISSING
removeFormat : 'Remove Format', // MISSING
strike : 'Strike Through', // MISSING
subscript : 'Subscript', // MISSING
superscript : 'Superscript', // MISSING
horizontalrule : 'Insert Horizontal Line', // MISSING
pagebreak : 'Insert Page Break for Printing', // MISSING
pagebreakAlt : 'Page Break', // MISSING
unlink : 'Unlink', // MISSING
undo : 'Undo', // MISSING
redo : 'Redo', // MISSING
// Common messages and labels.
common :
{
browseServer : 'Browse Server', // MISSING
url : 'URL', // MISSING
protocol : 'Protocol', // MISSING
upload : 'Upload', // MISSING
uploadSubmit : 'Send it to the Server', // MISSING
image : 'Image', // MISSING
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 : '<not set>', // MISSING
id : 'Id', // MISSING
name : 'Name', // MISSING
langDir : 'Language Direction', // MISSING
langDirLtr : 'Left to Right (LTR)', // MISSING
langDirRtl : 'Right to Left (RTL)', // MISSING
langCode : 'Language Code', // MISSING
longDescr : 'Long Description URL', // MISSING
cssClass : 'Stylesheet Classes', // MISSING
advisoryTitle : 'Advisory Title', // MISSING
cssStyle : 'Style', // MISSING
ok : 'OK', // MISSING
cancel : 'Cancel', // MISSING
close : 'Close', // MISSING
preview : 'Preview', // MISSING
generalTab : 'General', // MISSING
advancedTab : 'Advanced', // MISSING
validateNumberFailed : 'This value is not a number.', // MISSING
confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
confirmCancel : '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 : 'Width', // MISSING
height : 'Height', // MISSING
align : 'Alignment', // MISSING
alignLeft : 'Left', // MISSING
alignRight : 'Right', // MISSING
alignCenter : 'Center', // MISSING
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
invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
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).', // 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', // MISSING
title : 'Select Special Character', // MISSING
options : 'Special Character Options' // MISSING
},
// Link dialog.
link :
{
toolbar : 'Link', // MISSING
other : '<other>', // MISSING
menu : 'Edit Link', // MISSING
title : 'Link', // MISSING
info : 'Link Info', // MISSING
target : 'Target', // MISSING
upload : 'Upload', // MISSING
advanced : 'Advanced', // MISSING
type : 'Link Type', // MISSING
toUrl : 'URL', // MISSING
toAnchor : 'Link to anchor in the text', // MISSING
toEmail : 'E-mail', // MISSING
targetFrame : '<frame>', // MISSING
targetPopup : '<popup window>', // MISSING
targetFrameName : 'Target Frame Name', // MISSING
targetPopupName : 'Popup Window Name', // MISSING
popupFeatures : 'Popup Window Features', // MISSING
popupResizable : 'Resizable', // MISSING
popupStatusBar : 'Status Bar', // MISSING
popupLocationBar: 'Location Bar', // MISSING
popupToolbar : 'Toolbar', // MISSING
popupMenuBar : 'Menu Bar', // MISSING
popupFullScreen : 'Full Screen (IE)', // MISSING
popupScrollBars : 'Scroll Bars', // MISSING
popupDependent : 'Dependent (Netscape)', // MISSING
popupLeft : 'Left Position', // MISSING
popupTop : 'Top Position', // MISSING
id : 'Id', // MISSING
langDir : 'Language Direction', // MISSING
langDirLTR : 'Left to Right (LTR)', // MISSING
langDirRTL : 'Right to Left (RTL)', // MISSING
acccessKey : 'Access Key', // MISSING
name : 'Name', // MISSING
langCode : 'Language Code', // MISSING
tabIndex : 'Tab Index', // MISSING
advisoryTitle : 'Advisory Title', // MISSING
advisoryContentType : 'Advisory Content Type', // MISSING
cssClasses : 'Stylesheet Classes', // MISSING
charset : 'Linked Resource Charset', // MISSING
styles : 'Style', // MISSING
rel : 'Relationship', // MISSING
selectAnchor : 'Select an Anchor', // MISSING
anchorName : 'By Anchor Name', // MISSING
anchorId : 'By Element Id', // MISSING
emailAddress : 'E-Mail Address', // MISSING
emailSubject : 'Message Subject', // MISSING
emailBody : 'Message Body', // MISSING
noAnchors : '(No anchors available in the document)', // MISSING
noUrl : 'Please type the link URL', // MISSING
noEmail : 'Please type the e-mail address' // MISSING
},
// 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 : 'Find', // MISSING
replace : 'Replace', // MISSING
findWhat : 'Find what:', // MISSING
replaceWith : 'Replace with:', // MISSING
notFoundMsg : 'The specified text was not found.', // MISSING
findOptions : 'Find Options', // MISSING
matchCase : 'Match case', // MISSING
matchWord : 'Match whole word', // MISSING
matchCyclic : 'Match cyclic', // MISSING
replaceAll : 'Replace All', // MISSING
replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING
},
// Table Dialog
table :
{
toolbar : 'Table', // MISSING
title : 'Table Properties', // MISSING
menu : 'Table Properties', // MISSING
deleteTable : 'Delete Table', // MISSING
rows : 'Rows', // MISSING
columns : 'Columns', // MISSING
border : 'Border size', // MISSING
widthPx : 'pixels', // MISSING
widthPc : 'percent', // MISSING
widthUnit : 'width unit', // MISSING
cellSpace : 'Cell spacing', // MISSING
cellPad : 'Cell padding', // MISSING
caption : 'Caption', // MISSING
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 : 'Delete Cells', // MISSING
merge : 'Merge Cells', // MISSING
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 : 'Delete Rows' // MISSING
},
column :
{
menu : 'Column', // MISSING
insertBefore : 'Insert Column Before', // MISSING
insertAfter : 'Insert Column After', // MISSING
deleteColumn : 'Delete Columns' // MISSING
}
},
// 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 : 'Image Properties', // MISSING
titleButton : 'Image Button Properties', // MISSING
menu : 'Image Properties', // MISSING
infoTab : 'Image Info', // MISSING
btnUpload : 'Send it to the Server', // MISSING
upload : 'Upload', // MISSING
alt : 'Alternative Text', // MISSING
lockRatio : 'Lock Ratio', // MISSING
resetSize : 'Reset Size', // MISSING
border : 'Border', // MISSING
hSpace : 'HSpace', // MISSING
vSpace : 'VSpace', // MISSING
alertUrl : 'Please type the image URL', // MISSING
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 Bottom', // MISSING
alignAbsMiddle : 'Abs Middle', // MISSING
alignBaseline : 'Baseline', // MISSING
alignTextTop : 'Text Top', // MISSING
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 : 'Background color', // MISSING
hSpace : 'HSpace', // MISSING
vSpace : 'VSpace', // MISSING
validateSrc : 'URL must not be empty.', // MISSING
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 : 'Smiley', // MISSING
title : 'Insert a Smiley', // MISSING
options : 'Smiley Options' // MISSING
},
elementsPath :
{
eleLabel : 'Elements path', // MISSING
eleTitle : '%1 element' // MISSING
},
numberedlist : 'Insert/Remove Numbered List', // MISSING
bulletedlist : 'Insert/Remove Bulleted List', // MISSING
indent : 'Increase Indent', // MISSING
outdent : 'Decrease Indent', // MISSING
justify :
{
left : 'Align Left', // MISSING
center : 'Center', // MISSING
right : 'Align Right', // MISSING
block : 'Justify' // MISSING
},
blockquote : 'Block Quote', // MISSING
clipboard :
{
title : 'Paste', // MISSING
cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', // MISSING
copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', // MISSING
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 : 'Paste from Word', // MISSING
title : 'Paste from Word', // MISSING
error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
},
pasteText :
{
button : 'Paste as plain text', // MISSING
title : 'Paste as Plain Text' // MISSING
},
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 : 'Styles', // MISSING
panelTitle : 'Formatting Styles', // MISSING
panelTitle1 : 'Block Styles', // MISSING
panelTitle2 : 'Inline Styles', // MISSING
panelTitle3 : 'Object Styles' // MISSING
},
format :
{
label : 'Format', // MISSING
panelTitle : 'Paragraph Format', // MISSING
tag_p : 'Normal', // MISSING
tag_pre : 'Formatted', // MISSING
tag_address : 'Address', // MISSING
tag_h1 : 'Heading 1', // MISSING
tag_h2 : 'Heading 2', // MISSING
tag_h3 : 'Heading 3', // MISSING
tag_h4 : 'Heading 4', // MISSING
tag_h5 : 'Heading 5', // MISSING
tag_h6 : 'Heading 6', // MISSING
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', // MISSING
voiceLabel : 'Font', // MISSING
panelTitle : 'Font Name' // MISSING
},
fontSize :
{
label : 'Size', // MISSING
voiceLabel : 'Font Size', // MISSING
panelTitle : 'Font Size' // MISSING
},
colorButton :
{
textColorTitle : 'Text Color', // MISSING
bgColorTitle : 'Background Color', // MISSING
panelTitle : 'Colors', // MISSING
auto : 'Automatic', // MISSING
more : 'More Colors...' // MISSING
},
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 &copy; $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
}
};

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['is'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['it'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, premere ALT 0 per l\'help in linea.', editorTitle : 'Editor di testo Rich Text, %1',
editorHelp : 'Premi ALT 0 per aiuto',
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbar', toolbars : 'Editor toolbar',
@ -123,8 +124,8 @@ CKEDITOR.lang['it'] =
invalidWidth : 'La Larghezza 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).', 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 %).', 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 : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING 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 : '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).', // MISSING 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).',
// Put the voice-only part of the label in the span. // Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, non disponibile</span>' unavailable : '%1<span class="cke_accessibility">, non disponibile</span>'
@ -242,7 +243,7 @@ CKEDITOR.lang['it'] =
findWhat : 'Trova:', findWhat : 'Trova:',
replaceWith : 'Sostituisci con:', replaceWith : 'Sostituisci con:',
notFoundMsg : 'L\'elemento cercato non è stato trovato.', notFoundMsg : 'L\'elemento cercato non è stato trovato.',
findOptions : 'Find Options', // MISSING findOptions : 'Opzioni di ricerca',
matchCase : 'Maiuscole/minuscole', matchCase : 'Maiuscole/minuscole',
matchWord : 'Solo parole intere', matchWord : 'Solo parole intere',
matchCyclic : 'Ricerca ciclica', matchCyclic : 'Ricerca ciclica',

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['ja'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'リッチテキストエディタ, %1, ヘルプは ALT 0 を押してください', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['ka'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'ტექსტის რედაქტორი, %1, დააჭირეთ ALT 0-ს დახმარების მისაღებად.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['km'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['ko'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['lt'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Pilnas redaktorius, %1, spauskite ALT 0 dėl pagalbos.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Redaktoriaus įrankiai', toolbars : 'Redaktoriaus įrankiai',

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['lv'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -0,0 +1,815 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
/**
* @fileOverview
*/
/**#@+
@type String
@example
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKEDITOR.lang['mk'] =
{
/**
* 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', // MISSING
/*
* 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', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
editor : 'Rich Text Editor', // MISSING
// Toolbar buttons without dialogs.
source : 'Source', // MISSING
newPage : 'New Page', // MISSING
save : 'Save', // MISSING
preview : 'Preview', // MISSING
cut : 'Cut', // MISSING
copy : 'Copy', // MISSING
paste : 'Paste', // MISSING
print : 'Print', // MISSING
underline : 'Underline', // MISSING
bold : 'Bold', // MISSING
italic : 'Italic', // MISSING
selectAll : 'Select All', // MISSING
removeFormat : 'Remove Format', // MISSING
strike : 'Strike Through', // MISSING
subscript : 'Subscript', // MISSING
superscript : 'Superscript', // MISSING
horizontalrule : 'Insert Horizontal Line', // MISSING
pagebreak : 'Insert Page Break for Printing', // MISSING
pagebreakAlt : 'Page Break', // MISSING
unlink : 'Unlink', // MISSING
undo : 'Undo', // MISSING
redo : 'Redo', // MISSING
// Common messages and labels.
common :
{
browseServer : 'Browse Server', // MISSING
url : 'URL', // MISSING
protocol : 'Protocol', // MISSING
upload : 'Upload', // MISSING
uploadSubmit : 'Send it to the Server', // MISSING
image : 'Image', // MISSING
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 : '<not set>', // MISSING
id : 'Id', // MISSING
name : 'Name', // MISSING
langDir : 'Language Direction', // MISSING
langDirLtr : 'Left to Right (LTR)', // MISSING
langDirRtl : 'Right to Left (RTL)', // MISSING
langCode : 'Language Code', // MISSING
longDescr : 'Long Description URL', // MISSING
cssClass : 'Stylesheet Classes', // MISSING
advisoryTitle : 'Advisory Title', // MISSING
cssStyle : 'Style', // MISSING
ok : 'OK', // MISSING
cancel : 'Cancel', // MISSING
close : 'Close', // MISSING
preview : 'Preview', // MISSING
generalTab : 'General', // MISSING
advancedTab : 'Advanced', // MISSING
validateNumberFailed : 'This value is not a number.', // MISSING
confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
confirmCancel : '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 : 'Width', // MISSING
height : 'Height', // MISSING
align : 'Alignment', // MISSING
alignLeft : 'Left', // MISSING
alignRight : 'Right', // MISSING
alignCenter : 'Center', // MISSING
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
invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
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).', // 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', // MISSING
title : 'Select Special Character', // MISSING
options : 'Special Character Options' // MISSING
},
// Link dialog.
link :
{
toolbar : 'Link', // MISSING
other : '<other>', // MISSING
menu : 'Edit Link', // MISSING
title : 'Link', // MISSING
info : 'Link Info', // MISSING
target : 'Target', // MISSING
upload : 'Upload', // MISSING
advanced : 'Advanced', // MISSING
type : 'Link Type', // MISSING
toUrl : 'URL', // MISSING
toAnchor : 'Link to anchor in the text', // MISSING
toEmail : 'E-mail', // MISSING
targetFrame : '<frame>', // MISSING
targetPopup : '<popup window>', // MISSING
targetFrameName : 'Target Frame Name', // MISSING
targetPopupName : 'Popup Window Name', // MISSING
popupFeatures : 'Popup Window Features', // MISSING
popupResizable : 'Resizable', // MISSING
popupStatusBar : 'Status Bar', // MISSING
popupLocationBar: 'Location Bar', // MISSING
popupToolbar : 'Toolbar', // MISSING
popupMenuBar : 'Menu Bar', // MISSING
popupFullScreen : 'Full Screen (IE)', // MISSING
popupScrollBars : 'Scroll Bars', // MISSING
popupDependent : 'Dependent (Netscape)', // MISSING
popupLeft : 'Left Position', // MISSING
popupTop : 'Top Position', // MISSING
id : 'Id', // MISSING
langDir : 'Language Direction', // MISSING
langDirLTR : 'Left to Right (LTR)', // MISSING
langDirRTL : 'Right to Left (RTL)', // MISSING
acccessKey : 'Access Key', // MISSING
name : 'Name', // MISSING
langCode : 'Language Code', // MISSING
tabIndex : 'Tab Index', // MISSING
advisoryTitle : 'Advisory Title', // MISSING
advisoryContentType : 'Advisory Content Type', // MISSING
cssClasses : 'Stylesheet Classes', // MISSING
charset : 'Linked Resource Charset', // MISSING
styles : 'Style', // MISSING
rel : 'Relationship', // MISSING
selectAnchor : 'Select an Anchor', // MISSING
anchorName : 'By Anchor Name', // MISSING
anchorId : 'By Element Id', // MISSING
emailAddress : 'E-Mail Address', // MISSING
emailSubject : 'Message Subject', // MISSING
emailBody : 'Message Body', // MISSING
noAnchors : '(No anchors available in the document)', // MISSING
noUrl : 'Please type the link URL', // MISSING
noEmail : 'Please type the e-mail address' // MISSING
},
// 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 : 'Find', // MISSING
replace : 'Replace', // MISSING
findWhat : 'Find what:', // MISSING
replaceWith : 'Replace with:', // MISSING
notFoundMsg : 'The specified text was not found.', // MISSING
findOptions : 'Find Options', // MISSING
matchCase : 'Match case', // MISSING
matchWord : 'Match whole word', // MISSING
matchCyclic : 'Match cyclic', // MISSING
replaceAll : 'Replace All', // MISSING
replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING
},
// Table Dialog
table :
{
toolbar : 'Table', // MISSING
title : 'Table Properties', // MISSING
menu : 'Table Properties', // MISSING
deleteTable : 'Delete Table', // MISSING
rows : 'Rows', // MISSING
columns : 'Columns', // MISSING
border : 'Border size', // MISSING
widthPx : 'pixels', // MISSING
widthPc : 'percent', // MISSING
widthUnit : 'width unit', // MISSING
cellSpace : 'Cell spacing', // MISSING
cellPad : 'Cell padding', // MISSING
caption : 'Caption', // MISSING
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 : 'Delete Cells', // MISSING
merge : 'Merge Cells', // MISSING
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 : 'Delete Rows' // MISSING
},
column :
{
menu : 'Column', // MISSING
insertBefore : 'Insert Column Before', // MISSING
insertAfter : 'Insert Column After', // MISSING
deleteColumn : 'Delete Columns' // MISSING
}
},
// 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 : 'Image Properties', // MISSING
titleButton : 'Image Button Properties', // MISSING
menu : 'Image Properties', // MISSING
infoTab : 'Image Info', // MISSING
btnUpload : 'Send it to the Server', // MISSING
upload : 'Upload', // MISSING
alt : 'Alternative Text', // MISSING
lockRatio : 'Lock Ratio', // MISSING
resetSize : 'Reset Size', // MISSING
border : 'Border', // MISSING
hSpace : 'HSpace', // MISSING
vSpace : 'VSpace', // MISSING
alertUrl : 'Please type the image URL', // MISSING
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 Bottom', // MISSING
alignAbsMiddle : 'Abs Middle', // MISSING
alignBaseline : 'Baseline', // MISSING
alignTextTop : 'Text Top', // MISSING
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 : 'Background color', // MISSING
hSpace : 'HSpace', // MISSING
vSpace : 'VSpace', // MISSING
validateSrc : 'URL must not be empty.', // MISSING
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 : 'Smiley', // MISSING
title : 'Insert a Smiley', // MISSING
options : 'Smiley Options' // MISSING
},
elementsPath :
{
eleLabel : 'Elements path', // MISSING
eleTitle : '%1 element' // MISSING
},
numberedlist : 'Insert/Remove Numbered List', // MISSING
bulletedlist : 'Insert/Remove Bulleted List', // MISSING
indent : 'Increase Indent', // MISSING
outdent : 'Decrease Indent', // MISSING
justify :
{
left : 'Align Left', // MISSING
center : 'Center', // MISSING
right : 'Align Right', // MISSING
block : 'Justify' // MISSING
},
blockquote : 'Block Quote', // MISSING
clipboard :
{
title : 'Paste', // MISSING
cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', // MISSING
copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', // MISSING
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 : 'Paste from Word', // MISSING
title : 'Paste from Word', // MISSING
error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
},
pasteText :
{
button : 'Paste as plain text', // MISSING
title : 'Paste as Plain Text' // MISSING
},
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 : 'Styles', // MISSING
panelTitle : 'Formatting Styles', // MISSING
panelTitle1 : 'Block Styles', // MISSING
panelTitle2 : 'Inline Styles', // MISSING
panelTitle3 : 'Object Styles' // MISSING
},
format :
{
label : 'Format', // MISSING
panelTitle : 'Paragraph Format', // MISSING
tag_p : 'Normal', // MISSING
tag_pre : 'Formatted', // MISSING
tag_address : 'Address', // MISSING
tag_h1 : 'Heading 1', // MISSING
tag_h2 : 'Heading 2', // MISSING
tag_h3 : 'Heading 3', // MISSING
tag_h4 : 'Heading 4', // MISSING
tag_h5 : 'Heading 5', // MISSING
tag_h6 : 'Heading 6', // MISSING
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', // MISSING
voiceLabel : 'Font', // MISSING
panelTitle : 'Font Name' // MISSING
},
fontSize :
{
label : 'Size', // MISSING
voiceLabel : 'Font Size', // MISSING
panelTitle : 'Font Size' // MISSING
},
colorButton :
{
textColorTitle : 'Text Color', // MISSING
bgColorTitle : 'Background Color', // MISSING
panelTitle : 'Colors', // MISSING
auto : 'Automatic', // MISSING
more : 'More Colors...' // MISSING
},
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 &copy; $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
}
};

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['mn'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['ms'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING toolbars : 'Editor toolbars', // MISSING

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['nb'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rikteksteditor, %1, trykk ALT 0 for hjelp.', editorTitle : 'Rikteksteditor, %1',
editorHelp : 'Trykk ALT 0 for hjelp',
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Verktøylinjer for editor', toolbars : 'Verktøylinjer for editor',
@ -124,7 +125,7 @@ CKEDITOR.lang['nb'] =
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).', 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 %).', 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', invalidInlineStyle : 'Verdi angitt for inline stil må bestå av en eller flere sett med formatet "navn : verdi", separert med semikolon',
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).', // MISSING 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).',
// Put the voice-only part of the label in the span. // Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, utilgjenglig</span>' unavailable : '%1<span class="cke_accessibility">, utilgjenglig</span>'
@ -529,8 +530,8 @@ CKEDITOR.lang['nb'] =
clipboard : clipboard :
{ {
title : 'Lim inn', title : 'Lim inn',
cutError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst bruk snareveien (Ctrl/Cmd+X).', cutError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk utklipping av tekst. Vennligst bruk snarveien (Ctrl/Cmd+X).',
copyError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snareveien (Ctrl/Cmd+C).', copyError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snarveien (Ctrl/Cmd+C).',
pasteMsg : 'Vennligst lim inn i følgende boks med tastaturet (<STRONG>Ctrl/Cmd+V</STRONG>) og trykk <STRONG>OK</STRONG>.', 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.', 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' pasteArea : 'Innlimingsområde'

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['nl'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Tekstverwerker, %1, druk op ALT 0 voor hulp.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Werkbalken', toolbars : 'Werkbalken',
@ -48,7 +49,7 @@ CKEDITOR.lang['nl'] =
print : 'Printen', print : 'Printen',
underline : 'Onderstreept', underline : 'Onderstreept',
bold : 'Vet', bold : 'Vet',
italic : 'Schuingedrukt', italic : 'Cursief',
selectAll : 'Alles selecteren', selectAll : 'Alles selecteren',
removeFormat : 'Opmaak verwijderen', removeFormat : 'Opmaak verwijderen',
strike : 'Doorhalen', strike : 'Doorhalen',
@ -81,7 +82,7 @@ CKEDITOR.lang['nl'] =
select : 'Selectieveld', select : 'Selectieveld',
imageButton : 'Afbeeldingsknop', imageButton : 'Afbeeldingsknop',
notSet : '<niet ingevuld>', notSet : '<niet ingevuld>',
id : 'Kenmerk', id : 'Id',
name : 'Naam', name : 'Naam',
langDir : 'Schrijfrichting', langDir : 'Schrijfrichting',
langDirLtr : 'Links naar rechts (LTR)', langDirLtr : 'Links naar rechts (LTR)',
@ -89,7 +90,7 @@ CKEDITOR.lang['nl'] =
langCode : 'Taalcode', langCode : 'Taalcode',
longDescr : 'Lange URL-omschrijving', longDescr : 'Lange URL-omschrijving',
cssClass : 'Stylesheet-klassen', cssClass : 'Stylesheet-klassen',
advisoryTitle : 'Aanbevolen titel', advisoryTitle : 'Adviserende titel',
cssStyle : 'Stijl', cssStyle : 'Stijl',
ok : 'OK', ok : 'OK',
cancel : 'Annuleren', cancel : 'Annuleren',
@ -101,14 +102,14 @@ CKEDITOR.lang['nl'] =
confirmNewPage : 'Alle aangebrachte wijzigingen gaan verloren. Weet u zeker dat u een nieuwe pagina wilt openen?', 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?', confirmCancel : 'Enkele opties zijn gewijzigd. Weet u zeker dat u dit dialoogvenster wilt sluiten?',
options : 'Opties', options : 'Opties',
target : 'Doel', target : 'Doelvenster',
targetNew : 'Nieuw venster (_blank)', targetNew : 'Nieuw venster (_blank)',
targetTop : 'Hele venster (_top)', targetTop : 'Hele venster (_top)',
targetSelf : 'Zelfde venster (_self)', targetSelf : 'Zelfde venster (_self)',
targetParent : 'Origineel venster (_parent)', targetParent : 'Origineel venster (_parent)',
langDirLTR : 'Links naar rechts (LTR)', langDirLTR : 'Links naar rechts (LTR)',
langDirRTL : 'Rechts naar links (RTL)', langDirRTL : 'Rechts naar links (RTL)',
styles : 'Stijlen', styles : 'Stijl',
cssClasses : 'Stylesheet klassen', cssClasses : 'Stylesheet klassen',
width : 'Breedte', width : 'Breedte',
height : 'Hoogte', height : 'Hoogte',
@ -118,7 +119,7 @@ CKEDITOR.lang['nl'] =
alignCenter : 'Centreren', alignCenter : 'Centreren',
alignTop : 'Boven', alignTop : 'Boven',
alignMiddle : 'Midden', alignMiddle : 'Midden',
alignBottom : 'Beneden', alignBottom : 'Onder',
invalidHeight : 'De hoogte moet een getal zijn.', invalidHeight : 'De hoogte moet een getal zijn.',
invalidWidth : 'De breedte 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).', 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).',
@ -132,7 +133,7 @@ CKEDITOR.lang['nl'] =
contextmenu : contextmenu :
{ {
options : 'Context menu opties' options : 'Contextmenu opties'
}, },
// Special char dialog. // Special char dialog.
@ -151,7 +152,7 @@ CKEDITOR.lang['nl'] =
menu : 'Link wijzigen', menu : 'Link wijzigen',
title : 'Link', title : 'Link',
info : 'Linkomschrijving', info : 'Linkomschrijving',
target : 'Doel', target : 'Doelvenster',
upload : 'Upload', upload : 'Upload',
advanced : 'Geavanceerd', advanced : 'Geavanceerd',
type : 'Linktype', type : 'Linktype',
@ -159,14 +160,14 @@ CKEDITOR.lang['nl'] =
toAnchor : 'Interne link in pagina', toAnchor : 'Interne link in pagina',
toEmail : 'E-mail', toEmail : 'E-mail',
targetFrame : '<frame>', targetFrame : '<frame>',
targetPopup : '<popup window>', targetPopup : '<popupvenster>',
targetFrameName : 'Naam doelframe', targetFrameName : 'Naam doelframe',
targetPopupName : 'Naam popupvenster', targetPopupName : 'Naam popupvenster',
popupFeatures : 'Instellingen popupvenster', popupFeatures : 'Instellingen popupvenster',
popupResizable : 'Herschaalbaar', popupResizable : 'Herschaalbaar',
popupStatusBar : 'Statusbalk', popupStatusBar : 'Statusbalk',
popupLocationBar: 'Locatiemenu', popupLocationBar: 'Locatiemenu',
popupToolbar : 'Menubalk', popupToolbar : 'Werkbalk',
popupMenuBar : 'Menubalk', popupMenuBar : 'Menubalk',
popupFullScreen : 'Volledig scherm (IE)', popupFullScreen : 'Volledig scherm (IE)',
popupScrollBars : 'Schuifbalken', popupScrollBars : 'Schuifbalken',
@ -179,9 +180,9 @@ CKEDITOR.lang['nl'] =
langDirRTL : 'Rechts naar links (RTL)', langDirRTL : 'Rechts naar links (RTL)',
acccessKey : 'Toegangstoets', acccessKey : 'Toegangstoets',
name : 'Naam', name : 'Naam',
langCode : 'Schrijfrichting', langCode : 'Taalcode',
tabIndex : 'Tabvolgorde', tabIndex : 'Tabvolgorde',
advisoryTitle : 'Aanbevolen titel', advisoryTitle : 'Adviserende titel',
advisoryContentType : 'Aanbevolen content-type', advisoryContentType : 'Aanbevolen content-type',
cssClasses : 'Stylesheet-klassen', cssClasses : 'Stylesheet-klassen',
charset : 'Karakterset van gelinkte bron', charset : 'Karakterset van gelinkte bron',
@ -216,16 +217,16 @@ CKEDITOR.lang['nl'] =
bulletedTitle : 'Eigenschappen lijst met opsommingstekens', bulletedTitle : 'Eigenschappen lijst met opsommingstekens',
type : 'Type', type : 'Type',
start : 'Start', start : 'Start',
validateStartNumber :'Starnummer van de lijst moet een heel nummer zijn.', validateStartNumber :'Startnummer van de lijst moet een heel nummer zijn.',
circle : 'Cirkel', circle : 'Cirkel',
disc : 'Schijf', disc : 'Schijf',
square : 'Vierkant', square : 'Vierkant',
none : 'Geen', none : 'Geen',
notset : '<niet gezet>', notset : '<niet gezet>',
armenian : 'Armeense numering', armenian : 'Armeense nummering',
georgian : 'Greorgische numering (an, ban, gan, etc.)', georgian : 'Georgische nummering (an, ban, gan, etc.)',
lowerRoman : 'Romeins kleine letters (i, ii, iii, iv, v, etc.)', lowerRoman : 'Romeins kleine letters (i, ii, iii, iv, v, etc.)',
upperRoman : 'Romeins hoofdletters (I, II, III, IV, V, etc.)', upperRoman : 'Romeinse hoofdletters (I, II, III, IV, V, etc.)',
lowerAlpha : 'Kleine letters (a, b, c, d, e, etc.)', lowerAlpha : 'Kleine letters (a, b, c, d, e, etc.)',
upperAlpha : 'Hoofdletters (A, B, C, D, E, etc.)', upperAlpha : 'Hoofdletters (A, B, C, D, E, etc.)',
lowerGreek : 'Grieks kleine letters (alpha, beta, gamma, etc.)', lowerGreek : 'Grieks kleine letters (alpha, beta, gamma, etc.)',
@ -247,7 +248,7 @@ CKEDITOR.lang['nl'] =
matchWord : 'Hele woord moet voorkomen', matchWord : 'Hele woord moet voorkomen',
matchCyclic : 'Doorlopend zoeken', matchCyclic : 'Doorlopend zoeken',
replaceAll : 'Alles vervangen', replaceAll : 'Alles vervangen',
replaceSuccessMsg : '%1 resulaten vervangen.' replaceSuccessMsg : '%1 resultaten vervangen.'
}, },
// Table Dialog // Table Dialog
@ -275,8 +276,8 @@ CKEDITOR.lang['nl'] =
invalidRows : 'Het aantal rijen moet een getal zijn groter dan 0.', invalidRows : 'Het aantal rijen moet een getal zijn groter dan 0.',
invalidCols : 'Het aantal kolommen 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.', invalidBorder : 'De rand breedte moet een getal zijn.',
invalidWidth : 'De tabel breedte moet een getal zijn.', invalidWidth : 'De tabelbreedte moet een getal zijn.',
invalidHeight : 'De tabel hoogte moet een getal zijn.', invalidHeight : 'De tabelhoogte moet een getal zijn.',
invalidCellSpacing : 'Afstand tussen cellen moet een getal zijn.', invalidCellSpacing : 'Afstand tussen cellen moet een getal zijn.',
invalidCellPadding : 'Ruimte in de cel moet een getal zijn.', invalidCellPadding : 'Ruimte in de cel moet een getal zijn.',
@ -470,7 +471,7 @@ CKEDITOR.lang['nl'] =
bgcolor : 'Achtergrondkleur', bgcolor : 'Achtergrondkleur',
hSpace : 'HSpace', hSpace : 'HSpace',
vSpace : 'VSpace', vSpace : 'VSpace',
validateSrc : 'Geef de link van de URL', validateSrc : 'De URL mag niet leeg zijn.',
validateHSpace : 'De HSpace moet een getal zijn.', validateHSpace : 'De HSpace moet een getal zijn.',
validateVSpace : 'De VSpace moet een getal zijn.' validateVSpace : 'De VSpace moet een getal zijn.'
}, },
@ -481,7 +482,7 @@ CKEDITOR.lang['nl'] =
toolbar : 'Spellingscontrole', toolbar : 'Spellingscontrole',
title : 'Spellingscontrole', title : 'Spellingscontrole',
notAvailable : 'Excuses, deze dienst is momenteel niet beschikbaar.', notAvailable : 'Excuses, deze dienst is momenteel niet beschikbaar.',
errorLoading : 'Er is een fout opgetreden bij het laden van de diesnt: %s.', errorLoading : 'Er is een fout opgetreden bij het laden van de dienst: %s.',
notInDic : 'Niet in het woordenboek', notInDic : 'Niet in het woordenboek',
changeTo : 'Wijzig in', changeTo : 'Wijzig in',
btnIgnore : 'Negeren', btnIgnore : 'Negeren',
@ -489,13 +490,13 @@ CKEDITOR.lang['nl'] =
btnReplace : 'Vervangen', btnReplace : 'Vervangen',
btnReplaceAll : 'Alles vervangen', btnReplaceAll : 'Alles vervangen',
btnUndo : 'Ongedaan maken', btnUndo : 'Ongedaan maken',
noSuggestions : '-Geen suggesties-', noSuggestions : '- Geen suggesties -',
progress : 'Bezig met spellingscontrole...', progress : 'Bezig met spellingscontrole...',
noMispell : 'Klaar met spellingscontrole: geen fouten gevonden', noMispell : 'Klaar met spellingscontrole: geen fouten gevonden',
noChanges : 'Klaar met spellingscontrole: geen woorden aangepast', noChanges : 'Klaar met spellingscontrole: geen woorden aangepast',
oneChange : 'Klaar met spellingscontrole: één woord aangepast', oneChange : 'Klaar met spellingscontrole: één woord aangepast',
manyChanges : 'Klaar met spellingscontrole: %1 woorden aangepast', manyChanges : 'Klaar met spellingscontrole: %1 woorden aangepast',
ieSpellDownload : 'De spellingscontrole niet geïnstalleerd. Wilt u deze nu downloaden?' ieSpellDownload : 'De spellingscontrole is niet geïnstalleerd. Wilt u deze nu downloaden?'
}, },
smiley : smiley :
@ -513,8 +514,8 @@ CKEDITOR.lang['nl'] =
numberedlist : 'Genummerde lijst', numberedlist : 'Genummerde lijst',
bulletedlist : 'Opsomming', bulletedlist : 'Opsomming',
indent : 'Inspringen vergroten', indent : 'Inspringing vergroten',
outdent : 'Inspringen verkleinen', outdent : 'Inspringing verkleinen',
justify : justify :
{ {
@ -531,7 +532,7 @@ CKEDITOR.lang['nl'] =
title : 'Plakken', title : 'Plakken',
cutError : 'De beveiligingsinstelling van de browser verhinderen het automatisch knippen. Gebruik de sneltoets Ctrl/Cmd+X van het toetsenbord.', 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.', 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>.', 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.', 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' pasteArea : 'Plakgebied'
}, },
@ -553,7 +554,7 @@ CKEDITOR.lang['nl'] =
templates : templates :
{ {
button : 'Sjablonen', button : 'Sjablonen',
title : 'Inhoud sjabonen', title : 'Inhoud sjablonen',
options : 'Template opties', options : 'Template opties',
insertOption : 'Vervang de huidige inhoud', insertOption : 'Vervang de huidige inhoud',
selectPromptMsg : 'Selecteer het sjabloon dat in de editor geopend moet worden (de actuele inhoud gaat verloren):', selectPromptMsg : 'Selecteer het sjabloon dat in de editor geopend moet worden (de actuele inhoud gaat verloren):',
@ -567,7 +568,7 @@ CKEDITOR.lang['nl'] =
label : 'Stijl', label : 'Stijl',
panelTitle : 'Opmaakstijlen', panelTitle : 'Opmaakstijlen',
panelTitle1 : 'Blok stijlen', panelTitle1 : 'Blok stijlen',
panelTitle2 : 'In-line stijlen', panelTitle2 : 'Inline stijlen',
panelTitle3 : 'Object stijlen' panelTitle3 : 'Object stijlen'
}, },
@ -597,7 +598,7 @@ CKEDITOR.lang['nl'] =
IdInputLabel : 'Id', IdInputLabel : 'Id',
languageCodeInputLabel : ' Taalcode', languageCodeInputLabel : ' Taalcode',
inlineStyleInputLabel : 'Inline stijl', inlineStyleInputLabel : 'Inline stijl',
advisoryTitleInputLabel : 'informatieve titel', advisoryTitleInputLabel : 'Adviserende titel',
langDirLabel : 'Schrijfrichting', langDirLabel : 'Schrijfrichting',
langDirLTRLabel : 'Links naar rechts (LTR)', langDirLTRLabel : 'Links naar rechts (LTR)',
langDirRTLLabel : 'Rechts naar links (RTL)', langDirRTLLabel : 'Rechts naar links (RTL)',
@ -720,7 +721,7 @@ CKEDITOR.lang['nl'] =
{ {
title : 'Over CKEditor', title : 'Over CKEditor',
dlgTitle : 'Over CKEditor', dlgTitle : 'Over CKEditor',
help : 'Bekijk $1 voor hulp.', help : 'Bekijk de $1 voor hulp.',
userGuide : 'CKEditor gebruiksaanwijzing', userGuide : 'CKEditor gebruiksaanwijzing',
moreInfo : 'Voor licentie informatie, bezoek onze website:', moreInfo : 'Voor licentie informatie, bezoek onze website:',
copy : 'Copyright &copy; $1. Alle rechten voorbehouden.' copy : 'Copyright &copy; $1. Alle rechten voorbehouden.'
@ -731,7 +732,7 @@ CKEDITOR.lang['nl'] =
fakeobjects : fakeobjects :
{ {
anchor : 'Anker', anchor : 'Interne link',
flash : 'Flash animatie', flash : 'Flash animatie',
iframe : 'IFrame', iframe : 'IFrame',
hiddenfield : 'Verborgen veld', hiddenfield : 'Verborgen veld',
@ -745,7 +746,7 @@ CKEDITOR.lang['nl'] =
title : 'Selecteer kleur', title : 'Selecteer kleur',
options : 'Kleuropties', options : 'Kleuropties',
highlight : 'Actief', highlight : 'Actief',
selected : 'Geselecteerd', selected : 'Geselecteerde kleur',
clear : 'Wissen' clear : 'Wissen'
}, },
@ -779,14 +780,14 @@ CKEDITOR.lang['nl'] =
title : 'Documenteigenschappen', title : 'Documenteigenschappen',
design : 'Ontwerp', design : 'Ontwerp',
meta : 'Meta tags', meta : 'Meta tags',
chooseColor : 'Kiezen', chooseColor : 'Kies',
other : 'Anders...', other : 'Anders...',
docTitle : 'Paginatitel', docTitle : 'Paginatitel',
charset : 'Tekencodering', charset : 'Tekencodering',
charsetOther : 'Andere tekencodering', charsetOther : 'Andere tekencodering',
charsetASCII : 'ASCII', charsetASCII : 'ASCII',
charsetCE : 'Centraal Europees', charsetCE : 'Centraal Europees',
charsetCT : 'Tranditioneel Chinees (Big5)', charsetCT : 'Traditioneel Chinees (Big5)',
charsetCR : 'Cyrillisch', charsetCR : 'Cyrillisch',
charsetGR : 'Grieks', charsetGR : 'Grieks',
charsetJP : 'Japans', charsetJP : 'Japans',

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['no'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Rikteksteditor, %1, trykk ALT 0 for hjelp.', editorTitle : 'Rikteksteditor, %1',
editorHelp : 'Trykk ALT 0 for hjelp',
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Verktøylinjer for editor', toolbars : 'Verktøylinjer for editor',
@ -124,7 +125,7 @@ CKEDITOR.lang['no'] =
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).', 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 %).', 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', invalidInlineStyle : 'Verdi angitt for inline stil må bestå av en eller flere sett med formatet "navn : verdi", separert med semikolon',
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).', // MISSING 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).',
// Put the voice-only part of the label in the span. // Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, utilgjenglig</span>' unavailable : '%1<span class="cke_accessibility">, utilgjenglig</span>'
@ -529,8 +530,8 @@ CKEDITOR.lang['no'] =
clipboard : clipboard :
{ {
title : 'Lim inn', title : 'Lim inn',
cutError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst bruk snareveien (Ctrl/Cmd+X).', cutError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk utklipping av tekst. Vennligst bruk snarveien (Ctrl/Cmd+X).',
copyError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snareveien (Ctrl/Cmd+C).', copyError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snarveien (Ctrl/Cmd+C).',
pasteMsg : 'Vennligst lim inn i følgende boks med tastaturet (<STRONG>Ctrl/Cmd+V</STRONG>) og trykk <STRONG>OK</STRONG>.', 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.', 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' pasteArea : 'Innlimingsområde'

View File

@ -1,5 +1,5 @@
/* /*
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 For licensing, see LICENSE.html or http://ckeditor.com/license
*/ */
@ -31,7 +31,8 @@ CKEDITOR.lang['pl'] =
* Screenreader titles. Please note that screenreaders are not always capable * Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it. * of reading non-English words. So be careful while translating it.
*/ */
editorTitle : 'Edytor tekstu sformatowanego, %1, w celu uzyskania pomocy naciśnij ALT 0.', editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions. // ARIA descriptions.
toolbars : 'Paski narzędzi edytora', toolbars : 'Paski narzędzi edytora',
@ -55,7 +56,7 @@ CKEDITOR.lang['pl'] =
subscript : 'Indeks dolny', subscript : 'Indeks dolny',
superscript : 'Indeks górny', superscript : 'Indeks górny',
horizontalrule : 'Wstaw poziomą linię', horizontalrule : 'Wstaw poziomą linię',
pagebreak : 'Wstaw pdodział strony', pagebreak : 'Wstaw podział strony',
pagebreakAlt : 'Wstaw podział strony', pagebreakAlt : 'Wstaw podział strony',
unlink : 'Usuń odnośnik', unlink : 'Usuń odnośnik',
undo : 'Cofnij', undo : 'Cofnij',
@ -302,7 +303,7 @@ CKEDITOR.lang['pl'] =
bgColor : 'Kolor tła', bgColor : 'Kolor tła',
borderColor : 'Kolor obramowania', borderColor : 'Kolor obramowania',
data : 'Dane', data : 'Dane',
header : 'Nagłowek', header : 'Nagłówek',
yes : 'Tak', yes : 'Tak',
no : 'Nie', no : 'Nie',
invalidWidth : 'Szerokość komórki musi być liczbą.', invalidWidth : 'Szerokość komórki musi być liczbą.',

Some files were not shown because too many files have changed in this diff Show More