ckeditor (current) version 3.6.4

This commit is contained in:
Klaus Leithoff 2012-10-15 10:03:09 +00:00
commit c7a38f894c
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">
<!--
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@ -34,6 +34,121 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
<h1>
CKEditor Changelog
</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>
CKEditor 3.6.2</h3>
<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>
</p>
<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.
</p>
</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">
<!--
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
-->
<html 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>
</p>
<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.
</p>
</div>

View File

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

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
*/

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
*/

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
*/
@ -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
// 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
// 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
// for each release and generated by the releaser.
// (Base 36 value of each component of YYMMDDHH - 4 chars total - e.g. 87bm == 08071122)
timestamp : 'B8DJ5M3',
timestamp : 'C6HH5UF',
/**
* Contains the CKEditor version number.
@ -59,7 +59,7 @@ if ( !window.CKEDITOR )
* @example
* alert( CKEDITOR.version ); // e.g. 'CKEditor 3.4.1'
*/
version : '3.6.2',
version : '3.6.4',
/**
* Contains the CKEditor revision number.
@ -69,7 +69,15 @@ if ( !window.CKEDITOR )
* @example
* 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

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
*/

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
*/
@ -49,9 +49,25 @@ CKEDITOR.command = function( editor, commandDefinition )
if ( this.editorFocus ) // Give editor focus if necessary (#4355).
editor.focus();
if ( this.fire( 'exec' ) === true )
return true;
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,
// Defaults
/** @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
*/

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

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
*/

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
*/
@ -8,19 +8,32 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
* 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 )
{
if ( typeof text == 'string' )
text = ( ownerDocument ? ownerDocument.$ : document ).createComment( text );
CKEDITOR.dom.domObject.call( this, comment );
};
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,
@ -28,5 +41,4 @@ CKEDITOR.dom.comment = CKEDITOR.tools.createClass(
{
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
*/

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
*/

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
*/
@ -84,10 +84,10 @@ CKEDITOR.dom.domObject.prototype = (function()
{
var listener = nativeListeners[ eventName ] = getNativeListener( this, eventName );
if ( this.$.attachEvent )
this.$.attachEvent( 'on' + eventName, listener );
else if ( this.$.addEventListener )
if ( this.$.addEventListener )
this.$.addEventListener( eventName, listener, !!CKEDITOR.event.useCapture );
else if ( this.$.attachEvent )
this.$.attachEvent( 'on' + eventName, listener );
}
// Call the original implementation.
@ -107,10 +107,10 @@ CKEDITOR.dom.domObject.prototype = (function()
var listener = nativeListeners && nativeListeners[ eventName ];
if ( listener )
{
if ( this.$.detachEvent )
this.$.detachEvent( 'on' + eventName, listener );
else if ( this.$.removeEventListener )
if ( this.$.removeEventListener )
this.$.removeEventListener( eventName, listener, false );
else if ( this.$.detachEvent )
this.$.detachEvent( 'on' + eventName, listener );
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
*/
@ -466,6 +466,11 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
case 'style':
// IE does not return inline styles via getAttribute(). See #2947.
return this.$.style.cssText;
case 'contenteditable':
case 'contentEditable':
return this.$.attributes.getNamedItem( 'contentEditable' ).specified ?
this.$.getAttribute( 'contentEditable' ) : null;
}
return standard.call( this, name );
@ -580,7 +585,7 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
* in the future.
* @returns {String} The text value.
* @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."
*/
getText : function()
@ -730,7 +735,9 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
if ( this.isReadOnly()
|| this.getComputedStyle( 'display' ) == 'none'
|| 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;
}
@ -1068,6 +1075,8 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
this.$.tabIndex = value;
else if ( name == 'checked' )
this.$.checked = value;
else if ( name == 'contenteditable' )
standard.call( this, 'contentEditable', value );
else
standard.apply( this, arguments );
return this;
@ -1142,6 +1151,8 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
name = 'className';
else if ( name == 'tabindex' )
name = 'tabIndex';
else if ( name == 'contenteditable' )
name = 'contentEditable';
standard.call( this, name );
};
}
@ -1173,9 +1184,9 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
*/
removeStyle : function( name )
{
this.setStyle( name, '' );
if ( this.$.style.removeAttribute )
this.$.style.removeAttribute( CKEDITOR.tools.cssStyleToDomStyle( name ) );
// Removes the specified property from the current style object.
var $ = this.$.style;
$.removeProperty ? $.removeProperty( name ) : $.removeAttribute( CKEDITOR.tools.cssStyleToDomStyle( name ) );
if ( !this.$.style.cssText )
this.removeAttribute( 'style' );
@ -1226,7 +1237,7 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
*/
setOpacity : function( opacity )
{
if ( CKEDITOR.env.ie )
if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 )
{
opacity = Math.round( opacity * 100 );
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 )
{
var element = this.$,
elements = element.getElementsByTagName("*"),
e,
i = 0;
element.unselectable = 'on';
while ( ( e = element.all[ i++ ] ) )
while ( ( e = elements[ i++ ] ) )
{
switch ( e.tagName.toLowerCase() )
{
@ -1396,40 +1408,143 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
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 win = this.getWindow(),
winHeight = win.getViewPaneSize().height;
var parent = this.getParent();
if ( !parent ) return;
// Starts from the offset that will be scrolled with the negative value of
// the visible window height.
var offset = winHeight * -1;
// Append the view pane's height if align to top.
// Append element height if we are aligning to the bottom.
if ( alignTop )
offset += winHeight;
else
// Scroll the element into parent container from the inner out.
do
{
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
// needs investigation if we will be using this function in other places.
offset += parseInt( this.getComputedStyle( 'marginBottom' ) || 0, 10 ) || 0;
if ( overflowed )
this.scrollIntoParent( parent, alignToTop, 1 );
// 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.
var elementPosition = this.getDocumentPosition();
offset += elementPosition.y;
// Figure out the element position relative to the specified window.
function screenPos( element, refWin )
{
var pos = { x: 0, y: 0 };
// offset value might be out of range(nagative), fix it(#3692).
offset = offset < 0 ? 0 : offset;
if ( !( element.is( isQuirks ? 'body' : 'html' ) ) )
{
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 currentScroll = win.getScrollPosition().y;
if ( offset > currentScroll || offset < currentScroll - winHeight )
win.$.scrollTo( 0, offset );
var win = element.getWindow();
if ( !win.equals( refWin ) )
{
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 )

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

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
*/
@ -23,21 +23,13 @@ CKEDITOR.dom.node = function( domNode )
{
if ( domNode )
{
switch ( domNode.nodeType )
{
// Safari don't consider document as element node type. (#3389)
case CKEDITOR.NODE_DOCUMENT :
return new CKEDITOR.dom.document( domNode );
var type = domNode.nodeType == CKEDITOR.NODE_DOCUMENT ? 'document'
: domNode.nodeType == CKEDITOR.NODE_ELEMENT ? 'element'
: domNode.nodeType == CKEDITOR.NODE_TEXT ? 'text'
: domNode.nodeType == CKEDITOR.NODE_COMMENT ? 'comment'
: 'domObject'; // Call the base constructor otherwise.
case CKEDITOR.NODE_ELEMENT :
return new CKEDITOR.dom.element( domNode );
case CKEDITOR.NODE_TEXT :
return new CKEDITOR.dom.text( domNode );
}
// Call the base constructor.
CKEDITOR.dom.domObject.call( this, domNode );
return new CKEDITOR.dom[ type ]( domNode );
}
return this;
@ -352,7 +344,10 @@ CKEDITOR.tools.extend( CKEDITOR.dom.node.prototype,
do
{
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 ) )
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
*/

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

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
*/

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
*/

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
*/
@ -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.
function iterate( rtl, breakOnFalse )
{
var range = this.range;
// Return null if we have reached the end.
if ( this._.end )
return null;
var node,
range = this.range,
guard,
userGuard = this.guard,
type = this.type,
getSourceNodeFn = ( rtl ? 'getPreviousSourceNode' : 'getNextSourceNode' );
// This is the first call. Initialize it.
if ( !this._.start )
{
this._.start = 1;
// Trim text nodes and optmize the range boundaries. DOM changes
// may happen at this point.
range.trim();
// A collapsed range must return null at first call.
if ( range.collapsed )
{
this.end();
return null;
}
// 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.
if ( !rtl && !this._.guardLTR )
{
// Gets the node that stops the walker when going LTR.
var limitLTR = range.endContainer,
blockerLTR = limitLTR.getChild( range.endOffset );
// The node that stops walker from moving up.
var limitLTR = endCt.type == CKEDITOR.NODE_ELEMENT ?
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 )
{
@ -54,9 +64,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
// Create the RTL guard function, if necessary.
if ( rtl && !this._.guardRTL )
{
// Gets the node that stops the walker when going LTR.
var limitRTL = range.startContainer,
blockerRTL = ( range.startOffset > 0 ) && limitRTL.getChild( range.startOffset - 1 );
// The node that stops walker from moving up.
var limitRTL = startCt.type == CKEDITOR.NODE_ELEMENT ?
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 )
{
@ -89,35 +106,33 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
else
{
// Get the first node to be returned.
if ( rtl )
{
node = range.endContainer;
node = endCt;
if ( range.endOffset > 0 )
if ( node.type == CKEDITOR.NODE_ELEMENT )
{
node = node.getChild( range.endOffset - 1 );
if ( guard( node ) === false )
node = null;
if ( endOffset > 0 )
node = node.getChild( endOffset - 1 );
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
{
node = range.startContainer;
node = node.getChild( range.startOffset );
node = startCt;
if ( node )
if ( node.type == CKEDITOR.NODE_ELEMENT )
{
if ( guard( node ) === false )
node = null;
if ( ! ( node = node.getChild( startOffset ) ) )
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 )
@ -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)$/,
isWhitespaces = CKEDITOR.dom.walker.whitespaces(),
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
*/

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
*/

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
*/

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
*/

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
*/

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
*/

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
*/
@ -118,3 +118,15 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
* });
* 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
*/

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
*/

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
*/

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
*/

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
*/

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
*/
@ -25,7 +25,7 @@ CKEDITOR.htmlParser.element = function( name, attributes )
* @type Object
* @example
*/
this.attributes = attributes || ( attributes = {} );
this.attributes = attributes || {};
/**
* The nodes that are direct children of this element.
@ -34,29 +34,27 @@ CKEDITOR.htmlParser.element = function( name, attributes )
*/
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 internalTag = tagName.match( /^cke:(.*)/ );
internalTag && ( tagName = internalTag[ 1 ] );
var isBlockLike = !!( CKEDITOR.dtd.$nonBodyContent[ realName ]
|| CKEDITOR.dtd.$block[ realName ]
|| CKEDITOR.dtd.$listItem[ realName ]
|| CKEDITOR.dtd.$tableContent[ realName ]
|| CKEDITOR.dtd.$nonEditable[ realName ]
|| realName == 'br' );
var dtd = CKEDITOR.dtd,
isBlockLike = !!( dtd.$nonBodyContent[ tagName ]
|| dtd.$block[ tagName ]
|| dtd.$listItem[ tagName ]
|| dtd.$tableContent[ tagName ]
|| dtd.$nonEditable[ tagName ]
|| tagName == 'br' ),
isEmpty = !!dtd.$empty[ name ];
this.isEmpty = isEmpty;
this.isUnknown = !dtd[ name ];
this.isEmpty = !!CKEDITOR.dtd.$empty[ name ];
this.isUnknown = !CKEDITOR.dtd[ name ];
/** @private */
this._ =
{
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
*/

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
*/
@ -127,7 +127,7 @@ CKEDITOR.htmlParser.fragment = function()
function sendPendingBRs()
{
while ( pendingBRs.length )
currentNode.add( pendingBRs.shift() );
addElement( pendingBRs.shift(), currentNode );
}
/*
@ -194,6 +194,13 @@ CKEDITOR.htmlParser.fragment = function()
target.add( element );
if ( element.name == 'pre' )
inPre = false;
if ( element.name == 'textarea' )
inTextarea = false;
if ( element.returnPoint )
{
currentNode = element.returnPoint;
@ -360,12 +367,6 @@ CKEDITOR.htmlParser.fragment = function()
currentNode = candidate;
if ( currentNode.name == 'pre' )
inPre = false;
if ( currentNode.name == 'textarea' )
inTextarea = false;
if ( candidate._.isBlockLike )
sendPendingBRs();
@ -394,6 +395,24 @@ CKEDITOR.htmlParser.fragment = function()
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();
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
*/

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
*/

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
*/
@ -105,7 +105,7 @@ if ( !CKEDITOR.loader )
return path;
})();
var timestamp = 'B8DJ5M3';
var timestamp = 'C6HH5UF';
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
*/

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
*/

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
*/

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
*/

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
*/

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
*/

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
*/

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
*/

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
*/

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
af.js Found: 549 Missing: 27
ar.js Found: 467 Missing: 109
bg.js Found: 291 Missing: 285
bn.js Found: 292 Missing: 284
bs.js Found: 175 Missing: 401
ca.js Found: 550 Missing: 26
cs.js Found: 550 Missing: 26
cy.js Found: 573 Missing: 3
da.js Found: 417 Missing: 159
de.js Found: 576 Missing: 0
el.js Found: 306 Missing: 270
en-au.js Found: 345 Missing: 231
en-ca.js Found: 345 Missing: 231
en-gb.js Found: 518 Missing: 58
eo.js Found: 270 Missing: 306
es.js Found: 576 Missing: 0
et.js Found: 575 Missing: 1
eu.js Found: 417 Missing: 159
fa.js Found: 576 Missing: 0
fi.js Found: 576 Missing: 0
fo.js Found: 551 Missing: 25
fr-ca.js Found: 319 Missing: 257
fr.js Found: 551 Missing: 25
gl.js Found: 292 Missing: 284
gu.js Found: 320 Missing: 256
he.js Found: 576 Missing: 0
hi.js Found: 322 Missing: 254
hr.js Found: 419 Missing: 157
hu.js Found: 573 Missing: 3
is.js Found: 326 Missing: 250
it.js Found: 573 Missing: 3
ja.js Found: 494 Missing: 82
ka.js Found: 569 Missing: 7
km.js Found: 286 Missing: 290
ko.js Found: 304 Missing: 272
lt.js Found: 576 Missing: 0
lv.js Found: 294 Missing: 282
mn.js Found: 320 Missing: 256
ms.js Found: 276 Missing: 300
nb.js Found: 575 Missing: 1
nl.js Found: 576 Missing: 0
no.js Found: 575 Missing: 1
pl.js Found: 576 Missing: 0
pt-br.js Found: 576 Missing: 0
pt.js Found: 293 Missing: 283
ro.js Found: 317 Missing: 259
ru.js Found: 576 Missing: 0
sk.js Found: 365 Missing: 211
sl.js Found: 426 Missing: 150
sr-latn.js Found: 287 Missing: 289
sr.js Found: 286 Missing: 290
sv.js Found: 551 Missing: 25
th.js Found: 298 Missing: 278
tr.js Found: 536 Missing: 40
uk.js Found: 544 Missing: 32
vi.js Found: 493 Missing: 83
zh-cn.js Found: 576 Missing: 0
zh.js Found: 419 Missing: 157
af.js Found: 548 Missing: 29
ar.js Found: 470 Missing: 107
bg.js Found: 394 Missing: 183
bn.js Found: 292 Missing: 285
bs.js Found: 175 Missing: 402
ca.js Found: 549 Missing: 28
cs.js Found: 577 Missing: 0
cy.js Found: 575 Missing: 2
da.js Found: 575 Missing: 2
de.js Found: 575 Missing: 2
el.js Found: 391 Missing: 186
en-au.js Found: 347 Missing: 230
en-ca.js Found: 345 Missing: 232
en-gb.js Found: 517 Missing: 60
eo.js Found: 577 Missing: 0
es.js Found: 575 Missing: 2
et.js Found: 577 Missing: 0
eu.js Found: 417 Missing: 160
fa.js Found: 575 Missing: 2
fi.js Found: 575 Missing: 2
fo.js Found: 575 Missing: 2
fr-ca.js Found: 319 Missing: 258
fr.js Found: 575 Missing: 2
gl.js Found: 292 Missing: 285
gu.js Found: 575 Missing: 2
he.js Found: 575 Missing: 2
hi.js Found: 327 Missing: 250
hr.js Found: 575 Missing: 2
hu.js Found: 572 Missing: 5
id.js Found: 1 Missing: 576
is.js Found: 326 Missing: 251
it.js Found: 577 Missing: 0
ja.js Found: 493 Missing: 84
ka.js Found: 568 Missing: 9
km.js Found: 286 Missing: 291
ko.js Found: 304 Missing: 273
lt.js Found: 575 Missing: 2
lv.js Found: 294 Missing: 283
mk.js Found: 0 Missing: 577
mn.js Found: 320 Missing: 257
ms.js Found: 276 Missing: 301
nb.js Found: 577 Missing: 0
nl.js Found: 575 Missing: 2
no.js Found: 577 Missing: 0
pl.js Found: 575 Missing: 2
pt-br.js Found: 577 Missing: 0
pt.js Found: 326 Missing: 251
ro.js Found: 432 Missing: 145
ru.js Found: 575 Missing: 2
sk.js Found: 364 Missing: 213
sl.js Found: 426 Missing: 151
sr-latn.js Found: 287 Missing: 290
sr.js Found: 286 Missing: 291
sv.js Found: 550 Missing: 27
th.js Found: 298 Missing: 279
tr.js Found: 575 Missing: 2
ug.js Found: 572 Missing: 5
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['af'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Teksverwerker, %1, druk op ALT 0 vir hulp.',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['ar'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
@ -93,14 +94,14 @@ CKEDITOR.lang['ar'] =
cssStyle : 'نمط',
ok : 'موافق',
cancel : 'إلغاء الأمر',
close : 'Close', // MISSING
preview : 'Preview', // MISSING
close : 'أغلق',
preview : 'استعراض',
generalTab : 'عام',
advancedTab : 'متقدم',
validateNumberFailed : 'لايوجد نتيجة',
confirmNewPage : 'ستفقد أي متغييرات اذا لم تقم بحفظها اولا. هل أنت متأكد أنك تريد صفحة جديدة؟',
confirmCancel : 'بعض الخيارات قد تغيرت. هل أنت متأكد من إغلاق مربع النص؟',
options : 'Options', // MISSING
options : 'خيارات',
target : 'Target', // MISSING
targetNew : 'New Window (_blank)', // 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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['bn'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['bs'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['ca'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Editor de text enriquit, %1, prem ALT 0 per obtenir ajuda.',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,10 +31,11 @@ CKEDITOR.lang['cs'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Textový editor, %1, nápovědu zobrazíte stiskem ALT 0.',
editorTitle : 'Textový editor, %1',
editorHelp : 'Stiskněte ALT 0 pro nápovědu',
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
toolbars : 'Panely nástrojů editoru',
editor : 'Textový editor',
// Toolbar buttons without dialogs.
@ -83,29 +84,29 @@ CKEDITOR.lang['cs'] =
notSet : '<nenastaveno>',
id : 'Id',
name : 'Jméno',
langDir : 'Orientace jazyka',
langDirLtr : 'Zleva do prava (LTR)',
langDirRtl : 'Zprava do leva (RTL)',
langDir : 'Směr jazyka',
langDirLtr : 'Zleva doprava (LTR)',
langDirRtl : 'Zprava doleva (RTL)',
langCode : 'Kód jazyka',
longDescr : 'Dlouhý popis URL',
cssClass : 'Třída stylu',
advisoryTitle : 'Pomocný titulek',
cssStyle : 'Styl',
ok : 'OK',
cancel : 'Storno',
cancel : 'Zrušit',
close : 'Zavřít',
preview : 'Náhled',
generalTab : 'Obecné',
advancedTab : 'Rozšířené',
validateNumberFailed : 'Zadaná hodnota není číselná.',
confirmNewPage : 'Jakékoliv neuložené změny obsahu budou ztraceny. Skutečně chete otevrít novou stránku?',
confirmCancel : 'Některá z nastavení byla změněna. Skutečně chete zavřít dialogové okno?',
confirmNewPage : 'Jakékoliv neuložené změny obsahu budou ztraceny. Skutečně chcete otevřít novou stránku?',
confirmCancel : 'Některá z nastavení byla změněna. Skutečně chcete zavřít dialogové okno?',
options : 'Nastavení',
target : 'Cíl',
targetNew : 'Nové okno (_blank)',
targetTop : 'Okno nejvyšší úrovně (_top)',
targetSelf : 'Stejné okno (_self)',
targetParent : 'Rodičovské onko (_parent)',
targetParent : 'Rodičovské okno (_parent)',
langDirLTR : 'Zleva doprava (LTR)',
langDirRTL : 'Zprava doleva (RTL)',
styles : 'Styly',
@ -120,11 +121,11 @@ CKEDITOR.lang['cs'] =
alignMiddle : 'Na střed',
alignBottom : 'Dolů',
invalidHeight : 'Zadaná výška musí být číslo.',
invalidWidth : 'Zadaná šířka musí být číslo.',
invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
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
invalidWidth : 'Šířka musí být číslo.',
invalidCssLength : 'Hodnota určená pro pole "%1" musí být kladné číslo bez nebo s platnou jednotkou míry CSS (px, %, in, cm, mm, em, ex, pt, nebo pc).',
invalidHtmlLength : 'Hodnota určená pro pole "%1" musí být kladné číslo bez nebo s platnou jednotkou míry HTML (px nebo %).',
invalidInlineStyle : 'Hodnota určená pro řádkový styl se musí skládat z jedné nebo více n-tic ve formátu "název : hodnota", oddělené středníky',
cssLengthTooltip : 'Zadejte číslo jako hodnotu v pixelech nebo číslo s platnou jednotkou CSS (px, %, v cm, mm, em, ex, pt, nebo pc).',
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, nedostupné</span>'
@ -146,7 +147,7 @@ CKEDITOR.lang['cs'] =
// Link dialog.
link :
{
toolbar : 'Vložit/změnit odkaz',
toolbar : 'Odkaz',
other : '<jiný>',
menu : 'Změnit odkaz',
title : 'Odkaz',
@ -157,7 +158,7 @@ CKEDITOR.lang['cs'] =
type : 'Typ odkazu',
toUrl : 'URL',
toAnchor : 'Kotva v této stránce',
toEmail : 'E-Mail',
toEmail : 'E-mail',
targetFrame : '<rámec>',
targetPopup : '<vyskakovací okno>',
targetFrameName : 'Název cílového rámu',
@ -174,23 +175,23 @@ CKEDITOR.lang['cs'] =
popupLeft : 'Levý okraj',
popupTop : 'Horní okraj',
id : 'Id',
langDir : 'Orientace jazyka',
langDirLTR : 'Zleva do prava (LTR)',
langDirRTL : 'Zprava do leva (RTL)',
langDir : 'Směr jazyka',
langDirLTR : 'Zleva doprava (LTR)',
langDirRTL : 'Zprava doleva (RTL)',
acccessKey : 'Přístupový klíč',
name : 'Jméno',
langCode : 'Orientace jazyka',
langCode : 'Kód jazyka',
tabIndex : 'Pořadí prvku',
advisoryTitle : 'Pomocný titulek',
advisoryContentType : 'Pomocný typ obsahu',
cssClasses : 'Třída stylu',
charset : 'Přiřazená znaková sada',
styles : 'Styl',
rel : 'Relationship', // MISSING
rel : 'Vztah',
selectAnchor : 'Vybrat kotvu',
anchorName : 'Podle jména kotvy',
anchorId : 'Podle Id objektu',
emailAddress : 'E-Mailová adresa',
emailAddress : 'E-mailová adresa',
emailSubject : 'Předmět zprávy',
emailBody : 'Tělo zprávy',
noAnchors : '(Ve stránce není definována žádná kotva!)',
@ -201,12 +202,12 @@ CKEDITOR.lang['cs'] =
// Anchor dialog
anchor :
{
toolbar : 'Vložít/změnit záložku',
toolbar : 'Záložka',
menu : 'Vlastnosti záložky',
title : 'Vlastnosti záložky',
name : 'Název záložky',
errorName : 'Zadejte prosím název záložky',
remove : 'Remove Anchor' // MISSING
remove : 'Odstranit záložku'
},
// List style dialog
@ -242,7 +243,7 @@ CKEDITOR.lang['cs'] =
findWhat : 'Co hledat:',
replaceWith : 'Čím nahradit:',
notFoundMsg : 'Hledaný text nebyl nalezen.',
findOptions : 'Find Options', // MISSING
findOptions : 'Možnosti hledání',
matchCase : 'Rozlišovat velikost písma',
matchWord : 'Pouze celá slova',
matchCyclic : 'Procházet opakovaně',
@ -275,8 +276,8 @@ CKEDITOR.lang['cs'] =
invalidRows : 'Počet řádků musí být číslo větší než 0.',
invalidCols : 'Počet sloupců musí být číslo větší než 0.',
invalidBorder : 'Zdaná velikost okraje musí být číselná.',
invalidWidth : 'Zadaná šířka tabulky musí být číselná.',
invalidHeight : 'zadaná výška tabulky musí být číselná.',
invalidWidth : 'Šířka tabulky musí být číslo.',
invalidHeight : 'Zadaná výška tabulky musí být číselná.',
invalidCellSpacing : 'Zadaná vzdálenost buněk musí být číselná.',
invalidCellPadding : 'Zadané odsazení obsahu v buňce musí být číselné.',
@ -305,7 +306,7 @@ CKEDITOR.lang['cs'] =
header : 'Hlavička',
yes : 'Ano',
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á.',
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.',
@ -421,16 +422,16 @@ CKEDITOR.lang['cs'] =
lockRatio : 'Zámek',
resetSize : 'Původní velikost',
border : 'Okraje',
hSpace : 'H-mezera',
vSpace : 'V-mezera',
hSpace : 'Horizontální mezera',
vSpace : 'Vertikální mezera',
alertUrl : 'Zadejte prosím URL obrázku',
linkTab : 'Odkaz',
button2Img : 'Skutečně chcete převést zvolené obrázkové tlačítko na obyčejný obrázek?',
img2Button : 'Skutečně chcete převést zvolený obrázek na obrázkové tlačítko?',
urlMissing : 'Zadané URL zdroje obrázku nebylo nalezeno.',
validateBorder : 'Okraj musí být nastaven v celých číslech.',
validateHSpace : 'H-mezera musí být nastavena v celých číslech.',
validateVSpace : 'V-mezera musí být nastavena v celých číslech.'
validateHSpace : 'Horizontální mezera musí být nastavena v celých číslech.',
validateVSpace : 'Vertikální mezera musí být nastavena v celých číslech.'
},
// Flash Dialog
@ -468,11 +469,11 @@ CKEDITOR.lang['cs'] =
windowMode : 'Režim okna',
flashvars : 'Proměnné pro Flash',
bgcolor : 'Barva pozadí',
hSpace : 'H-mezera',
vSpace : 'V-mezera',
hSpace : 'Horizontální mezera',
vSpace : 'Vertikální mezera',
validateSrc : 'Zadejte prosím URL odkazu',
validateHSpace : 'Zadaná H-mezera musí být číslo.',
validateVSpace : 'Zadaná V-mezera musí být číslo.'
validateHSpace : 'Zadaná horizontální mezera musí být číslo.',
validateVSpace : 'Zadaná vertikální mezera musí být číslo.'
},
// Speller Pages Dialog
@ -500,7 +501,7 @@ CKEDITOR.lang['cs'] =
smiley :
{
toolbar : 'Smajlíky',
toolbar : 'Smajlíci',
title : 'Vkládání smajlíků',
options : 'Nastavení smajlíků'
},
@ -529,11 +530,11 @@ CKEDITOR.lang['cs'] =
clipboard :
{
title : 'Vložit',
cutError : 'Bezpečnostní nastavení Vašeho prohlížeče nedovolují editoru spustit funkci pro vyjmutí zvoleného textu do schránky. Prosím vyjměte zvolený text do schránky pomocí klávesnice (Ctrl/Cmd+X).',
copyError : 'Bezpečnostní nastavení Vašeho prohlížeče nedovolují editoru spustit funkci pro kopírování zvoleného textu do schránky. Prosím zkopírujte zvolený text do schránky pomocí klávesnice (Ctrl/Cmd+C).',
cutError : 'Bezpečnostní nastavení vašeho prohlížeče nedovolují editoru spustit funkci pro vyjmutí zvoleného textu do schránky. Prosím vyjměte zvolený text do schránky pomocí klávesnice (Ctrl/Cmd+X).',
copyError : 'Bezpečnostní nastavení vašeho prohlížeče nedovolují editoru spustit funkci pro kopírování zvoleného textu do schránky. Prosím zkopírujte zvolený text do schránky pomocí klávesnice (Ctrl/Cmd+C).',
pasteMsg : 'Do následujícího pole vložte požadovaný obsah pomocí klávesnice (<STRONG>Ctrl/Cmd+V</STRONG>) a stiskněte <STRONG>OK</STRONG>.',
securityMsg : 'Z důvodů nastavení bezpečnosti Vašeho prohlížeče nemůže editor přistupovat přímo do schránky. Obsah schránky prosím vložte znovu do tohoto okna.',
pasteArea : 'Oblast vlkádání'
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 vkládání'
},
pastefromword :
@ -598,7 +599,7 @@ CKEDITOR.lang['cs'] =
languageCodeInputLabel : ' Kód jazyka',
inlineStyleInputLabel : 'Vnitřní styly',
advisoryTitleInputLabel : 'Nápovědní titulek',
langDirLabel : 'Orientace textu',
langDirLabel : 'Směr jazyka',
langDirLTRLabel : 'Zleva doprava (LTR)',
langDirRTLLabel : 'Zprava doleva (RTL)',
edit : 'Změnit Div',
@ -659,7 +660,7 @@ CKEDITOR.lang['cs'] =
'FF8C00' : 'Tmavě oranžová',
'FFD700' : 'Zlatá',
'008000' : 'Zelená',
'0FF' : 'Kyanidová',
'0FF' : 'Azurová',
'00F' : 'Modrá',
'EE82EE' : 'Fialová',
'A9A9A9' : 'Kalně šedá',
@ -677,14 +678,14 @@ CKEDITOR.lang['cs'] =
'F0FFF0' : 'Medová rosa',
'F0FFFF' : 'Azurová',
'F0F8FF' : 'Alenčina modrá',
'E6E6FA' : 'Lavendulová',
'E6E6FA' : 'Levandulová',
'FFF' : 'Bílá'
},
scayt :
{
title : 'Kontrola pravopisu během psaní (SCAYT)',
opera_title : 'Not supported by Opera', // MISSING
opera_title : 'Toto Opera nepodporuje',
enable : 'Zapnout SCAYT',
disable : 'Vypnout SCAYT',
about : 'O aplikaci SCAYT',
@ -698,7 +699,7 @@ CKEDITOR.lang['cs'] =
emptyDic : 'Název slovníku nesmí být prázdný.',
optionsTab : 'Nastavení',
allCaps : 'Ignorovat slova velkými písmeny',
allCaps : 'Ignorovat slova tvořená velkými písmeny',
ignoreDomainNames : 'Ignorovat doménová jména',
mixedCase : 'Ignorovat slova obsahující různou velikost písma',
mixedWithDigits : 'Ignorovat slova obsahující čísla',
@ -707,11 +708,11 @@ CKEDITOR.lang['cs'] =
dictionariesTab : 'Slovníky',
dic_field_name : 'Název slovníku',
dic_create : 'vytvořit',
dic_create : 'Vytvořit',
dic_restore : 'Obnovit',
dic_delete : 'Smazat',
dic_rename : 'Přejmenovat',
dic_info : 'Zpočátku se uživatelský slovník ukládá do cookies ve vašem prohlížeči. Ovšem cookies mají omezenou velikost, takže když slovník dosáhne velikosti, kdy se již do cookies nevejde, může být uložen na našem serveru. Chcete-li uložit Váš osobní slovník na našem serveru, je třeba slovník nejdříve pojmenovat. Máte-li již slovník pojmenován a uložen, zadejte jeho název a klepněte na tlačítko Obnovit.',
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'
},
@ -720,8 +721,8 @@ CKEDITOR.lang['cs'] =
{
title : 'O aplikaci CKEditor',
dlgTitle : 'O aplikaci CKEditor',
help : 'Check $1 for help.', // MISSING
userGuide : 'CKEditor User\'s Guide', // MISSING
help : 'Prohlédněte si $1 pro nápovědu.',
userGuide : 'Uživatelská příručka CKEditor',
moreInfo : 'Pro informace o lincenci navštivte naši webovou stránku:',
copy : 'Copyright &copy; $1. All rights reserved.'
},
@ -754,37 +755,37 @@ CKEDITOR.lang['cs'] =
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
document : 'Dokument',
clipboard : 'Schránka/Zpět',
editing : 'Úpravy',
forms : 'Formuláře',
basicstyles : 'Základní styly',
paragraph : 'Odstavec',
links : 'Odkazy',
insert : 'Vložit',
styles : 'Styly',
colors : 'Barvy',
tools : 'Nástroje'
},
bidi :
{
ltr : 'Orientace textu zleva doprava',
rtl : 'Orientace textu zprava do leva'
ltr : 'Směr textu zleva doprava',
rtl : 'Směr textu zprava doleva'
},
docprops :
{
label : 'Vlastnosti dokumentu',
title : 'Vlastnosti dokumentu',
design : 'Design', // MISSING
design : 'Vzhled',
meta : 'Metadata',
chooseColor : 'Výběr',
other : '<jiný>',
docTitle : 'Titulek stránky',
charset : 'Znaková sada',
charsetOther : 'Další znaková sada',
charsetASCII : 'ASCII', // MISSING
charsetASCII : 'ASCII',
charsetCE : 'Středoevropské jazyky',
charsetCT : 'Tradiční čínština (Big5)',
charsetCR : 'Cyrilice',
@ -792,14 +793,14 @@ CKEDITOR.lang['cs'] =
charsetJP : 'Japonština',
charsetKR : 'Korejština',
charsetTR : 'Turečtina',
charsetUN : 'Unicode (UTF-8)', // MISSING
charsetUN : 'Unicode (UTF-8)',
charsetWE : 'Západoevropské jazyky',
docType : 'Typ dokumentu',
docTypeOther : 'Jiný typ dokumetu',
xhtmlDec : 'Zahrnou deklarace XHTML',
xhtmlDec : 'Zahrnout deklarace XHTML',
bgColor : 'Barva pozadí',
bgImage : 'URL obrázku na pozadí',
bgFixed : 'Nerolovatelné pozadí',
bgFixed : 'Nerolovatelné (Pevné) pozadí',
txtColor : 'Barva textu',
margin : 'Okraje stránky',
marginTop : 'Horní',
@ -810,6 +811,6 @@ CKEDITOR.lang['cs'] =
metaDescription : 'Popis dokumentu',
metaAuthor : 'Autor',
metaCopyright : 'Autorská práva',
previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
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
*/
@ -31,14 +31,15 @@ CKEDITOR.lang['cy'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Golygydd testun cyfoethog, %1, gwasgwch ALT 0 am gymorth.',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Bariau offer golygydd',
editor : 'Golygydd Testun Cyfoethog',
// Toolbar buttons without dialogs.
source : 'Tarddle',
source : 'HTML',
newPage : 'Tudalen newydd',
save : 'Cadw',
preview : 'Rhagolwg',
@ -123,8 +124,8 @@ CKEDITOR.lang['cy'] =
invalidWidth : 'Rhaid i\'r Lled fod yn rhif.',
invalidCssLength : 'Mae\'n rhaid i\'r gwerth ar gyfer maes "%1" fod yn rhif positif gyda neu heb uned fesuriad CSS dilys (px, %, in, cm, mm, em, ex, pt, neu pc).',
invalidHtmlLength : 'Mae\'n rhaid i\'r gwerth ar gyfer maes "%1" fod yn rhif positif gyda neu heb uned fesuriad HTML dilys (px neu %).',
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
invalidInlineStyle : 'Mae\'n rhaid i\'r gwerth ar gyfer arddull mewn-llinell gynnwys un set neu fwy ar y fformat "enw:gwerth", wedi\'u gwahanu gyda hanner colon.',
cssLengthTooltip : 'Rhowch rif 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.
unavailable : '%1<span class="cke_accessibility">, ddim ar gael</span>'
@ -242,7 +243,7 @@ CKEDITOR.lang['cy'] =
findWhat : 'Chwilio\'r term:',
replaceWith : 'Amnewid gyda:',
notFoundMsg : 'Nid oedd y testun wedi\'i ddarganfod.',
findOptions : 'Find Options', // MISSING
findOptions : 'Chwilio Opsiynau',
matchCase : 'Cyfateb i\'r cas',
matchWord : 'Cyfateb gair cyfan',
matchCyclic : 'Cyfateb cylchol',
@ -427,7 +428,7 @@ CKEDITOR.lang['cy'] =
linkTab : 'Dolen',
button2Img : 'Ydych am drawsffurfio\'r botwm ddelwedd hwn ar ddelwedd syml?',
img2Button : 'Ydych am drawsffurfio\'r ddelwedd hon ar fotwm delwedd?',
urlMissing : 'URL tarddle\'r ddelwedd ar goll.',
urlMissing : 'URL gwreiddiol y ddelwedd ar goll.',
validateBorder : 'Rhaid i\'r ymyl fod yn gyfanrif.',
validateHSpace : 'Rhaid i\'r HSpace fod yn gyfanrif.',
validateVSpace : 'Rhaid i\'r VSpace fod yn gyfanrif.'

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
*/
@ -31,11 +31,12 @@ CKEDITOR.lang['da'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
editor : 'Rich Text Editor', // MISSING
toolbars : 'Editors værktøjslinjer',
editor : 'Rich Text Editor',
// Toolbar buttons without dialogs.
source : 'Kilde',
@ -56,7 +57,7 @@ CKEDITOR.lang['da'] =
superscript : 'Hævet skrift',
horizontalrule : 'Indsæt vandret streg',
pagebreak : 'Indsæt sideskift',
pagebreakAlt : 'Page Break', // MISSING
pagebreakAlt : 'Sideskift',
unlink : 'Fjern hyperlink',
undo : 'Fortryd',
redo : 'Annullér fortryd',
@ -93,23 +94,23 @@ CKEDITOR.lang['da'] =
cssStyle : 'Typografi (CSS)',
ok : 'OK',
cancel : 'Annullér',
close : 'Close', // MISSING
preview : 'Preview', // MISSING
close : 'Luk',
preview : 'Forhåndsvisning',
generalTab : 'Generelt',
advancedTab : 'Avanceret',
validateNumberFailed : 'Værdien er ikke et tal.',
confirmNewPage : 'Alt indhold, der ikke er blevet gemt, vil gå tabt. Er du sikker på, at du vil indlæse en ny side?',
confirmCancel : 'Nogle af indstillingerne er blevet ændret. Er du sikker på, at du vil lukke vinduet?',
options : 'Options', // MISSING
target : 'Target', // MISSING
targetNew : 'New Window (_blank)', // MISSING
targetTop : 'Topmost Window (_top)', // MISSING
targetSelf : 'Same Window (_self)', // MISSING
targetParent : 'Parent Window (_parent)', // MISSING
langDirLTR : 'Left to Right (LTR)', // MISSING
langDirRTL : 'Right to Left (RTL)', // MISSING
styles : 'Style', // MISSING
cssClasses : 'Stylesheet Classes', // MISSING
options : 'Vis muligheder',
target : 'Mål',
targetNew : 'Nyt vindue (_blank)',
targetTop : 'Øverste vindue (_top)',
targetSelf : 'Samme vindue (_self)',
targetParent : 'Samme vindue (_parent)',
langDirLTR : 'Venstre til højre (LTR)',
langDirRTL : 'Højre til venstre (RTL)',
styles : 'Style',
cssClasses : 'Stylesheetklasser',
width : 'Bredde',
height : 'Højde',
align : 'Justering',
@ -121,10 +122,10 @@ CKEDITOR.lang['da'] =
alignBottom : 'Nederst',
invalidHeight : 'Højde skal være et tal.',
invalidWidth : 'Bredde skal være et tal.',
invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
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
invalidCssLength : 'Værdien specificeret for "%1" feltet skal være et positivt nummer med eller uden en CSS måleenhed (px, %, in, cm, mm, em, ex, pt, eller pc).',
invalidHtmlLength : 'Værdien specificeret for "%1" feltet skal være et positivt nummer med eller uden en CSS måleenhed (px eller %).',
invalidInlineStyle : 'Værdien specificeret for inline style skal indeholde en eller flere elementer med et format som "name:value", separeret af semikoloner',
cssLengthTooltip : 'Indsæt en numerisk værdi i pixel eller nummer med en gyldig CSS værdi (px, %, in, cm, mm, em, ex, pt, or pc).',
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, ikke tilgængelig</span>'
@ -132,7 +133,7 @@ CKEDITOR.lang['da'] =
contextmenu :
{
options : 'Context Menu Options' // MISSING
options : 'Muligheder for hjælpemenu'
},
// Special char dialog.
@ -140,7 +141,7 @@ CKEDITOR.lang['da'] =
{
toolbar : 'Indsæt symbol',
title : 'Vælg symbol',
options : 'Special Character Options' // MISSING
options : 'Muligheder for specialkarakterer'
},
// Link dialog.
@ -155,13 +156,13 @@ CKEDITOR.lang['da'] =
upload : 'Upload',
advanced : 'Avanceret',
type : 'Type',
toUrl : 'URL', // MISSING
toUrl : 'URL',
toAnchor : 'Bogmærke på denne side',
toEmail : 'E-mail',
targetFrame : '<ramme>',
targetPopup : '<popup vindue>',
targetFrameName : 'Destinationsvinduets navn',
targetPopupName : 'Popup vinduets navn',
targetPopupName : 'Popupvinduets navn',
popupFeatures : 'Egenskaber for popup',
popupResizable : 'Justérbar',
popupStatusBar : 'Statuslinje',
@ -180,22 +181,22 @@ CKEDITOR.lang['da'] =
acccessKey : 'Genvejstast',
name : 'Navn',
langCode : 'Tekstretning',
tabIndex : 'Tabulator indeks',
tabIndex : 'Tabulatorindeks',
advisoryTitle : 'Titel',
advisoryContentType : 'Indholdstype',
cssClasses : 'Typografiark',
charset : 'Tegnsæt',
styles : 'Typografi',
rel : 'Relationship', // MISSING
rel : 'Relation',
selectAnchor : 'Vælg et anker',
anchorName : 'Efter anker navn',
anchorId : 'Efter element Id',
emailAddress : 'E-mail adresse',
anchorName : 'Efter ankernavn',
anchorId : 'Efter element-Id',
emailAddress : 'E-mailadresse',
emailSubject : 'Emne',
emailBody : 'Besked',
noAnchors : '(Ingen bogmærker i dokumentet)',
noUrl : 'Indtast hyperlink URL!',
noEmail : 'Indtast e-mail adresse!'
noUrl : 'Indtast hyperlink-URL!',
noEmail : 'Indtast e-mailadresse!'
},
// Anchor dialog
@ -204,33 +205,33 @@ CKEDITOR.lang['da'] =
toolbar : 'Indsæt/redigér bogmærke',
menu : 'Egenskaber for bogmærke',
title : 'Egenskaber for bogmærke',
name : 'Bogmærke navn',
errorName : 'Indtast bogmærke navn',
remove : 'Remove Anchor' // MISSING
name : 'Bogmærkenavn',
errorName : 'Indtast bogmærkenavn',
remove : 'Fjern bogmærke'
},
// 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
numberedTitle : 'Egenskaber for nummereret liste',
bulletedTitle : 'Værdier for cirkelpunktopstilling',
type : 'Type',
start : 'Start',
validateStartNumber :'Den nummererede liste skal starte med et rundt nummer',
circle : 'Cirkel',
disc : 'Værdier for diskpunktopstilling',
square : 'Firkant',
none : 'Ingen',
notset : '<ikke defineret>',
armenian : 'Armensk nummering',
georgian : 'Georgiansk nummering (an, ban, gan, etc.)',
lowerRoman : 'Små romerske (i, ii, iii, iv, v, etc.)',
upperRoman : 'Store romerske (I, II, III, IV, V, etc.)',
lowerAlpha : 'Små alfabet (a, b, c, d, e, etc.)',
upperAlpha : 'Store alfabet (A, B, C, D, E, etc.)',
lowerGreek : 'Små græsk (alpha, beta, gamma, etc.)',
decimal : 'Decimal (1, 2, 3, osv.)',
decimalLeadingZero : 'Decimaler med 0 først (01, 02, 03, etc.)'
},
// Find And Replace Dialog
@ -242,7 +243,7 @@ CKEDITOR.lang['da'] =
findWhat : 'Søg efter:',
replaceWith : 'Erstat med:',
notFoundMsg : 'Søgeteksten blev ikke fundet',
findOptions : 'Find Options', // MISSING
findOptions : 'Find muligheder',
matchCase : 'Forskel på store og små bogstaver',
matchWord : 'Kun hele ord',
matchCyclic : 'Match cyklisk',
@ -262,12 +263,12 @@ CKEDITOR.lang['da'] =
border : 'Rammebredde',
widthPx : 'pixels',
widthPc : 'procent',
widthUnit : 'width unit', // MISSING
widthUnit : 'Bredde på enhed',
cellSpace : 'Celleafstand',
cellPad : 'Cellemargen',
caption : 'Titel',
summary : 'Resumé',
headers : 'Header',
headers : 'Hoved',
headersNone : 'Ingen',
headersColumn : 'Første kolonne',
headersRow : 'Første række',
@ -302,14 +303,14 @@ CKEDITOR.lang['da'] =
bgColor : 'Baggrundsfarve',
borderColor : 'Rammefarve',
data : 'Data',
header : 'Header',
header : 'Hoved',
yes : 'Ja',
no : 'Nej',
invalidWidth : 'Cellebredde skal være et tal.',
invalidHeight : 'Cellehøjde skal være et tal.',
invalidRowSpan : 'Række span skal være et heltal.',
invalidColSpan : 'Kolonne span skal være et heltal.',
chooseColor : 'Choose' // MISSING
chooseColor : 'Vælg'
},
row :
@ -415,7 +416,7 @@ CKEDITOR.lang['da'] =
titleButton : 'Egenskaber for billedknap',
menu : 'Egenskaber for billede',
infoTab : 'Generelt',
btnUpload : 'Upload',
btnUpload : 'Upload fil til serveren',
upload : 'Upload',
alt : 'Alternativ tekst',
lockRatio : 'Lås størrelsesforhold',
@ -427,10 +428,10 @@ CKEDITOR.lang['da'] =
linkTab : 'Hyperlink',
button2Img : 'Vil du lave billedknappen om til et almindeligt billede?',
img2Button : 'Vil du lave billedet om til en billedknap?',
urlMissing : 'Image source URL is missing.', // MISSING
validateBorder : 'Border must be a whole number.', // MISSING
validateHSpace : 'HSpace must be a whole number.', // MISSING
validateVSpace : 'VSpace must be a whole number.' // MISSING
urlMissing : 'Kilde på billed-URL mangler',
validateBorder : 'Kant skal være et helt nummer.',
validateHSpace : 'HSpace skal være et helt nummer.',
validateVSpace : 'VSpace skal være et helt nummer.'
},
// Flash Dialog
@ -441,13 +442,13 @@ CKEDITOR.lang['da'] =
title : 'Egenskaber for Flash',
chkPlay : 'Automatisk afspilning',
chkLoop : 'Gentagelse',
chkMenu : 'Vis Flash menu',
chkMenu : 'Vis Flash-menu',
chkFull : 'Tillad fuldskærm',
scale : 'Skalér',
scaleAll : 'Vis alt',
scaleNoBorder : 'Ingen ramme',
scaleFit : 'Tilpas størrelse',
access : 'Script adgang',
access : 'Scriptadgang',
accessAlways : 'Altid',
accessSameDomain: 'Samme domæne',
accessNever : 'Aldrig',
@ -502,12 +503,12 @@ CKEDITOR.lang['da'] =
{
toolbar : 'Smiley',
title : 'Vælg smiley',
options : 'Smiley Options' // MISSING
options : 'Smileymuligheder'
},
elementsPath :
{
eleLabel : 'Elements path', // MISSING
eleLabel : 'Sti på 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).',
pasteMsg : 'Indsæt i feltet herunder (<STRONG>Ctrl/Cmd+V</STRONG>) og klik på <STRONG>OK</STRONG>.',
securityMsg : 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.<br><br>Du skal indsætte udklipsholderens indhold i dette vindue igen.',
pasteArea : 'Paste Area' // MISSING
pasteArea : 'Indsæt område'
},
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?',
toolbar : 'Indsæt fra Word',
title : 'Indsæt fra Word',
error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
error : 'Det var ikke muligt at fjerne formatteringen på den indsatte tekst grundet en intern fejl'
},
pasteText :
@ -554,7 +555,7 @@ CKEDITOR.lang['da'] =
{
button : 'Skabeloner',
title : 'Indholdsskabeloner',
options : 'Template Options', // MISSING
options : 'Skabelon muligheder',
insertOption : 'Erstat det faktiske indhold',
selectPromptMsg : 'Vælg den skabelon, som skal åbnes i editoren (nuværende indhold vil blive overskrevet):',
emptyListMsg : '(Der er ikke defineret nogen skabelon)'
@ -565,7 +566,7 @@ CKEDITOR.lang['da'] =
stylesCombo :
{
label : 'Typografi',
panelTitle : 'Formatting Styles', // MISSING
panelTitle : 'Formattering på stylesheet',
panelTitle1 : 'Block typografi',
panelTitle2 : 'Inline typografi',
panelTitle3 : 'Object typografi'
@ -590,28 +591,28 @@ CKEDITOR.lang['da'] =
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
title : 'Opret Div Container',
toolbar : 'Opret Div Container',
cssClassInputLabel : 'Typografiark',
styleSelectLabel : 'Style',
IdInputLabel : 'Id',
languageCodeInputLabel : ' Sprogkode',
inlineStyleInputLabel : 'Inline Style',
advisoryTitleInputLabel : 'Vejledende titel',
langDirLabel : 'Sprogretning',
langDirLTRLabel : 'Venstre til højre (LTR)',
langDirRTLLabel : 'Højre til venstre (RTL)',
edit : 'Rediger Div',
remove : 'Slet Div'
},
iframe :
{
title : 'IFrame Properties', // MISSING
toolbar : 'IFrame', // MISSING
noUrl : 'Please type the iframe URL', // MISSING
scrolling : 'Enable scrollbars', // MISSING
border : 'Show frame border' // MISSING
title : 'Iframe egenskaber',
toolbar : 'Iframe',
noUrl : 'Venligst indsæt URL på iframen',
scrolling : 'Aktiver scrollbars',
border : 'Vis kant på rammen'
},
font :
@ -632,59 +633,59 @@ CKEDITOR.lang['da'] =
{
textColorTitle : 'Tekstfarve',
bgColorTitle : 'Baggrundsfarve',
panelTitle : 'Colors', // MISSING
panelTitle : 'Farver',
auto : 'Automatisk',
more : 'Flere farver...'
},
colors :
{
'000' : 'Black', // MISSING
'800000' : 'Maroon', // MISSING
'8B4513' : 'Saddle Brown', // MISSING
'2F4F4F' : 'Dark Slate Gray', // MISSING
'008080' : 'Teal', // MISSING
'000080' : 'Navy', // MISSING
'4B0082' : 'Indigo', // MISSING
'696969' : 'Dark Gray', // MISSING
'B22222' : 'Fire Brick', // MISSING
'A52A2A' : 'Brown', // MISSING
'DAA520' : 'Golden Rod', // MISSING
'006400' : 'Dark Green', // MISSING
'40E0D0' : 'Turquoise', // MISSING
'0000CD' : 'Medium Blue', // MISSING
'800080' : 'Purple', // MISSING
'808080' : 'Gray', // MISSING
'F00' : 'Red', // MISSING
'FF8C00' : 'Dark Orange', // MISSING
'FFD700' : 'Gold', // MISSING
'008000' : 'Green', // MISSING
'0FF' : 'Cyan', // MISSING
'00F' : 'Blue', // MISSING
'EE82EE' : 'Violet', // MISSING
'A9A9A9' : 'Dim Gray', // MISSING
'FFA07A' : 'Light Salmon', // MISSING
'FFA500' : 'Orange', // MISSING
'FFFF00' : 'Yellow', // MISSING
'00FF00' : 'Lime', // MISSING
'AFEEEE' : 'Pale Turquoise', // MISSING
'ADD8E6' : 'Light Blue', // MISSING
'DDA0DD' : 'Plum', // MISSING
'D3D3D3' : 'Light Grey', // MISSING
'FFF0F5' : 'Lavender Blush', // MISSING
'FAEBD7' : 'Antique White', // MISSING
'FFFFE0' : 'Light Yellow', // MISSING
'F0FFF0' : 'Honeydew', // MISSING
'F0FFFF' : 'Azure', // MISSING
'F0F8FF' : 'Alice Blue', // MISSING
'E6E6FA' : 'Lavender', // MISSING
'FFF' : 'White' // MISSING
'000' : 'Sort',
'800000' : 'Mørkerød',
'8B4513' : 'Mørk orange',
'2F4F4F' : 'Dark Slate Grå',
'008080' : 'Teal',
'000080' : 'Navy',
'4B0082' : 'Indigo',
'696969' : 'Mørkegrå',
'B22222' : 'Scarlet / Rød',
'A52A2A' : 'Brun',
'DAA520' : 'Guld',
'006400' : 'Mørkegrøn',
'40E0D0' : 'Tyrkis',
'0000CD' : 'Mellemblå',
'800080' : 'Lilla',
'808080' : 'Grå',
'F00' : 'Rød',
'FF8C00' : 'Mørk orange',
'FFD700' : 'Guld',
'008000' : 'Grøn',
'0FF' : 'Cyan',
'00F' : 'Blå',
'EE82EE' : 'Violet',
'A9A9A9' : 'Matgrå',
'FFA07A' : 'Laksefarve',
'FFA500' : 'Orange',
'FFFF00' : 'Gul',
'00FF00' : 'Lime',
'AFEEEE' : 'Mat tyrkis',
'ADD8E6' : 'Lyseblå',
'DDA0DD' : 'Plum',
'D3D3D3' : 'Lysegrå',
'FFF0F5' : 'Lavender Blush',
'FAEBD7' : 'Antikhvid',
'FFFFE0' : 'Lysegul',
'F0FFF0' : 'Gul / Beige',
'F0FFFF' : 'Himmeblå',
'F0F8FF' : 'Alice blue',
'E6E6FA' : 'Lavendel',
'FFF' : 'Hvid'
},
scayt :
{
title : 'Stavekontrol mens du skriver',
opera_title : 'Not supported by Opera', // MISSING
opera_title : 'Ikke supporteret af Opera',
enable : 'Aktivér SCAYT',
disable : 'Deaktivér SCAYT',
about : 'Om SCAYT',
@ -698,20 +699,20 @@ CKEDITOR.lang['da'] =
emptyDic : 'Ordbogsnavn må ikke være tom.',
optionsTab : 'Indstillinger',
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING
mixedCase : 'Ignore Words with Mixed Case', // MISSING
mixedWithDigits : 'Ignore Words with Numbers', // MISSING
allCaps : 'Ignorer alle store bogstaver',
ignoreDomainNames : 'Ignorér domænenavne',
mixedCase : 'Ignorer ord med store og små bogstaver',
mixedWithDigits : 'Ignorér ord med numre',
languagesTab : 'Sprog',
dictionariesTab : 'Ordbøger',
dic_field_name : 'Dictionary name', // MISSING
dic_create : 'Create', // MISSING
dic_restore : 'Restore', // MISSING
dic_delete : 'Delete', // MISSING
dic_rename : 'Rename', // MISSING
dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
dic_field_name : 'Navn på ordbog',
dic_create : 'Opret',
dic_restore : 'Gendan',
dic_delete : 'Slet',
dic_rename : 'Omdøb',
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'
},
@ -720,21 +721,21 @@ CKEDITOR.lang['da'] =
{
title : 'Om CKEditor',
dlgTitle : 'Om CKEditor',
help : 'Check $1 for help.', // MISSING
userGuide : 'CKEditor User\'s Guide', // MISSING
help : 'Se $1 for at få hjælp.',
userGuide : 'CKEditor-brugermanual',
moreInfo : 'For informationer omkring licens, se venligst vores hjemmeside (på engelsk):',
copy : 'Copyright &copy; $1. Alle rettigheder forbeholdes.'
},
maximize : 'Maximér',
minimize : 'Minimize', // MISSING
maximize : 'Maksimér',
minimize : 'Minimér',
fakeobjects :
{
anchor : 'Anker',
flash : 'Flashanimation',
iframe : 'IFrame', // MISSING
hiddenfield : 'Hidden Field', // MISSING
iframe : 'Iframe',
hiddenfield : 'Skjult felt',
unknown : 'Ukendt objekt'
},
@ -742,49 +743,49 @@ CKEDITOR.lang['da'] =
colordialog :
{
title : 'Select color', // MISSING
options : 'Color Options', // MISSING
highlight : 'Highlight', // MISSING
selected : 'Selected Color', // MISSING
clear : 'Clear' // MISSING
title : 'Vælg farve',
options : 'Farvemuligheder',
highlight : 'Markér',
selected : 'Valgt farve',
clear : 'Nulstil'
},
toolbarCollapse : 'Collapse Toolbar', // MISSING
toolbarExpand : 'Expand Toolbar', // MISSING
toolbarCollapse : 'Sammenklap værktøjslinje',
toolbarExpand : 'Udvid værktøjslinje',
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
document : 'Dokument',
clipboard : 'Udklipsholder/Fortryd',
editing : 'Redigering',
forms : 'Formularer',
basicstyles : 'Basis styles',
paragraph : 'Paragraf',
links : 'Links',
insert : 'Indsæt',
styles : 'Typografier',
colors : 'Farver',
tools : 'Værktøjer'
},
bidi :
{
ltr : 'Text direction from left to right', // MISSING
rtl : 'Text direction from right to left' // MISSING
ltr : 'Tekstretning fra venstre til højre',
rtl : 'Tekstretning fra højre til venstre'
},
docprops :
{
label : 'Egenskaber for dokument',
title : 'Egenskaber for dokument',
design : 'Design', // MISSING
meta : 'Meta Tags', // MISSING
chooseColor : 'Choose', // MISSING
design : 'Design',
meta : 'Metatags',
chooseColor : 'Vælg',
other : '<anden>',
docTitle : 'Sidetitel',
charset : 'Tegnsæt kode',
charsetOther : 'Anden tegnsæt kode',
charsetASCII : 'ASCII', // MISSING
charset : 'Tegnsætskode',
charsetOther : 'Anden tegnsætskode',
charsetASCII : 'ASCII',
charsetCE : 'Centraleuropæisk',
charsetCT : 'Traditionel kinesisk (Big5)',
charsetCR : 'Kyrillisk',
@ -792,7 +793,7 @@ CKEDITOR.lang['da'] =
charsetJP : 'Japansk',
charsetKR : 'Koreansk',
charsetTR : 'Tyrkisk',
charsetUN : 'Unicode (UTF-8)', // MISSING
charsetUN : 'Unicode (UTF-8)',
charsetWE : 'Vesteuropæisk',
docType : 'Dokumenttype kategori',
docTypeOther : 'Anden dokumenttype kategori',
@ -807,9 +808,9 @@ CKEDITOR.lang['da'] =
marginRight : 'Højre',
marginBottom : 'Nederst',
metaKeywords : 'Dokument index nøgleord (kommasepareret)',
metaDescription : 'Dokument beskrivelse',
metaDescription : 'Dokumentbeskrivelse',
metaAuthor : 'Forfatter',
metaCopyright : 'Copyright', // MISSING
previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
metaCopyright : 'Copyright',
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['de'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'WYSIWYG-Editor, %1, drücken Sie ALT 0 für Hilfe.',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Editor Symbolleisten',
@ -190,7 +191,7 @@ CKEDITOR.lang['de'] =
selectAnchor : 'Anker auswählen',
anchorName : 'nach Anker Name',
anchorId : 'nach Element Id',
emailAddress : 'E-Mail Addresse',
emailAddress : 'E-Mail Adresse',
emailSubject : 'Betreffzeile',
emailBody : 'Nachrichtentext',
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
*/
@ -31,11 +31,12 @@ CKEDITOR.lang['el'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
editor : 'Rich Text Editor', // MISSING
toolbars : 'Εργαλειοθήκες Επεξεργαστή',
editor : 'Επεξεργαστής Πλούσιου Κειμένου',
// Toolbar buttons without dialogs.
source : 'HTML κώδικας',
@ -56,7 +57,7 @@ CKEDITOR.lang['el'] =
superscript : 'Εκθέτης',
horizontalrule : 'Εισαγωγή Οριζόντιας Γραμμής',
pagebreak : 'Εισαγωγή τέλους σελίδας',
pagebreakAlt : 'Page Break', // MISSING
pagebreakAlt : 'Αλλαγή Σελίδας',
unlink : 'Αφαίρεση Συνδέσμου (Link)',
undo : 'Αναίρεση',
redo : 'Επαναφορά',
@ -66,21 +67,21 @@ CKEDITOR.lang['el'] =
{
browseServer : 'Εξερεύνηση διακομιστή',
url : 'URL',
protocol : 'Προτόκολο',
upload : 'Αποστολή',
protocol : 'Πρωτόκολλο',
upload : 'Ανέβασμα',
uploadSubmit : 'Αποστολή στον Διακομιστή',
image : 'Εικόνα',
flash : 'Εισαγωγή Flash',
form : 'Φόρμα',
checkbox : 'Κουτί επιλογής',
radio : 'Κουμπί Radio',
radio : 'Κουμπί επιλογής',
textField : 'Πεδίο κειμένου',
textarea : 'Περιοχή κειμένου',
hiddenField : 'Κρυφό πεδίο',
button : 'Κουμπί',
select : 'Πεδίο επιλογής',
imageButton : 'Κουμπί εικόνας',
notSet : '<χωρίς>',
notSet : '<δεν έχει ρυθμιστεί>',
id : 'Id',
name : 'Όνομα',
langDir : 'Κατεύθυνση κειμένου',
@ -89,38 +90,38 @@ CKEDITOR.lang['el'] =
langCode : 'Κωδικός Γλώσσας',
longDescr : 'Αναλυτική περιγραφή URL',
cssClass : 'Stylesheet Classes',
advisoryTitle : 'Συμβουλευτικός τίτλος',
cssStyle : 'Στύλ',
advisoryTitle : 'Ενδεικτικός τίτλος',
cssStyle : 'Μορφή κειμένου',
ok : 'OK',
cancel : 'Ακύρωση',
close : 'Close', // MISSING
preview : 'Preview', // MISSING
generalTab : 'General', // MISSING
close : 'Κλείσιμο',
preview : 'Προεπισκόπηση',
generalTab : 'Γενικά',
advancedTab : 'Για προχωρημένους',
validateNumberFailed : 'This value is not a number.', // MISSING
confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING
options : 'Options', // MISSING
target : 'Target', // MISSING
targetNew : 'New Window (_blank)', // MISSING
targetTop : 'Topmost Window (_top)', // MISSING
targetSelf : 'Same Window (_self)', // MISSING
targetParent : 'Parent Window (_parent)', // MISSING
langDirLTR : 'Left to Right (LTR)', // MISSING
langDirRTL : 'Right to Left (RTL)', // MISSING
styles : 'Style', // MISSING
validateNumberFailed : 'Αυτή η τιμή δεν είναι αριθμός.',
confirmNewPage : 'Οι όποιες αλλαγές στο περιεχόμενο θα χαθούν. Είσαστε σίγουροι ότι θέλετε να φορτώσετε μια νέα σελίδα;',
confirmCancel : 'Μερικές επιλογές έχουν αλλάξει. Είσαστε σίγουροι ότι θέλετε να κλείσετε το παράθυρο διαλόγου;',
options : 'Επιλογές',
target : 'Προορισμός',
targetNew : 'Νέο Παράθυρο (_blank)',
targetTop : 'Αρχική Περιοχή (_top)',
targetSelf : 'Ίδια Περιοχή (_self)',
targetParent : 'Γονεϊκό Παράθυρο (_parent)',
langDirLTR : 'Αριστερά προς Δεξιά (LTR)',
langDirRTL : 'Δεξιά προς Αριστερά (RTL)',
styles : 'Μορφή',
cssClasses : 'Stylesheet Classes', // MISSING
width : 'Πλάτος',
height : 'Ύψος',
align : 'Ευθυγράμμιση (Align)',
align : 'Στοίχιση',
alignLeft : 'Αριστερά',
alignRight : 'Δεξιά (Right)',
alignRight : 'Δεξιά',
alignCenter : 'Κέντρο',
alignTop : 'Πάνω (Top)',
alignMiddle : 'Μέση (Middle)',
alignBottom : 'Κάτω (Bottom)',
invalidHeight : 'Height must be a number.', // MISSING
invalidWidth : 'Width must be a number.', // MISSING
alignTop : 'Πάνω',
alignMiddle : 'Μέση',
alignBottom : 'Κάτω',
invalidHeight : 'Το ύψος πρέπει να είναι ένας αριθμός.',
invalidWidth : 'Το πλάτος πρέπει να είναι ένας αριθμός.',
invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
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 :
{
options : 'Context Menu Options' // MISSING
options : 'Επιλογές Αναδυόμενου Μενού'
},
// Special char dialog.
specialChar :
{
toolbar : 'Εισαγωγή Ειδικού Συμβόλου',
title : 'Επιλέξτε ένα Ειδικό Σύμβολο',
options : 'Special Character Options' // MISSING
toolbar : 'Εισαγωγή Ειδικού Χαρακτήρα',
title : 'Επιλέξτε έναν Ειδικό Χαρακτήρα',
options : 'Επιλογές Ειδικών Χαρακτήρων'
},
// Link dialog.
link :
{
toolbar : 'Εισαγωγή/Μεταβολή Συνδέσμου (Link)',
other : '<άλλος>',
menu : 'Μεταβολή Συνδέσμου (Link)',
title : 'Σύνδεσμος (Link)',
info : 'Link',
target : 'Παράθυρο Στόχος (Target)',
upload : 'Αποστολή',
toolbar : 'Σύνδεσμος',
other : '<άλλο>',
menu : 'Επεξεργασία Συνδέσμου',
title : 'Σύνδεσμος',
info : 'Πληροφορίες Συνδέσμου',
target : 'Παράθυρο Προορισμού',
upload : 'Ανέβασμα',
advanced : 'Για προχωρημένους',
type : 'Τύπος συνδέσμου (Link)',
type : 'Τύπος Συνδέσμου',
toUrl : 'URL', // MISSING
toAnchor : 'Άγκυρα σε αυτή τη σελίδα',
toEmail : 'E-Mail',
targetFrame : '<πλαίσιο>',
targetPopup : '<παράθυρο popup>',
targetFrameName : 'Όνομα πλαισίου στόχου',
targetPopupName : 'Όνομα Popup Window',
popupFeatures : 'Επιλογές Popup Window',
popupResizable : 'Resizable', // MISSING
popupStatusBar : 'Μπάρα Status',
popupLocationBar: 'Μπάρα Τοποθεσίας',
popupToolbar : 'Μπάρα Εργαλείων',
popupMenuBar : 'Μπάρα Menu',
popupFullScreen : 'Ολόκληρη η Οθόνη (IE)',
targetPopup : '<αναδυόμενο παράθυρο>',
targetFrameName : 'Όνομα Παραθύρου Προορισμού',
targetPopupName : 'Όνομα Αναδυόμενου Παραθύρου',
popupFeatures : 'Επιλογές Αναδυόμενου Παραθύρου',
popupResizable : 'Προσαρμοζόμενο Μέγεθος',
popupStatusBar : 'Γραμμή Κατάστασης',
popupLocationBar: 'Γραμμή Τοποθεσίας',
popupToolbar : 'Εργαλειοθήκη',
popupMenuBar : 'Γραμμή Επιλογών',
popupFullScreen : 'Πλήρης Οθόνη (IE)',
popupScrollBars : 'Μπάρες Κύλισης',
popupDependent : 'Dependent (Netscape)',
popupLeft : 'Τοποθεσία Αριστερής Άκρης',
popupTop : 'Τοποθεσία Πάνω Άκρης',
popupDependent : 'Εξαρτημένο (Netscape)',
popupLeft : 'Θέση Αριστερά',
popupTop : 'Θέση Πάνω',
id : 'Id', // MISSING
langDir : 'Κατεύθυνση κειμένου',
langDir : 'Κατεύθυνση Κειμένου',
langDirLTR : 'Αριστερά προς Δεξιά (LTR)',
langDirRTL : 'Δεξιά προς Αριστερά (RTL)',
acccessKey : 'Συντόμευση (Access Key)',
acccessKey : 'Συντόμευση',
name : 'Όνομα',
langCode : 'Κατεύθυνση κειμένου',
tabIndex : 'Tab Index',
advisoryTitle : 'Συμβουλευτικός τίτλος',
advisoryContentType : 'Συμβουλευτικός τίτλος περιεχομένου',
langCode : 'Κατεύθυνση Κειμένου',
tabIndex : 'Σειρά Μεταπήδησης',
advisoryTitle : 'Ενδεικτικός Τίτλος',
advisoryContentType : 'Ενδεικτικός Τύπος Περιεχομένου',
cssClasses : 'Stylesheet Classes',
charset : 'Linked Resource Charset',
styles : 'Στύλ',
rel : 'Relationship', // MISSING
charset : 'Κωδικοποίηση Χαρακτήρων Προσαρτημένης Πηγής',
styles : 'Μορφή',
rel : 'Σχέση',
selectAnchor : 'Επιλέξτε μια άγκυρα',
anchorName : 'Βάσει του Ονόματος (Name) της άγκυρας',
anchorName : 'Βάσει του Ονόματος της άγκυρας',
anchorId : 'Βάσει του Element Id',
emailAddress : 'Διεύθυνση Ηλεκτρονικού Ταχυδρομείου',
emailAddress : 'Διεύθυνση e-mail',
emailSubject : 'Θέμα Μηνύματος',
emailBody : 'Κείμενο Μηνύματος',
noAnchors : '(Δεν υπάρχουν άγκυρες στο κείμενο)',
@ -201,27 +202,27 @@ CKEDITOR.lang['el'] =
// Anchor dialog
anchor :
{
toolbar : 'Εισαγωγή/επεξεργασία Anchor',
toolbar : 'Εισαγωγή/επεξεργασία Άγκυρας',
menu : 'Ιδιότητες άγκυρας',
title : 'Ιδιότητες άγκυρας',
name : 'Όνομα άγκυρας',
errorName : 'Παρακαλούμε εισάγετε όνομα άγκυρας',
remove : 'Remove Anchor' // MISSING
remove : 'Αφαίρεση Άγκυρας'
},
// 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
numberedTitle : 'Ιδιότητες Αριθμημένης Λίστας ',
bulletedTitle : 'Ιδιότητες Λίστας Σημείων',
type : 'Τύπος',
start : 'Εκκίνηση',
validateStartNumber :'Ο αριθμός εκκίνησης της αρίθμησης πρέπει να είναι ακέραιος αριθμός.',
circle : 'Κύκλος',
disc : 'Δίσκος',
square : 'Τετράγωνο',
none : 'Τίποτα',
notset : '<δεν έχει οριστεί>',
armenian : 'Armenian numbering', // MISSING
georgian : 'Georgian numbering (an, ban, gan, 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
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
decimal : 'Δεκαδικός (1, 2, 3, κτλ)',
decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
},
// Find And Replace Dialog
findAndReplace :
{
title : 'Find and Replace', // MISSING
title : 'Αναζήτηση και Αντικατάσταση',
find : 'Αναζήτηση',
replace : 'Αντικατάσταση',
findWhat : 'Αναζήτηση:',
findWhat : 'Αναζήτηση για:',
replaceWith : 'Αντικατάσταση με:',
notFoundMsg : 'Το κείμενο δεν βρέθηκε.',
findOptions : 'Find Options', // MISSING
@ -259,72 +260,72 @@ CKEDITOR.lang['el'] =
deleteTable : 'Διαγραφή πίνακα',
rows : 'Γραμμές',
columns : 'Κολώνες',
border : 'Μέγεθος Περιθωρίου',
border : 'Πάχος Περιγράμματος',
widthPx : 'pixels',
widthPc : '%',
widthUnit : 'width unit', // MISSING
cellSpace : 'Απόσταση κελιών',
widthPc : 'τοις εκατό',
widthUnit : 'μονάδα πλάτους',
cellSpace : 'Διάστημα κελιών',
cellPad : 'Γέμισμα κελιών',
caption : 'Υπέρτιτλος',
caption : 'Λεζάντα',
summary : 'Περίληψη',
headers : 'Headers', // MISSING
headersNone : 'None', // MISSING
headersColumn : 'First column', // MISSING
headersRow : 'First Row', // MISSING
headersBoth : 'Both', // MISSING
invalidRows : 'Number of rows must be a number greater than 0.', // MISSING
invalidCols : 'Number of columns must be a number greater than 0.', // MISSING
invalidBorder : 'Border size must be a number.', // MISSING
invalidWidth : 'Table width must be a number.', // MISSING
invalidHeight : 'Table height must be a number.', // MISSING
invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING
invalidCellPadding : 'Cell padding must be a positive number.', // MISSING
headers : 'Κεφαλίδες',
headersNone : 'Κανένα',
headersColumn : 'Πρώτη Στήλη',
headersRow : 'Πρώτη Σειρά',
headersBoth : 'Και τα δύο',
invalidRows : 'Ο αριθμός των σειρών πρέπει να είναι μεγαλύτερος από 0.',
invalidCols : 'Ο αριθμός των στηλών πρέπει να είναι μεγαλύτερος από 0.',
invalidBorder : 'Το πάχος του περιγράμματος πρέπει να είναι ένας αριθμός.',
invalidWidth : 'Το πλάτος του πίνακα πρέπει να είναι ένας αριθμός.',
invalidHeight : 'Το ύψος του πίνακα πρέπει να είναι ένας αριθμός.',
invalidCellSpacing : 'Η απόσταση μεταξύ των κελιών πρέπει να είναι ένας θετικός αριθμός.',
invalidCellPadding : 'Το γέμισμα μέσα στα κελιά πρέπει να είναι ένας θετικός αριθμός.',
cell :
{
menu : 'Κελί',
insertBefore : 'Insert Cell Before', // MISSING
insertAfter : 'Insert Cell After', // MISSING
insertBefore : 'Εισαγωγή Κελιού Πριν',
insertAfter : 'Εισαγωγή Κελιού Μετά',
deleteCell : 'Διαγραφή Κελιών',
merge : 'Ενοποίηση Κελιών',
mergeRight : 'Merge Right', // MISSING
mergeDown : 'Merge Down', // MISSING
splitHorizontal : 'Split Cell Horizontally', // MISSING
splitVertical : 'Split Cell Vertically', // MISSING
title : 'Cell Properties', // MISSING
cellType : 'Cell Type', // MISSING
rowSpan : 'Rows Span', // MISSING
colSpan : 'Columns Span', // MISSING
mergeRight : 'Συγχώνευση Με Δεξιά',
mergeDown : 'Συγχώνευση Με Κάτω',
splitHorizontal : 'Οριζόντιο Μοίρασμα Κελιού',
splitVertical : 'Κατακόρυφο Μοίρασμα Κελιού',
title : 'Ιδιότητες Κελιού',
cellType : 'Τύπος Κελιού',
rowSpan : 'Εύρος Σειρών',
colSpan : 'Εύρος Στηλών',
wordWrap : 'Word Wrap', // MISSING
hAlign : 'Horizontal Alignment', // MISSING
vAlign : 'Vertical Alignment', // MISSING
hAlign : 'Οριζόντια Στοίχιση',
vAlign : 'Κάθετη Στοίχιση',
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
bgColor : 'Χρώμα Φόντου',
borderColor : 'Χρώμα Περιγράμματος',
data : 'Δεδομένα',
header : 'Κεφαλίδα',
yes : 'Ναι',
no : 'Όχι',
invalidWidth : 'Το πλάτος του κελιού πρέπει να είναι ένας αριθμός.',
invalidHeight : 'Το ύψος του κελιού πρέπει να είναι ένας αριθμός.',
invalidRowSpan : 'Rows span must be a whole number.', // MISSING
invalidColSpan : 'Columns span must be a whole number.', // MISSING
chooseColor : 'Choose' // MISSING
chooseColor : 'Επιλέξτε'
},
row :
{
menu : 'Σειρά',
insertBefore : 'Insert Row Before', // MISSING
insertAfter : 'Insert Row After', // MISSING
insertBefore : 'Εισαγωγή Σειράς Από Πάνω',
insertAfter : 'Εισαγωγή Σειράς Από Κάτω',
deleteRow : 'Διαγραφή Γραμμών'
},
column :
{
menu : 'Στήλη',
insertBefore : 'Insert Column Before', // MISSING
insertAfter : 'Insert Column After', // MISSING
insertBefore : 'Εισαγωγή Στήλης Πριν',
insertAfter : 'Εισαγωγή Σειράς Μετά',
deleteColumn : 'Διαγραφή Κολωνών'
}
},
@ -332,19 +333,19 @@ CKEDITOR.lang['el'] =
// Button Dialog.
button :
{
title : 'Ιδιότητες κουμπιού',
title : 'Ιδιότητες Κουμπιού',
text : 'Κείμενο (Τιμή)',
type : 'Τύπος',
typeBtn : 'Κουμπί',
typeSbm : 'Καταχώρηση',
typeSbm : 'Υποβολή',
typeRst : 'Επαναφορά'
},
// Checkbox and Radio Button Dialogs.
checkboxAndRadio :
{
checkboxTitle : 'Ιδιότητες κουμπιού επιλογής',
radioTitle : 'Ιδιότητες κουμπιού radio',
checkboxTitle : 'Ιδιότητες Κουτιού Επιλογής',
radioTitle : 'Ιδιότητες Κουμπιού Επιλογής',
value : 'Τιμή',
selected : 'Επιλεγμένο'
},
@ -352,37 +353,37 @@ CKEDITOR.lang['el'] =
// Form Dialog.
form :
{
title : 'Ιδιότητες φόρμας',
menu : 'Ιδιότητες φόρμας',
title : 'Ιδιότητες Φόρμας',
menu : 'Ιδιότητες Φόρμας',
action : 'Δράση',
method : 'Μάθοδος',
encoding : 'Encoding' // MISSING
method : 'Μέθοδος',
encoding : 'Κωδικοποίηση'
},
// Select Field Dialog.
select :
{
title : 'Ιδιότητες πεδίου επιλογής',
selectInfo : 'Πληροφορίες',
opAvail : 'Διαθέσιμες επιλογές',
title : 'Ιδιότητες Πεδίου Επιλογής',
selectInfo : 'Πληροφορίες Πεδίου Επιλογής',
opAvail : 'Διαθέσιμες Επιλογές',
value : 'Τιμή',
size : 'Μέγεθος',
lines : 'γραμμές',
chkMulti : 'Πολλαπλές επιλογές',
chkMulti : 'Να επιτρέπονται οι πολλαπλές επιλογές',
opText : 'Κείμενο',
opValue : 'Τιμή',
btnAdd : 'Προσθήκη',
btnModify : 'Αλλαγή',
btnModify : 'Τροποποίηση',
btnUp : 'Πάνω',
btnDown : 'Κάτω',
btnSetValue : 'Προεπιλεγμένη επιλογή',
btnSetValue : 'Προεπιλογή',
btnDelete : 'Διαγραφή'
},
// Textarea Dialog.
textarea :
{
title : 'Ιδιότητες περιοχής κειμένου',
title : 'Ιδιότητες Περιοχής Κειμένου',
cols : 'Στήλες',
rows : 'Σειρές'
},
@ -390,10 +391,10 @@ CKEDITOR.lang['el'] =
// Text Field Dialog.
textfield :
{
title : 'Ιδιότητες πεδίου κειμένου',
title : 'Ιδιότητες Πεδίου Κειμένου',
name : 'Όνομα',
value : 'Τιμή',
charWidth : 'Μήκος χαρακτήρων',
charWidth : 'Πλάτος Χαρακτήρων',
maxChars : 'Μέγιστοι χαρακτήρες',
type : 'Τύπος',
typeText : 'Κείμενο',
@ -403,7 +404,7 @@ CKEDITOR.lang['el'] =
// Hidden Field Dialog.
hidden :
{
title : 'Ιδιότητες κρυφού πεδίου',
title : 'Ιδιότητες Κρυφού Πεδίου',
name : 'Όνομα',
value : 'Τιμή'
},
@ -412,20 +413,20 @@ CKEDITOR.lang['el'] =
image :
{
title : 'Ιδιότητες Εικόνας',
titleButton : 'Ιδιότητες κουμπιού εικόνας',
titleButton : 'Ιδιότητες Κουμπιού Εικόνας',
menu : 'Ιδιότητες Εικόνας',
infoTab : 'Πληροφορίες Εικόνας',
btnUpload : 'Αποστολή στον Διακομιστή',
upload : 'Αποστολή',
alt : 'Εναλλακτικό Κείμενο (ALT)',
upload : 'Ανέβασμα',
alt : 'Εναλλακτικό Κείμενο',
lockRatio : 'Κλείδωμα Αναλογίας',
resetSize : 'Επαναφορά Αρχικού Μεγέθους',
border : 'Περιθώριο',
hSpace : 'Οριζόντιος Χώρος (HSpace)',
vSpace : 'Κάθετος Χώρος (VSpace)',
border : 'Περίγραμμα',
hSpace : 'Οριζόντιο Διάστημα',
vSpace : 'Κάθετο Διάστημα',
alertUrl : 'Εισάγετε την τοποθεσία (URL) της εικόνας',
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
urlMissing : 'Image source URL is missing.', // MISSING
validateBorder : 'Border must be a whole number.', // MISSING
@ -437,24 +438,24 @@ CKEDITOR.lang['el'] =
flash :
{
properties : 'Ιδιότητες Flash',
propertiesTab : 'Properties', // MISSING
title : 'Ιδιότητες flash',
chkPlay : 'Αυτόματη έναρξη',
propertiesTab : 'Ιδιότητες',
title : 'Ιδιότητες Flash',
chkPlay : 'Αυτόματη Εκτέλεση',
chkLoop : 'Επανάληψη',
chkMenu : 'Ενεργοποίηση Flash Menu',
chkFull : 'Allow Fullscreen', // MISSING
scale : 'Κλίμακα',
scale : 'Μεγέθυνση',
scaleAll : 'Εμφάνιση όλων',
scaleNoBorder : 'Χωρίς όρια',
scaleFit : 'Ακριβής εφαρμογή',
scaleNoBorder : 'Χωρίς Περίγραμμα',
scaleFit : 'Ακριβές Μέγεθος',
access : 'Script Access', // MISSING
accessAlways : 'Always', // MISSING
accessSameDomain: 'Same domain', // MISSING
accessNever : 'Never', // MISSING
alignAbsBottom : 'Απόλυτα Κάτω (Abs Bottom)',
alignAbsMiddle : 'Απόλυτα στη Μέση (Abs Middle)',
alignBaseline : 'Γραμμή Βάσης (Baseline)',
alignTextTop : 'Κορυφή Κειμένου (Text Top)',
alignAbsBottom : 'Απόλυτα Κάτω',
alignAbsMiddle : 'Απόλυτα στη Μέση',
alignBaseline : 'Γραμμή Βάσης',
alignTextTop : 'Κορυφή Κειμένου',
quality : 'Quality', // MISSING
qualityBest : 'Best', // MISSING
qualityHigh : 'High', // MISSING
@ -468,8 +469,8 @@ CKEDITOR.lang['el'] =
windowMode : 'Window mode', // MISSING
flashvars : 'Variables for Flash', // MISSING
bgcolor : 'Χρώμα Υποβάθρου',
hSpace : 'Οριζόντιος Χώρος (HSpace)',
vSpace : 'Κάθετος Χώρος (VSpace)',
hSpace : 'Οριζόντιο Διάστημα',
vSpace : 'Κάθετο Διάστημα',
validateSrc : 'Εισάγετε την τοποθεσία (URL) του υπερσυνδέσμου (Link)',
validateHSpace : 'HSpace must be a number.', // MISSING
validateVSpace : 'VSpace must be a number.' // MISSING
@ -478,7 +479,7 @@ CKEDITOR.lang['el'] =
// Speller Pages Dialog
spellCheck :
{
toolbar : 'Ορθογραφικός έλεγχος',
toolbar : 'Ορθογραφικός Έλεγχος',
title : 'Spell Check', // MISSING
notAvailable : 'Sorry, but service is unavailable now.', // MISSING
errorLoading : 'Error loading application service host: %s.', // MISSING
@ -490,11 +491,11 @@ CKEDITOR.lang['el'] =
btnReplaceAll : 'Αντικατάσταση όλων',
btnUndo : 'Αναίρεση',
noSuggestions : '- Δεν υπάρχουν προτάσεις -',
progress : 'Ορθογραφικός έλεγχος σε εξέλιξη...',
progress : 'Γίνεται ορθογραφικός έλεγχος...',
noMispell : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Δεν βρέθηκαν λάθη',
noChanges : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Δεν άλλαξαν λέξεις',
oneChange : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Μια λέξη άλλαξε',
manyChanges : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: %1 λέξεις άλλαξαν',
oneChange : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Άλλαξε μια λέξη',
manyChanges : 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Άλλαξαν %1 λέξεις',
ieSpellDownload : 'Δεν υπάρχει εγκατεστημένος ορθογράφος. Θέλετε να τον κατεβάσετε τώρα;'
},
@ -511,8 +512,8 @@ CKEDITOR.lang['el'] =
eleTitle : '%1 element' // MISSING
},
numberedlist : 'Λίστα με Αριθμούς',
bulletedlist : 'Λίστα με Bullets',
numberedlist : 'Εισαγωγή/Απομάκρυνση Αριθμημένης Λίστας',
bulletedlist : 'Εισαγωγή/Απομάκρυνση Λίστας Κουκκίδων',
indent : 'Αύξηση Εσοχής',
outdent : 'Μείωση Εσοχής',
@ -521,17 +522,17 @@ CKEDITOR.lang['el'] =
left : 'Στοίχιση Αριστερά',
center : 'Στοίχιση στο Κέντρο',
right : 'Στοίχιση Δεξιά',
block : 'Πλήρης Στοίχιση (Block)'
block : 'Πλήρης Στοίχιση'
},
blockquote : 'Block Quote', // MISSING
blockquote : 'Περιοχή Παράθεσης',
clipboard :
{
title : 'Επικόλληση',
cutError : 'Οι ρυθμίσεις ασφαλείας του φυλλομετρητή σας δεν επιτρέπουν την επιλεγμένη εργασία αποκοπής. Χρησιμοποιείστε το πληκτρολόγιο (Ctrl/Cmd+X).',
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
pasteArea : 'Paste Area' // MISSING
},
@ -553,18 +554,18 @@ CKEDITOR.lang['el'] =
templates :
{
button : 'Πρότυπα',
title : 'Πρότυπα περιεχομένου',
title : 'Πρότυπα Περιεχομένου',
options : 'Template Options', // MISSING
insertOption : 'Αντικατάσταση υπάρχοντων περιεχομένων',
selectPromptMsg : 'Παρακαλώ επιλέξτε πρότυπο για εισαγωγή στο πρόγραμμα<br>(τα υπάρχοντα περιεχόμενα θα χαθούν):',
selectPromptMsg : 'Παρακαλώ επιλέξτε πρότυπο για εισαγωγή στο πρόγραμμα',
emptyListMsg : '(Δεν έχουν καθοριστεί πρότυπα)'
},
showBlocks : 'Show Blocks', // MISSING
showBlocks : 'Προβολή Περιοχών',
stylesCombo :
{
label : 'Στυλ',
label : 'Μορφές',
panelTitle : 'Formatting Styles', // MISSING
panelTitle1 : 'Block Styles', // MISSING
panelTitle2 : 'Inline Styles', // MISSING
@ -573,8 +574,8 @@ CKEDITOR.lang['el'] =
format :
{
label : 'Μορφή Γραμματοσειράς',
panelTitle : 'Μορφή Γραμματοσειράς',
label : 'Μορφοποίηση',
panelTitle : 'Μορφοποίηση Παραγράφου',
tag_p : 'Κανονικό',
tag_pre : 'Μορφοποιημένο',
@ -618,22 +619,22 @@ CKEDITOR.lang['el'] =
{
label : 'Γραμματοσειρά',
voiceLabel : 'Font', // MISSING
panelTitle : 'Γραμματοσειρά'
panelTitle : 'Όνομα Γραμματοσειράς'
},
fontSize :
{
label : 'Μέγεθος',
voiceLabel : 'Font Size', // MISSING
panelTitle : 'Μέγεθος'
panelTitle : 'Μέγεθος Γραμματοσειράς'
},
colorButton :
{
textColorTitle : 'Χρώμα Γραμμάτων',
bgColorTitle : 'Χρώμα Υποβάθρου',
textColorTitle : 'Χρώμα Κειμένου',
bgColorTitle : 'Χρώμα Φόντου',
panelTitle : 'Colors', // MISSING
auto : 'Αυτόματο',
auto : 'Αυτόματα',
more : 'Περισσότερα χρώματα...'
},
@ -726,8 +727,8 @@ CKEDITOR.lang['el'] =
copy : 'Copyright &copy; $1. All rights reserved.' // MISSING
},
maximize : 'Maximize', // MISSING
minimize : 'Minimize', // MISSING
maximize : 'Μεγιστοποίηση',
minimize : 'Ελαχιστοποίηση',
fakeobjects :
{
@ -738,7 +739,7 @@ CKEDITOR.lang['el'] =
unknown : 'Unknown Object' // MISSING
},
resize : 'Drag to resize', // MISSING
resize : 'Σύρσιμο για αλλαγή μεγέθους',
colordialog :
{
@ -749,8 +750,8 @@ CKEDITOR.lang['el'] =
clear : 'Clear' // MISSING
},
toolbarCollapse : 'Collapse Toolbar', // MISSING
toolbarExpand : 'Expand Toolbar', // MISSING
toolbarCollapse : 'Σύμπτηξη Εργαλειοθήκης',
toolbarExpand : 'Ανάπτυξη Εργαλειοθήκης',
toolbarGroups :
{
@ -775,15 +776,15 @@ CKEDITOR.lang['el'] =
docprops :
{
label : 'Ιδιότητες εγγράφου',
title : 'Ιδιότητες εγγράφου',
label : 'Ιδιότητες Εγγράφου',
title : 'Ιδιότητες Εγγράφου',
design : 'Design', // MISSING
meta : 'Δεδομένα Meta',
chooseColor : 'Choose', // MISSING
other : '<άλλος>',
docTitle : 'Τίτλος σελίδας',
charset : 'Κωδικοποίηση χαρακτήρων',
charsetOther : 'Άλλη κωδικοποίηση χαρακτήρων',
other : 'Άλλο...',
docTitle : 'Τίτλος Σελίδας',
charset : 'Κωδικοποίηση Χαρακτήρων',
charsetOther : 'Άλλη Κωδικοποίηση Χαρακτήρων',
charsetASCII : 'ASCII', // MISSING
charsetCE : 'Κεντρικής Ευρώπης',
charsetCT : 'Παραδοσιακά κινέζικα (Big5)',
@ -809,7 +810,7 @@ CKEDITOR.lang['el'] =
metaKeywords : 'Λέξεις κλειδιά δείκτες εγγράφου (διαχωρισμός με κόμμα)',
metaDescription : 'Περιγραφή εγγράφου',
metaAuthor : 'Συγγραφέας',
metaCopyright : 'Πνευματικά δικαιώματα',
metaCopyright : 'Πνευματικά Δικαιώματα',
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
*/
@ -31,11 +31,12 @@ CKEDITOR.lang['en-au'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
editor : 'Rich Text Editor', // MISSING
toolbars : 'Editor toolbars',
editor : 'Rich Text Editor',
// Toolbar buttons without dialogs.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['en-ca'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['en-gb'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['en'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.',
editorTitle : 'Rich text editor, %1',
editorHelp : 'Press ALT 0 for help',
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['es'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Editor de texto, %1, pulse ALT 0 para ayuda.',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['et'] =
* Screenreader titles. Please note that screenreaders are not always capable
* 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.
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.',
invalidHtmlLength : '"%1" välja jaoks määratud väärtus peab olema positiivne täisarv HTML ühikuga (px või %) või ilma.',
invalidInlineStyle : 'Reasisese stiili määrangud peavad koosnema paarisväärtustest (tuples), mis on semikoolonitega eraldatult järgnevas vormingus: "nimi : väärtus".',
cssLengthTooltip : '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.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['eu'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['fa'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'ویرایشگر متن غنی, %1, کلید Alt+0 را برای راهنمایی بفشارید.',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['fi'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rikastekstieditori, %1, paina ALT 0 nähdäksesi ohjeen.',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,10 +31,11 @@ CKEDITOR.lang['fo'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, trýst ALT og 0 fyri vegleiðing.',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
toolbars : 'Editor toolbars',
editor : 'Rich Text Editor',
// Toolbar buttons without dialogs.
@ -121,10 +122,10 @@ CKEDITOR.lang['fo'] =
alignBottom : 'Botnur',
invalidHeight : 'Hædd má vera eitt tal.',
invalidWidth : 'Breidd má vera eitt tal.',
invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
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
invalidCssLength : 'Virðið sett í "%1" feltið má vera eitt positivt tal, við ella uttan gyldugum CSS mátieind (px, %, in, cm, mm, em, ex, pt, ella pc).',
invalidHtmlLength : 'Virðið sett í "%1" feltiðield má vera eitt positivt tal, við ella uttan gyldugum CSS mátieind (px ella %).',
invalidInlineStyle : 'Virði specifiserað fyri inline style má hava eitt ella fleiri pør (tuples) skrivað sum "name : value", hvørt parið sundurskilt við semi-colon.',
cssLengthTooltip : 'Skriva eitt tal fyri eitt virði í pixels ella eitt tal við gyldigum CSS eind (px, %, in, cm, mm, em, ex, pt, ella pc).',
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, ikki tøkt</span>'
@ -186,7 +187,7 @@ CKEDITOR.lang['fo'] =
cssClasses : 'Typografi klassar',
charset : 'Atknýtt teknsett',
styles : 'Typografi',
rel : 'Relationship', // MISSING
rel : 'Relatión',
selectAnchor : 'Vel ein marknastein',
anchorName : 'Eftir navni á marknasteini',
anchorId : 'Eftir element Id',
@ -206,7 +207,7 @@ CKEDITOR.lang['fo'] =
title : 'Eginleikar fyri marknastein',
name : 'Heiti marknasteinsins',
errorName : 'Vinarliga rita marknasteinsins heiti',
remove : 'Remove Anchor' // MISSING
remove : 'Strika marknastein'
},
// List style dialog
@ -242,7 +243,7 @@ CKEDITOR.lang['fo'] =
findWhat : 'Finn:',
replaceWith : 'Yvirskriva við:',
notFoundMsg : 'Leititeksturin varð ikki funnin',
findOptions : 'Find Options', // MISSING
findOptions : 'Finn møguleikar',
matchCase : 'Munur á stórum og smáum bókstavum',
matchWord : 'Bert heil orð',
matchCyclic : 'Match cyclic',
@ -491,10 +492,10 @@ CKEDITOR.lang['fo'] =
btnUndo : 'Angra',
noSuggestions : '- Einki uppskot -',
progress : 'Rættstavarin arbeiðir...',
noMispell : 'Rættstavarain liðugur: Eingin feilur funnin',
noChanges : 'Rættstavarain liðugur: Einki orð varð broytt',
oneChange : 'Rættstavarain liðugur: Eitt orð er broytt',
manyChanges : 'Rættstavarain liðugur: %1 orð broytt',
noMispell : 'Rættstavarin liðugur: Eingin feilur funnin',
noChanges : 'Rættstavarin liðugur: Einki orð varð broytt',
oneChange : 'Rættstavarin liðugur: Eitt orð er broytt',
manyChanges : 'Rættstavarin liðugur: %1 orð broytt',
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_delete : 'Strika',
dic_rename : 'Broyt',
dic_info : 'Upprunaliga er brúkara-orðabókin goymd í eini cookie í tínum egna kaga. Men hesar eru avmarkaðar í stødd. Tá brúkara-orðabókin veksur seg ov stóra til eina cookie, so er møguligt at goyma hana á ambætara okkara. Fyri at goyma persónligu orðabókina á ambætaranum eigur tú at velja eitt navn til tína skuffu. Hevur tú longu goymt eina orðabók, so vinarliga skriva navnið og klikk á knøttin Endurskapa.',
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'
},
@ -720,8 +721,8 @@ CKEDITOR.lang['fo'] =
{
title : 'Um CKEditor',
dlgTitle : 'Um CKEditor',
help : 'Check $1 for help.', // MISSING
userGuide : 'CKEditor User\'s Guide', // MISSING
help : 'Kekka $1 fyri hjálp.',
userGuide : 'CKEditor Brúkaravegleiðing',
moreInfo : 'Licens upplýsingar finnast á heimasíðu okkara:',
copy : 'Copyright &copy; $1. All rights reserved.'
},
@ -754,17 +755,17 @@ CKEDITOR.lang['fo'] =
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
document : 'Dokument',
clipboard : 'Clipboard/Undo',
editing : 'Editering',
forms : 'Formar',
basicstyles : 'Grundleggjandi Styles',
paragraph : 'Reglubrot',
links : 'Leinkjur',
insert : 'Set inn',
styles : 'Styles',
colors : 'Litir',
tools : 'Tól'
},
bidi :
@ -777,14 +778,14 @@ CKEDITOR.lang['fo'] =
{
label : 'Eginleikar fyri dokument',
title : 'Eginleikar fyri dokument',
design : 'Design', // MISSING
design : 'Design',
meta : 'META-upplýsingar',
chooseColor : 'Vel',
other : '<annað>',
docTitle : 'Síðuheiti',
charset : 'Teknsett koda',
charsetOther : 'Onnur teknsett koda',
charsetASCII : 'ASCII', // MISSING
charsetASCII : 'ASCII',
charsetCE : 'Miðeuropa',
charsetCT : 'Kinesiskt traditionelt (Big5)',
charsetCR : 'Cyrilliskt',
@ -792,7 +793,7 @@ CKEDITOR.lang['fo'] =
charsetJP : 'Japanskt',
charsetKR : 'Koreanskt',
charsetTR : 'Turkiskt',
charsetUN : 'Unicode (UTF-8)', // MISSING
charsetUN : 'Unicode (UTF-8)',
charsetWE : 'Vestureuropa',
docType : 'Dokumentslag yvirskrift',
docTypeOther : 'Annað dokumentslag yvirskrift',
@ -810,6 +811,6 @@ CKEDITOR.lang['fo'] =
metaDescription : 'Dokumentlýsing',
metaAuthor : 'Høvundur',
metaCopyright : 'Upphavsrættindi',
previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['fr-ca'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,10 +31,11 @@ CKEDITOR.lang['fr'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Éditeur de Texte Enrichi, %1, appuyez sur ALT-0 pour l\'aide.',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
toolbars : 'Barre d\'outils de l\'éditeur',
editor : 'Éditeur de Texte Enrichi',
// Toolbar buttons without dialogs.
@ -121,10 +122,10 @@ CKEDITOR.lang['fr'] =
alignBottom : 'Bas',
invalidHeight : 'La hauteur doit être un nombre.',
invalidWidth : 'La largeur doit être un nombre.',
invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
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
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 : '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 : 'La valeur spécifiée pour le style inline doit être composée d\'un ou plusieurs couples de valeur au format "nom : valeur", separés par des points-virgules.',
cssLengthTooltip : 'Entrer un nombre pour une valeur en pixels ou un nombre avec une unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, or pc).',
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, Indisponible</span>'
@ -206,7 +207,7 @@ CKEDITOR.lang['fr'] =
title : 'Propriétés de l\'ancre',
name : 'Nom de l\'ancre',
errorName : 'Veuillez entrer le nom de l\'ancre.',
remove : 'Remove Anchor' // MISSING
remove : 'Supprimer l\'ancre'
},
// List style dialog
@ -242,7 +243,7 @@ CKEDITOR.lang['fr'] =
findWhat : 'Expression à trouver: ',
replaceWith : 'Remplacer par: ',
notFoundMsg : 'Le texte spécifié ne peut être trouvé.',
findOptions : 'Find Options', // MISSING
findOptions : 'Options de recherche',
matchCase : 'Respecter la casse',
matchWord : 'Mot entier uniquement',
matchCyclic : 'Boucler',
@ -698,7 +699,7 @@ CKEDITOR.lang['fr'] =
emptyDic : 'Le nom du dictionnaire ne devrait pas être vide.',
optionsTab : 'Options',
allCaps : 'Ignorer les mots entierement en majuscules',
allCaps : 'Ignorer les mots entièrement en majuscules',
ignoreDomainNames : 'Ignorer les noms de domaines',
mixedCase : 'Ignorer les mots à casse multiple',
mixedWithDigits : 'Ignorer les mots contenant des chiffres',
@ -711,17 +712,17 @@ CKEDITOR.lang['fr'] =
dic_restore : 'Restaurer',
dic_delete : 'Effacer',
dic_rename : 'Renommer',
dic_info : 'Initiallement, le dictionnaire de l\'utilisateur est stocké dans un cookie. Cependant, les cookies sont limités en taille. Quand le dictionnaire atteint une taille qu\'il n\'est plus possible de stocker dans un cookie, il peut alors être stocké sur nos serveurs. Afin de stocker votre dictionnaire personnel sur nos serveurs, vous devez spécifier un nom pour ce dictionnaire. Si vous avez déjà un dictionnaire stocké, merci de taper son nom puis cliquer sur Restaurer pour le récupérer.',
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'
},
about :
{
title : 'A propos de CKEditor',
dlgTitle : 'A propos de CKEditor',
help : 'Check $1 for help.', // MISSING
userGuide : 'CKEditor User\'s Guide', // MISSING
title : 'À propos de CKEditor',
dlgTitle : 'À propos de CKEditor',
help : 'Consulter $1 pour l\'aide.',
userGuide : 'Guide de l\'utilisateur CKEditor en anglais',
moreInfo : 'Pour les informations de licence, veuillez visiter notre site web:',
copy : 'Copyright &copy; $1. Tous droits réservés.'
},
@ -754,17 +755,17 @@ CKEDITOR.lang['fr'] =
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
document : 'Document',
clipboard : 'Presse-papier/Défaire',
editing : 'Editer',
forms : 'Formulaires',
basicstyles : 'Styles de base',
paragraph : 'Paragraphe',
links : 'Liens',
insert : 'Insérer',
styles : 'Styles',
colors : 'Couleurs',
tools : 'Outils'
},
bidi :
@ -777,14 +778,14 @@ CKEDITOR.lang['fr'] =
{
label : 'Propriétés du document',
title : 'Propriétés du document',
design : 'Design', // MISSING
design : 'Design',
meta : 'Métadonnées',
chooseColor : 'Choisissez',
other : '<autre>',
docTitle : 'Titre de la page',
charset : 'Encodage de caractère',
charsetOther : 'Autre encodage de caractère',
charsetASCII : 'ASCII', // MISSING
charsetASCII : 'ASCII',
charsetCE : 'Europe Centrale',
charsetCT : 'Chinois Traditionnel (Big5)',
charsetCR : 'Cyrillique',
@ -792,7 +793,7 @@ CKEDITOR.lang['fr'] =
charsetJP : 'Japonais',
charsetKR : 'Coréen',
charsetTR : 'Turc',
charsetUN : 'Unicode (UTF-8)', // MISSING
charsetUN : 'Unicode (UTF-8)',
charsetWE : 'Occidental',
docType : '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)',
metaDescription : 'Description',
metaAuthor : 'Auteur',
metaCopyright : 'Copyright', // MISSING
previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
metaCopyright : 'Copyright',
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['gl'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,11 +31,12 @@ CKEDITOR.lang['gu'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
editor : 'Rich Text Editor', // MISSING
toolbars : 'એડીટર ટૂલ બાર',
editor : 'રીચ ટેક્ષ્ત્ એડીટર',
// Toolbar buttons without dialogs.
source : 'મૂળ કે પ્રાથમિક દસ્તાવેજ',
@ -56,7 +57,7 @@ CKEDITOR.lang['gu'] =
superscript : 'એક ચિહ્ન ઉપર કરેલું બીજું ચિહ્ન.',
horizontalrule : 'સમસ્તરીય રેખા ઇન્સર્ટ/દાખલ કરવી',
pagebreak : 'ઇન્સર્ટ પેજબ્રેક/પાનાને અલગ કરવું/દાખલ કરવું',
pagebreakAlt : 'Page Break', // MISSING
pagebreakAlt : 'નવું પાનું',
unlink : 'લિંક કાઢવી',
undo : 'રદ કરવું; પહેલાં હતી એવી સ્થિતિ પાછી લાવવી',
redo : 'રિડૂ; પછી હતી એવી સ્થિતિ પાછી લાવવી',
@ -93,23 +94,23 @@ CKEDITOR.lang['gu'] =
cssStyle : 'સ્ટાઇલ',
ok : 'ઠીક છે',
cancel : 'રદ કરવું',
close : 'Close', // MISSING
preview : 'Preview', // MISSING
generalTab : 'General', // MISSING
close : 'બંધ કરવું',
preview : 'જોવું',
generalTab : 'જનરલ',
advancedTab : 'અડ્વાન્સડ',
validateNumberFailed : 'This value is not a number.', // MISSING
confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING
options : 'Options', // MISSING
target : 'Target', // MISSING
targetNew : 'New Window (_blank)', // MISSING
targetTop : 'Topmost Window (_top)', // MISSING
targetSelf : 'Same Window (_self)', // MISSING
targetParent : 'Parent Window (_parent)', // MISSING
langDirLTR : 'Left to Right (LTR)', // MISSING
langDirRTL : 'Right to Left (RTL)', // MISSING
styles : 'Style', // MISSING
cssClasses : 'Stylesheet Classes', // MISSING
validateNumberFailed : 'આ રકમ આકડો નથી.',
confirmNewPage : 'સવે કાર્ય વગરનું ફકરો ખોવાઈ જશે. તમને ખાતરી છે કે તમને નવું પાનું ખોલવું છે?',
confirmCancel : 'ઘણા વિકલ્પો બદલાયા છે. તમારે આ બોક્ષ્ બંધ કરવું છે?',
options : 'વિકલ્પો',
target : 'લક્ષ્ય',
targetNew : 'નવી વિન્ડો (_blank)',
targetTop : 'ઉપરની વિન્ડો (_top)',
targetSelf : 'એજ વિન્ડો (_self)',
targetParent : 'પેરનટ વિન્ડો (_parent)',
langDirLTR : 'ડાબે થી જમણે (LTR)',
langDirRTL : 'જમણે થી ડાબે (RTL)',
styles : 'શૈલી',
cssClasses : 'શૈલી કલાસીસ',
width : 'પહોળાઈ',
height : 'ઊંચાઈ',
align : 'લાઇનદોરીમાં ગોઠવવું',
@ -119,20 +120,20 @@ CKEDITOR.lang['gu'] =
alignTop : 'ઉપર',
alignMiddle : 'વચ્ચે',
alignBottom : 'નીચે',
invalidHeight : 'Height must be a number.', // MISSING
invalidWidth : 'Width must be a number.', // MISSING
invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
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
invalidHeight : 'ઉંચાઈ એક આંકડો હોવો જોઈએ.',
invalidWidth : 'પોહળ ઈ એક આંકડો હોવો જોઈએ.',
invalidCssLength : '"%1" ની વેલ્યુ એક પોસીટીવ આંકડો હોવો જોઈએ અથવા CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc) વગર.',
invalidHtmlLength : '"%1" ની વેલ્યુ એક પોસીટીવ આંકડો હોવો જોઈએ અથવા HTML measurement unit (px or %) વગર.',
invalidInlineStyle : 'ઈનલાઈન સ્ટાઈલ ની વેલ્યુ "name : value" ના ફોર્મેટ માં હોવી જોઈએ, વચ્ચે સેમી-કોલોન જોઈએ.',
cssLengthTooltip : 'પિક્ષ્લ્ નો આંકડો CSS unit (px, %, in, cm, mm, em, ex, pt, or pc) માં નાખો.',
// 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 :
{
options : 'Context Menu Options' // MISSING
options : 'કોન્તેક્ષ્ત્ મેનુના વિકલ્પો'
},
// Special char dialog.
@ -140,14 +141,14 @@ CKEDITOR.lang['gu'] =
{
toolbar : 'વિશિષ્ટ અક્ષર ઇન્સર્ટ/દાખલ કરવું',
title : 'સ્પેશિઅલ વિશિષ્ટ અક્ષર પસંદ કરો',
options : 'Special Character Options' // MISSING
options : 'સ્પેશિઅલ કરેક્ટરના વિકલ્પો'
},
// Link dialog.
link :
{
toolbar : 'લિંક ઇન્સર્ટ/દાખલ કરવી',
other : '<other>', // MISSING
other : '<other> <અન્ય>',
menu : ' લિંક એડિટ/માં ફેરફાર કરવો',
title : 'લિંક',
info : 'લિંક ઇન્ફૉ ટૅબ',
@ -155,7 +156,7 @@ CKEDITOR.lang['gu'] =
upload : 'અપલોડ',
advanced : 'અડ્વાન્સડ',
type : 'લિંક પ્રકાર',
toUrl : 'URL', // MISSING
toUrl : 'URL',
toAnchor : 'આ પેજનો ઍંકર',
toEmail : 'ઈ-મેલ',
targetFrame : '<ફ્રેમ>',
@ -163,7 +164,7 @@ CKEDITOR.lang['gu'] =
targetFrameName : 'ટાર્ગેટ ફ્રેમ નું નામ',
targetPopupName : 'પૉપ-અપ વિન્ડો નું નામ',
popupFeatures : 'પૉપ-અપ વિન્ડો ફીચરસૅ',
popupResizable : 'Resizable', // MISSING
popupResizable : 'રીસાઈઝએબલ',
popupStatusBar : 'સ્ટૅટસ બાર',
popupLocationBar: 'લોકેશન બાર',
popupToolbar : 'ટૂલ બાર',
@ -173,7 +174,7 @@ CKEDITOR.lang['gu'] =
popupDependent : 'ડિપેન્ડન્ટ (Netscape)',
popupLeft : 'ડાબી બાજુ',
popupTop : 'જમણી બાજુ',
id : 'Id', // MISSING
id : 'Id',
langDir : 'ભાષા લેખવાની પદ્ધતિ',
langDirLTR : 'ડાબે થી જમણે (LTR)',
langDirRTL : 'જમણે થી ડાબે (RTL)',
@ -186,7 +187,7 @@ CKEDITOR.lang['gu'] =
cssClasses : 'સ્ટાઇલ-શીટ ક્લાસ',
charset : 'લિંક રિસૉર્સ કૅરિક્ટર સેટ',
styles : 'સ્ટાઇલ',
rel : 'Relationship', // MISSING
rel : 'સંબંધની સ્થિતિ',
selectAnchor : 'ઍંકર પસંદ કરો',
anchorName : 'ઍંકર નામથી પસંદ કરો',
anchorId : 'ઍંકર એલિમન્ટ Id થી પસંદ કરો',
@ -206,31 +207,31 @@ CKEDITOR.lang['gu'] =
title : 'ઍંકરના ગુણ',
name : 'ઍંકરનું નામ',
errorName : 'ઍંકરનું નામ ટાઈપ કરો',
remove : 'Remove Anchor' // MISSING
remove : 'સ્થિર નકરવું'
},
// 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
numberedTitle : 'આંકડાના લીસ્ટના ગુણ',
bulletedTitle : 'બુલેટેડ લીસ્ટના ગુણ',
type : 'પ્રકાર',
start : 'શરુ કરવું',
validateStartNumber :'લીસ્ટના સરુઆતનો આંકડો પુરો હોવો જોઈએ.',
circle : 'વર્તુળ',
disc : 'ડિસ્ક',
square : 'ચોરસ',
none : 'કસુ ',
notset : '<સેટ નથી>',
armenian : 'અરમેનિયન આંકડા પદ્ધતિ',
georgian : 'ગેઓર્ગિયન આંકડા પદ્ધતિ (an, ban, gan, etc.)',
lowerRoman : 'રોમન નાના (i, ii, iii, iv, v, etc.)',
upperRoman : 'રોમન મોટા (I, II, III, IV, V, etc.)',
lowerAlpha : 'આલ્ફા નાના (a, b, c, d, e, etc.)',
upperAlpha : 'આલ્ફા મોટા (A, B, C, D, E, etc.)',
lowerGreek : 'ગ્રીક નાના (alpha, beta, gamma, etc.)',
decimal : 'આંકડા (1, 2, 3, etc.)',
decimalLeadingZero : 'સુન્ય આગળ આંકડા (01, 02, 03, etc.)'
},
// Find And Replace Dialog
@ -242,12 +243,12 @@ CKEDITOR.lang['gu'] =
findWhat : 'આ શોધો',
replaceWith : 'આનાથી બદલો',
notFoundMsg : 'તમે શોધેલી ટેક્સ્ટ નથી મળી',
findOptions : 'Find Options', // MISSING
findOptions : 'વીકલ્પ શોધો',
matchCase : 'કેસ સરખા રાખો',
matchWord : 'બઘા શબ્દ સરખા રાખો',
matchCyclic : 'Match cyclic', // MISSING
matchCyclic : 'સરખાવવા બધા',
replaceAll : 'બઘા બદલી ',
replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING
replaceSuccessMsg : '%1 ફેરફારો બાદલાયા છે.'
},
// Table Dialog
@ -262,23 +263,23 @@ CKEDITOR.lang['gu'] =
border : 'કોઠાની બાજુ(બોર્ડર) સાઇઝ',
widthPx : 'પિકસલ',
widthPc : 'પ્રતિશત',
widthUnit : 'width unit', // MISSING
widthUnit : 'પોહાલાઈ એકમ',
cellSpace : 'સેલ અંતર',
cellPad : 'સેલ પૅડિંગ',
caption : 'મથાળું/કૅપ્શન ',
summary : 'ટૂંકો એહેવાલ',
headers : 'Headers', // MISSING
headersNone : 'None', // MISSING
headersColumn : 'First column', // MISSING
headersRow : 'First Row', // MISSING
headersBoth : 'Both', // MISSING
invalidRows : 'Number of rows must be a number greater than 0.', // MISSING
invalidCols : 'Number of columns must be a number greater than 0.', // MISSING
invalidBorder : 'Border size must be a number.', // MISSING
invalidWidth : 'Table width must be a number.', // MISSING
invalidHeight : 'Table height must be a number.', // MISSING
invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING
invalidCellPadding : 'Cell padding must be a positive number.', // MISSING
headers : 'મથાળા',
headersNone : 'નથી ',
headersColumn : 'પહેલી ઊભી કટાર',
headersRow : 'પહેલી કટાર',
headersBoth : 'બેવું',
invalidRows : 'આડી કટાર, 0 કરતા વધારે હોવી જોઈએ.',
invalidCols : 'ઉભી કટાર, 0 કરતા વધારે હોવી જોઈએ.',
invalidBorder : 'બોર્ડર એક આંકડો હોવો જોઈએ',
invalidWidth : 'ટેબલની પોહલાઈ આંકડો હોવો જોઈએ.',
invalidHeight : 'ટેબલની ઊંચાઈ આંકડો હોવો જોઈએ.',
invalidCellSpacing : 'સેલ વચ્ચેની જગ્યા સુન્ય કરતા વધારે હોવી જોઈએ.',
invalidCellPadding : 'સેલની અંદરની જગ્યા સુન્ય કરતા વધારે હોવી જોઈએ.',
cell :
{
@ -291,25 +292,25 @@ CKEDITOR.lang['gu'] =
mergeDown : 'નીચે ભેગા કરવા',
splitHorizontal : 'કોષને સમસ્તરીય વિભાજન કરવું',
splitVertical : 'કોષને સીધું ને ઊભું વિભાજન કરવું',
title : 'Cell Properties', // MISSING
cellType : 'Cell Type', // MISSING
rowSpan : 'Rows Span', // MISSING
colSpan : 'Columns Span', // MISSING
wordWrap : 'Word Wrap', // MISSING
hAlign : 'Horizontal Alignment', // MISSING
vAlign : 'Vertical Alignment', // MISSING
alignBaseline : 'Baseline', // MISSING
bgColor : 'Background Color', // MISSING
borderColor : 'Border Color', // MISSING
data : 'Data', // MISSING
header : 'Header', // MISSING
yes : 'Yes', // MISSING
no : 'No', // MISSING
invalidWidth : 'Cell width must be a number.', // MISSING
invalidHeight : 'Cell height must be a number.', // MISSING
invalidRowSpan : 'Rows span must be a whole number.', // MISSING
invalidColSpan : 'Columns span must be a whole number.', // MISSING
chooseColor : 'Choose' // MISSING
title : 'સેલના ગુણ',
cellType : 'સેલનો પ્રકાર',
rowSpan : 'આડી કટારની જગ્યા',
colSpan : 'ઊભી કતારની જગ્યા',
wordWrap : 'વર્ડ રેપ',
hAlign : 'સપાટ લાઈનદોરી',
vAlign : 'ઊભી લાઈનદોરી',
alignBaseline : 'બસે લાઈન',
bgColor : 'પાછાળનો રંગ',
borderColor : 'બોર્ડેર રંગ',
data : 'સ્વીકૃત માહિતી',
header : 'મથાળું',
yes : 'હા',
no : 'ના',
invalidWidth : 'સેલની પોહલાઈ આંકડો હોવો જોઈએ.',
invalidHeight : 'સેલની ઊંચાઈ આંકડો હોવો જોઈએ.',
invalidRowSpan : 'રો સ્પાન આંકડો હોવો જોઈએ.',
invalidColSpan : 'કોલમ સ્પાન આંકડો હોવો જોઈએ.',
chooseColor : 'પસંદ કરવું'
},
row :
@ -356,7 +357,7 @@ CKEDITOR.lang['gu'] =
menu : 'ફૉર્મ/પત્રકના ગુણ',
action : 'ક્રિયા',
method : 'પદ્ધતિ',
encoding : 'Encoding' // MISSING
encoding : 'અન્કોડીન્ગ'
},
// Select Field Dialog.
@ -425,63 +426,63 @@ CKEDITOR.lang['gu'] =
vSpace : 'લંબરૂપ જગ્યા',
alertUrl : 'ચિત્રની URL ટાઇપ કરો',
linkTab : 'લિંક',
button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING
img2Button : 'Do you want to transform the selected image on a image button?', // MISSING
urlMissing : 'Image source URL is missing.', // MISSING
validateBorder : 'Border must be a whole number.', // MISSING
validateHSpace : 'HSpace must be a whole number.', // MISSING
validateVSpace : 'VSpace must be a whole number.' // MISSING
button2Img : 'તમારે ઈમેજ બટનને સાદી ઈમેજમાં બદલવું છે.',
img2Button : 'તમારે સાદી ઈમેજને ઈમેજ બટનમાં બદલવું છે.',
urlMissing : 'ઈમેજની મૂળ URL છે નહી.',
validateBorder : 'બોર્ડેર આંકડો હોવો જોઈએ.',
validateHSpace : 'HSpaceઆંકડો હોવો જોઈએ.',
validateVSpace : 'VSpace આંકડો હોવો જોઈએ. '
},
// Flash Dialog
flash :
{
properties : 'ફ્લૅશના ગુણ',
propertiesTab : 'Properties', // MISSING
propertiesTab : 'ગુણ',
title : 'ફ્લૅશ ગુણ',
chkPlay : 'ઑટો/સ્વયં પ્લે',
chkLoop : 'લૂપ',
chkMenu : 'ફ્લૅશ મેન્યૂ નો પ્રયોગ કરો',
chkFull : 'Allow Fullscreen', // MISSING
chkFull : 'ફૂલ સ્ક્રીન કરવું',
scale : 'સ્કેલ',
scaleAll : 'સ્કેલ ઓલ/બધુ બતાવો',
scaleNoBorder : 'સ્કેલ બોર્ડર વગર',
scaleFit : 'સ્કેલ એકદમ ફીટ',
access : 'Script Access', // MISSING
accessAlways : 'Always', // MISSING
accessSameDomain: 'Same domain', // MISSING
accessNever : 'Never', // MISSING
access : 'સ્ક્રીપ્ટ એક્સેસ',
accessAlways : 'હમેશાં',
accessSameDomain: 'એજ ડોમેન',
accessNever : 'નહી',
alignAbsBottom : 'Abs નીચે',
alignAbsMiddle : 'Abs ઉપર',
alignBaseline : 'આધાર લીટી',
alignTextTop : 'ટેક્સ્ટ ઉપર',
quality : 'Quality', // MISSING
qualityBest : 'Best', // MISSING
qualityHigh : 'High', // MISSING
qualityAutoHigh : 'Auto High', // MISSING
qualityMedium : 'Medium', // MISSING
qualityAutoLow : 'Auto Low', // MISSING
qualityLow : 'Low', // MISSING
windowModeWindow: 'Window', // MISSING
windowModeOpaque: 'Opaque', // MISSING
windowModeTransparent : 'Transparent', // MISSING
windowMode : 'Window mode', // MISSING
flashvars : 'Variables for Flash', // MISSING
quality : 'ગુણધર્મ',
qualityBest : 'શ્રેષ્ઠ',
qualityHigh : 'ઊંચું',
qualityAutoHigh : 'ઓટો ઊંચું',
qualityMedium : 'મધ્યમ',
qualityAutoLow : 'ઓટો નીચું',
qualityLow : 'નીચું',
windowModeWindow: 'વિન્ડો',
windowModeOpaque: 'અપારદર્શક',
windowModeTransparent : 'પારદર્શક',
windowMode : 'વિન્ડો મોડ',
flashvars : 'ફલેશ ના વિકલ્પો',
bgcolor : 'બૅકગ્રાઉન્ડ રંગ,',
hSpace : 'સમસ્તરીય જગ્યા',
vSpace : 'લંબરૂપ જગ્યા',
validateSrc : 'લિંક URL ટાઇપ કરો',
validateHSpace : 'HSpace must be a number.', // MISSING
validateVSpace : 'VSpace must be a number.' // MISSING
validateHSpace : 'HSpace આંકડો હોવો જોઈએ.',
validateVSpace : 'VSpace આંકડો હોવો જોઈએ.'
},
// Speller Pages Dialog
spellCheck :
{
toolbar : 'જોડણી (સ્પેલિંગ) તપાસવી',
title : 'Spell Check', // MISSING
notAvailable : 'Sorry, but service is unavailable now.', // MISSING
errorLoading : 'Error loading application service host: %s.', // MISSING
title : 'સ્પેલ ',
notAvailable : 'માફ કરશો, આ સુવિધા ઉપલબ્ધ નથી',
errorLoading : 'સર્વિસ એપ્લીકેશન લોડ નથી થ: %s.',
notInDic : 'શબ્દકોશમાં નથી',
changeTo : 'આનાથી બદલવું',
btnIgnore : 'ઇગ્નોર/અવગણના કરવી',
@ -502,13 +503,13 @@ CKEDITOR.lang['gu'] =
{
toolbar : 'સ્માઇલી',
title : 'સ્માઇલી પસંદ કરો',
options : 'Smiley Options' // MISSING
options : 'સમ્ય્લી વિકલ્પો'
},
elementsPath :
{
eleLabel : 'Elements path', // MISSING
eleTitle : '%1 element' // MISSING
eleLabel : 'એલીમેન્ટ્સ નો ',
eleTitle : 'એલીમેન્ટ %1'
},
numberedlist : 'સંખ્યાંકન સૂચિ',
@ -533,15 +534,15 @@ CKEDITOR.lang['gu'] =
copyError : 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસ કોપી કરવાની પરવાનગી નથી આપતી. (Ctrl/Cmd+C) का प्रयोग करें।',
pasteMsg : 'Ctrl/Cmd+V નો પ્રયોગ કરી પેસ્ટ કરો',
securityMsg : 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસના કારણે,એડિટર તમારા કિલ્પબોર્ડ ડેટા ને કોપી નથી કરી શકતો. તમારે આ વિન્ડોમાં ફરીથી પેસ્ટ કરવું પડશે.',
pasteArea : 'Paste Area' // MISSING
pasteArea : 'પેસ્ટ કરવાની જગ્યા'
},
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 : 'પેસ્ટ (વડૅ ટેક્સ્ટ)',
title : 'પેસ્ટ (વડૅ ટેક્સ્ટ)',
error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
error : 'પેસ્ટ કરેલો ડેટા ઇન્ટરનલ એરર ના લીથે સાફ કરી શકાયો નથી.'
},
pasteText :
@ -554,7 +555,7 @@ CKEDITOR.lang['gu'] =
{
button : 'ટેમ્પ્લેટ',
title : 'કન્ટેન્ટ ટેમ્પ્લેટ',
options : 'Template Options', // MISSING
options : 'ટેમ્પ્લેટના વિકલ્પો',
insertOption : 'મૂળ શબ્દને બદલો',
selectPromptMsg : 'એડિટરમાં ઓપન કરવા ટેમ્પ્લેટ પસંદ કરો (વર્તમાન કન્ટેન્ટ સેવ નહીં થાય):',
emptyListMsg : '(કોઈ ટેમ્પ્લેટ ડિફાઇન નથી)'
@ -565,10 +566,10 @@ CKEDITOR.lang['gu'] =
stylesCombo :
{
label : 'શૈલી/રીત',
panelTitle : 'Formatting Styles', // MISSING
panelTitle1 : 'Block Styles', // MISSING
panelTitle2 : 'Inline Styles', // MISSING
panelTitle3 : 'Object Styles' // MISSING
panelTitle : 'ફોર્મેટ ',
panelTitle1 : 'બ્લોક ',
panelTitle2 : 'ઈનલાઈન ',
panelTitle3 : 'ઓબ્જેક્ટ પદ્ધતિ'
},
format :
@ -590,41 +591,41 @@ CKEDITOR.lang['gu'] =
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
title : 'Div કન્ટેનર બનાવુંવું',
toolbar : 'Div કન્ટેનર બનાવુંવું',
cssClassInputLabel : 'સ્ટાઈલશીટ કલાસીસ',
styleSelectLabel : 'સ્ટાઈલ',
IdInputLabel : 'Id',
languageCodeInputLabel : 'ભાષાનો કોડ',
inlineStyleInputLabel : 'ઈનલાઈન પદ્ધતિ',
advisoryTitleInputLabel : 'એડવાઈઝર શીર્ષક',
langDirLabel : 'ભાષાની દિશા',
langDirLTRLabel : 'ડાબે થી જમણે (LTR)',
langDirRTLLabel : 'જમણે થી ડાબે (RTL)',
edit : 'ડીવીમાં ફેરફાર કરવો',
remove : 'ડીવી કાઢી કાઢવું'
},
iframe :
{
title : 'IFrame Properties', // MISSING
toolbar : 'IFrame', // MISSING
noUrl : 'Please type the iframe URL', // MISSING
scrolling : 'Enable scrollbars', // MISSING
border : 'Show frame border' // MISSING
title : 'IFrame વિકલ્પો',
toolbar : 'IFrame',
noUrl : 'iframe URL ટાઈપ્ કરો',
scrolling : 'સ્ક્રોલબાર ચાલુ કરવા',
border : 'ફ્રેમ બોર્ડેર બતાવવી'
},
font :
{
label : 'ફૉન્ટ',
voiceLabel : 'Font', // MISSING
voiceLabel : 'ફોન્ટ',
panelTitle : 'ફૉન્ટ'
},
fontSize :
{
label : 'ફૉન્ટ સાઇઝ/કદ',
voiceLabel : 'Font Size', // MISSING
voiceLabel : 'ફોન્ટ સાઈઝ',
panelTitle : 'ફૉન્ટ સાઇઝ/કદ'
},
@ -632,159 +633,159 @@ CKEDITOR.lang['gu'] =
{
textColorTitle : 'શબ્દનો રંગ',
bgColorTitle : 'બૅકગ્રાઉન્ડ રંગ,',
panelTitle : 'Colors', // MISSING
panelTitle : 'રંગ',
auto : 'સ્વચાલિત',
more : 'ઔર રંગ...'
},
colors :
{
'000' : 'Black', // MISSING
'800000' : 'Maroon', // MISSING
'8B4513' : 'Saddle Brown', // MISSING
'2F4F4F' : 'Dark Slate Gray', // MISSING
'008080' : 'Teal', // MISSING
'000080' : 'Navy', // MISSING
'4B0082' : 'Indigo', // MISSING
'696969' : 'Dark Gray', // MISSING
'B22222' : 'Fire Brick', // MISSING
'A52A2A' : 'Brown', // MISSING
'DAA520' : 'Golden Rod', // MISSING
'006400' : 'Dark Green', // MISSING
'40E0D0' : 'Turquoise', // MISSING
'0000CD' : 'Medium Blue', // MISSING
'800080' : 'Purple', // MISSING
'808080' : 'Gray', // MISSING
'F00' : 'Red', // MISSING
'FF8C00' : 'Dark Orange', // MISSING
'FFD700' : 'Gold', // MISSING
'008000' : 'Green', // MISSING
'0FF' : 'Cyan', // MISSING
'00F' : 'Blue', // MISSING
'EE82EE' : 'Violet', // MISSING
'A9A9A9' : 'Dim Gray', // MISSING
'FFA07A' : 'Light Salmon', // MISSING
'FFA500' : 'Orange', // MISSING
'FFFF00' : 'Yellow', // MISSING
'00FF00' : 'Lime', // MISSING
'AFEEEE' : 'Pale Turquoise', // MISSING
'ADD8E6' : 'Light Blue', // MISSING
'DDA0DD' : 'Plum', // MISSING
'D3D3D3' : 'Light Grey', // MISSING
'FFF0F5' : 'Lavender Blush', // MISSING
'FAEBD7' : 'Antique White', // MISSING
'FFFFE0' : 'Light Yellow', // MISSING
'F0FFF0' : 'Honeydew', // MISSING
'F0FFFF' : 'Azure', // MISSING
'F0F8FF' : 'Alice Blue', // MISSING
'E6E6FA' : 'Lavender', // MISSING
'FFF' : 'White' // MISSING
'000' : 'કાળો',
'800000' : 'મરુન',
'8B4513' : 'છીક',
'2F4F4F' : 'ડાર્ક સ્લેટ ગ્રે ',
'008080' : 'ટીલ',
'000080' : 'નેવી',
'4B0082' : 'જામલી',
'696969' : 'ડાર્ક ગ્રે',
'B22222' : 'ઈટ',
'A52A2A' : 'બ્રાઉન',
'DAA520' : 'ગોલ્ડન રોડ',
'006400' : 'ડાર્ક લીલો',
'40E0D0' : 'ટ્રકોઈસ',
'0000CD' : 'મધ્યમ વાદળી',
'800080' : 'પર્પલ',
'808080' : 'ગ્રે',
'F00' : 'લાલ',
'FF8C00' : 'ડાર્ક ઓરંજ',
'FFD700' : 'ગોલ્ડ',
'008000' : 'ગ્રીન',
'0FF' : 'સાયન',
'00F' : 'વાદળી',
'EE82EE' : 'વાયોલેટ',
'A9A9A9' : 'ડીમ ',
'FFA07A' : 'લાઈટ સાલમન',
'FFA500' : 'ઓરંજ',
'FFFF00' : 'પીળો',
'00FF00' : 'લાઈમ',
'AFEEEE' : 'પેલ કોઈસ',
'ADD8E6' : 'લાઈટ બ્લુ',
'DDA0DD' : 'પલ્મ',
'D3D3D3' : 'લાઈટ ગ્રે',
'FFF0F5' : 'લવંડર ',
'FAEBD7' : 'એન્ટીક સફેદ',
'FFFFE0' : 'લાઈટ પીળો',
'F0FFF0' : 'હનીડઉય',
'F0FFFF' : 'અઝુરે',
'F0F8FF' : 'એલીસ બ્લુ',
'E6E6FA' : 'લવંડર',
'FFF' : 'સફેદ'
},
scayt :
{
title : '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
title : 'ટાઈપ કરતા સ્પેલ તપાસો',
opera_title : 'ઓપેરામાં સપોર્ટ નથી',
enable : 'SCAYT એનેબલ કરવું',
disable : 'SCAYT ડિસેબલ કરવું',
about : 'SCAYT વિષે',
toggle : 'SCAYT ટોગલ',
options : 'વિકલ્પો',
langs : 'ભાષાઓ',
moreSuggestions : 'વધારે વિકલ્પો',
ignore : 'ઇગ્નોર',
ignoreAll : 'બધા ઇગ્નોર ',
addWord : 'શબ્દ ઉમેરવો',
emptyDic : 'ડિક્સનરીનું નામ ખાલી ના હોય.',
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
optionsTab : 'વિકલ્પો',
allCaps : 'ઓલ-કેપ્સ વર્ડ છોડી દો.',
ignoreDomainNames : 'ડોમેન નામ છોડી દો.',
mixedCase : 'મિક્સ કેસ વર્ડ છોડી દો.',
mixedWithDigits : 'આંકડા વાળા શબ્દ છોડી દો.',
languagesTab : 'Languages', // MISSING
languagesTab : 'ભાષા',
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
dictionariesTab : 'શબ્દકોશ',
dic_field_name : 'શબ્દકોશ નામ',
dic_create : 'બનાવવું',
dic_restore : 'પાછું ',
dic_delete : 'કાઢી નાખવું',
dic_rename : 'નવું નામ આપવું',
dic_info : 'પેહલા User Dictionary, Cookie તરીકે સ્ટોર થાય છે. પણ Cookie ની સમતા ઓછી છે. જયારે User Dictionary, Cookie તરીકે સ્ટોર ના કરી શકાય, ત્યારે તે અમારા સર્વર પર સ્ટોર થાય છે. તમારી વ્યતિગત ડીકસ્નરી ને સર્વર પર સ્ટોર કરવા માટે તમારે તેનું નામ આપવું પડશે. જો તમે તમારી ડીકસ્નરી નું નામ આપેલું હોય તો તમે રિસ્ટોર બટન ક્લીક કરી શકો.',
aboutTab : 'About' // MISSING
aboutTab : 'વિષે'
},
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
title : 'CKEditor વિષે',
dlgTitle : 'CKEditor વિષે',
help : 'મદદ માટે $1 તપાસો',
userGuide : 'CKEditor યુઝર્સ ગાઈડ',
moreInfo : 'લાયસનસની માહિતી માટે અમારી વેબ સાઈટ',
copy : 'કોપીરાઈટ &copy; $1. ઓલ રાઈટ્સ '
},
maximize : 'Maximize', // MISSING
minimize : 'Minimize', // MISSING
maximize : 'મોટું કરવું',
minimize : 'નાનું કરવું',
fakeobjects :
{
anchor : 'Anchor', // MISSING
flash : 'Flash Animation', // MISSING
iframe : 'IFrame', // MISSING
hiddenfield : 'Hidden Field', // MISSING
unknown : 'Unknown Object' // MISSING
anchor : 'અનકર',
flash : 'ફ્લેશ ',
iframe : 'IFrame',
hiddenfield : 'હિડન ',
unknown : 'અનનોન ઓબ્જેક્ટ'
},
resize : 'Drag to resize', // MISSING
resize : 'ખેંચી ને યોગ્ય કરવું',
colordialog :
{
title : 'Select color', // MISSING
options : 'Color Options', // MISSING
highlight : 'Highlight', // MISSING
selected : 'Selected Color', // MISSING
clear : 'Clear' // MISSING
title : 'રંગ પસંદ કરો',
options : 'રંગના વિકલ્પ',
highlight : 'હાઈઈટ',
selected : 'પસંદ કરેલો રંગ',
clear : 'સાફ કરવું'
},
toolbarCollapse : 'Collapse Toolbar', // MISSING
toolbarExpand : 'Expand Toolbar', // MISSING
toolbarCollapse : 'ટૂલબાર નાનું કરવું',
toolbarExpand : 'ટૂલબાર મોટું કરવું',
toolbarGroups :
{
document : 'Document', // MISSING
clipboard : 'Clipboard/Undo', // MISSING
editing : 'Editing', // MISSING
forms : 'Forms', // MISSING
basicstyles : 'Basic Styles', // MISSING
paragraph : 'Paragraph', // MISSING
links : 'Links', // MISSING
insert : 'Insert', // MISSING
styles : 'Styles', // MISSING
colors : 'Colors', // MISSING
tools : 'Tools' // MISSING
document : 'દસ્તાવેજ',
clipboard : 'ક્લિપબોર્ડ/અન',
editing : 'એડીટ કરવું',
forms : 'ફોર્મ',
basicstyles : 'બેસિક્ સ્ટાઇલ',
paragraph : 'ફકરો',
links : 'લીંક',
insert : 'ઉમેરવું',
styles : 'સ્ટાઇલ',
colors : 'રંગ',
tools : 'ટૂલ્સ'
},
bidi :
{
ltr : 'Text direction from left to right', // MISSING
rtl : 'Text direction from right to left' // MISSING
ltr : 'ટેક્ષ્ત્ ની દિશા ડાબે થી જમણે',
rtl : 'ટેક્ષ્ત્ ની દિશા જમણે થી ડાબે'
},
docprops :
{
label : 'ડૉક્યુમન્ટ ગુણ/પ્રૉપર્ટિઝ',
title : 'ડૉક્યુમન્ટ ગુણ/પ્રૉપર્ટિઝ',
design : 'Design', // MISSING
design : 'ડીસા',
meta : 'મેટાડૅટા',
chooseColor : 'Choose', // MISSING
chooseColor : 'વિકલ્પ',
other : '<other>',
docTitle : 'પેજ મથાળું/ટાઇટલ',
charset : 'કેરેક્ટર સેટ એન્કોડિંગ',
charsetOther : 'અન્ય કેરેક્ટર સેટ એન્કોડિંગ',
charsetASCII : 'ASCII', // MISSING
charsetASCII : 'ASCII',
charsetCE : 'મધ્ય યુરોપિઅન (Central European)',
charsetCT : 'ચાઇનીઝ (Chinese Traditional Big5)',
charsetCR : 'સિરીલિક (Cyrillic)',
@ -810,6 +811,6 @@ CKEDITOR.lang['gu'] =
metaDescription : 'ડૉક્યુમન્ટ વર્ણન',
metaAuthor : 'લેખક',
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['he'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'עורך טקסט עשיר, %1, לחץ אלט (ALT) + 0 לעזרה.',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,11 +31,12 @@ CKEDITOR.lang['hi'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
editor : 'Rich Text Editor', // MISSING
toolbars : 'एडिटर टूलबार',
editor : 'रिच टेक्स्ट एडिटर',
// Toolbar buttons without dialogs.
source : 'सोर्स',
@ -56,7 +57,7 @@ CKEDITOR.lang['hi'] =
superscript : 'अभिलेख',
horizontalrule : 'हॉरिज़ॉन्टल रेखा इन्सर्ट करें',
pagebreak : 'पेज ब्रेक इन्सर्ट् करें',
pagebreakAlt : 'Page Break', // MISSING
pagebreakAlt : 'पेज ब्रेक',
unlink : 'लिंक हटायें',
undo : 'अन्डू',
redo : 'रीडू',
@ -726,8 +727,8 @@ CKEDITOR.lang['hi'] =
copy : 'Copyright &copy; $1. All rights reserved.' // MISSING
},
maximize : 'Maximize', // MISSING
minimize : 'Minimize', // MISSING
maximize : 'मेक्सिमाईज़',
minimize : 'मिनिमाईज़',
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
*/
@ -31,11 +31,12 @@ CKEDITOR.lang['hr'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
editor : 'Rich Text Editor', // MISSING
toolbars : 'Alatne trake uređivača teksta',
editor : 'Bogati uređivač teksta',
// Toolbar buttons without dialogs.
source : 'Kôd',
@ -56,7 +57,7 @@ CKEDITOR.lang['hr'] =
superscript : 'Superscript',
horizontalrule : 'Ubaci vodoravnu liniju',
pagebreak : 'Ubaci prijelom stranice',
pagebreakAlt : 'Page Break', // MISSING
pagebreakAlt : 'Prijelom stranice',
unlink : 'Ukloni link',
undo : 'Poništi',
redo : 'Ponovi',
@ -93,23 +94,23 @@ CKEDITOR.lang['hr'] =
cssStyle : 'Stil',
ok : 'OK',
cancel : 'Poništi',
close : 'Close', // MISSING
preview : 'Preview', // MISSING
close : 'Zatvori',
preview : 'Pregledaj',
generalTab : 'Općenito',
advancedTab : 'Napredno',
validateNumberFailed : 'Ova vrijednost nije broj.',
confirmNewPage : 'Sve napravljene promjene će biti izgubljene ukoliko ih niste snimili. Sigurno želite učitati novu stranicu?',
confirmCancel : 'Neke od opcija su promjenjene. Sigurno želite zatvoriti ovaj prozor?',
options : 'Options', // MISSING
target : 'Target', // MISSING
targetNew : 'New Window (_blank)', // MISSING
targetTop : 'Topmost Window (_top)', // MISSING
targetSelf : 'Same Window (_self)', // MISSING
targetParent : 'Parent Window (_parent)', // MISSING
langDirLTR : 'Left to Right (LTR)', // MISSING
langDirRTL : 'Right to Left (RTL)', // MISSING
styles : 'Style', // MISSING
cssClasses : 'Stylesheet Classes', // MISSING
options : 'Opcije',
target : 'Odredište',
targetNew : 'Novi prozor (_blank)',
targetTop : 'Vršni prozor (_top)',
targetSelf : 'Isti prozor (_self)',
targetParent : 'Roditeljski prozor (_parent)',
langDirLTR : 'S lijeva na desno (LTR)',
langDirRTL : 'S desna na lijevo (RTL)',
styles : 'Stil',
cssClasses : 'Klase stilova',
width : 'Širina',
height : 'Visina',
align : 'Poravnaj',
@ -121,10 +122,10 @@ CKEDITOR.lang['hr'] =
alignBottom : 'Dolje',
invalidHeight : 'Visina mora biti broj.',
invalidWidth : 'Širina mora biti broj.',
invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
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
invalidCssLength : 'Vrijednost određena za "%1" polje mora biti pozitivni broj sa ili bez važećih CSS mjernih jedinica (px, %, in, cm, mm, em, ex, pt ili pc).',
invalidHtmlLength : 'Vrijednost određena za "%1" polje mora biti pozitivni broj sa ili bez važećih HTML mjernih jedinica (px ili %).',
invalidInlineStyle : 'Vrijednost za linijski stil mora sadržavati jednu ili više definicija s formatom "naziv:vrijednost", odvojenih točka-zarezom.',
cssLengthTooltip : 'Unesite broj za vrijednost u pikselima ili broj s važećim CSS mjernim jedinicama (px, %, in, cm, mm, em, ex, pt ili pc).',
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, nedostupno</span>'
@ -132,7 +133,7 @@ CKEDITOR.lang['hr'] =
contextmenu :
{
options : 'Context Menu Options' // MISSING
options : 'Opcije izbornika'
},
// Special char dialog.
@ -140,7 +141,7 @@ CKEDITOR.lang['hr'] =
{
toolbar : 'Ubaci posebne znakove',
title : 'Odaberite posebni karakter',
options : 'Special Character Options' // MISSING
options : 'Opcije specijalnih znakova'
},
// Link dialog.
@ -155,7 +156,7 @@ CKEDITOR.lang['hr'] =
upload : 'Pošalji',
advanced : 'Napredno',
type : 'Link vrsta',
toUrl : 'URL', // MISSING
toUrl : 'URL',
toAnchor : 'Sidro na ovoj stranici',
toEmail : 'E-Mail',
targetFrame : '<okvir>',
@ -186,7 +187,7 @@ CKEDITOR.lang['hr'] =
cssClasses : 'Stylesheet klase',
charset : 'Kodna stranica povezanih resursa',
styles : 'Stil',
rel : 'Relationship', // MISSING
rel : 'Veza',
selectAnchor : 'Odaberi sidro',
anchorName : 'Po nazivu sidra',
anchorId : 'Po Id elementa',
@ -206,31 +207,31 @@ CKEDITOR.lang['hr'] =
title : 'Svojstva sidra',
name : 'Ime sidra',
errorName : 'Molimo unesite ime sidra',
remove : 'Remove Anchor' // MISSING
remove : 'Ukloni sidro'
},
// 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
numberedTitle : 'Svojstva brojčane liste',
bulletedTitle : 'Svojstva liste',
type : 'Vrsta',
start : 'Početak',
validateStartNumber :'Početak brojčane liste mora biti cijeli broj.',
circle : 'Krug',
disc : 'Disk',
square : 'Kvadrat',
none : 'Bez',
notset : '<nije određen>',
armenian : 'Armenijska numeracija',
georgian : 'Gruzijska numeracija(an, ban, gan, etc.)',
lowerRoman : 'Romanska numeracija mala slova (i, ii, iii, iv, v, itd.)',
upperRoman : 'Romanska numeracija velika slova (I, II, III, IV, V, itd.)',
lowerAlpha : 'Znakovi mala slova (a, b, c, d, e, itd.)',
upperAlpha : 'Znakovi velika slova (A, B, C, D, E, itd.)',
lowerGreek : 'Grčka numeracija mala slova (alfa, beta, gama, itd).',
decimal : 'Decimalna numeracija (1, 2, 3, itd.)',
decimalLeadingZero : 'Decimalna s vodećom nulom (01, 02, 03, itd)'
},
// Find And Replace Dialog
@ -242,7 +243,7 @@ CKEDITOR.lang['hr'] =
findWhat : 'Pronađi:',
replaceWith : 'Zamijeni s:',
notFoundMsg : 'Traženi tekst nije pronađen.',
findOptions : 'Find Options', // MISSING
findOptions : 'Opcije traženja',
matchCase : 'Usporedi mala/velika slova',
matchWord : 'Usporedi cijele riječi',
matchCyclic : 'Usporedi kružno',
@ -262,7 +263,7 @@ CKEDITOR.lang['hr'] =
border : 'Veličina okvira',
widthPx : 'piksela',
widthPc : 'postotaka',
widthUnit : 'width unit', // MISSING
widthUnit : 'jedinica širine',
cellSpace : 'Prostornost ćelija',
cellPad : 'Razmak ćelija',
caption : 'Naslov',
@ -309,7 +310,7 @@ CKEDITOR.lang['hr'] =
invalidHeight : 'Visina ćelije mora biti broj.',
invalidRowSpan : 'Rows span mora biti cijeli broj.',
invalidColSpan : 'Columns span mora biti cijeli broj.',
chooseColor : 'Choose' // MISSING
chooseColor : 'Odaberi'
},
row :
@ -427,10 +428,10 @@ CKEDITOR.lang['hr'] =
linkTab : 'Link',
button2Img : 'Želite li promijeniti odabrani gumb u jednostavnu sliku?',
img2Button : 'Želite li promijeniti odabranu sliku u gumb?',
urlMissing : 'Image source URL is missing.', // MISSING
validateBorder : 'Border must be a whole number.', // MISSING
validateHSpace : 'HSpace must be a whole number.', // MISSING
validateVSpace : 'VSpace must be a whole number.' // MISSING
urlMissing : 'Nedostaje URL slike.',
validateBorder : 'Okvir mora biti cijeli broj.',
validateHSpace : 'HSpace mora biti cijeli broj',
validateVSpace : 'VSpace mora biti cijeli broj.'
},
// Flash Dialog
@ -502,12 +503,12 @@ CKEDITOR.lang['hr'] =
{
toolbar : 'Smješko',
title : 'Ubaci smješka',
options : 'Smiley Options' // MISSING
options : 'Opcije smješka'
},
elementsPath :
{
eleLabel : 'Elements path', // MISSING
eleLabel : 'Putanja elemenata',
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).',
pasteMsg : 'Molimo zaljepite unutar doljnjeg okvira koristeći tipkovnicu (<STRONG>Ctrl/Cmd+V</STRONG>) i kliknite <STRONG>OK</STRONG>.',
securityMsg : 'Zbog sigurnosnih postavki Vašeg pretraživača, editor nema direktan pristup Vašem međuspremniku. Potrebno je ponovno zalijepiti tekst u ovaj prozor.',
pasteArea : 'Paste Area' // MISSING
pasteArea : 'Prostor za ljepljenje'
},
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?',
toolbar : 'Zalijepi iz Worda',
title : 'Zalijepi iz Worda',
error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
error : 'Nije moguće očistiti podatke za ljepljenje zbog interne greške'
},
pasteText :
@ -554,7 +555,7 @@ CKEDITOR.lang['hr'] =
{
button : 'Predlošci',
title : 'Predlošci sadržaja',
options : 'Template Options', // MISSING
options : 'Opcije predložaka',
insertOption : 'Zamijeni trenutne sadržaje',
selectPromptMsg : 'Molimo odaberite predložak koji želite otvoriti<br>(stvarni sadržaj će biti izgubljen):',
emptyListMsg : '(Nema definiranih predložaka)'
@ -565,7 +566,7 @@ CKEDITOR.lang['hr'] =
stylesCombo :
{
label : 'Stil',
panelTitle : 'Formatting Styles', // MISSING
panelTitle : 'Stilovi formatiranja',
panelTitle1 : 'Block stilovi',
panelTitle2 : 'Inline stilovi',
panelTitle3 : 'Object stilovi'
@ -590,28 +591,28 @@ CKEDITOR.lang['hr'] =
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
title : 'Napravi DIV kontejner',
toolbar : 'Napravi DIV kontejner',
cssClassInputLabel : 'Klase stilova',
styleSelectLabel : 'Stil',
IdInputLabel : 'Id',
languageCodeInputLabel : 'Jezični kod',
inlineStyleInputLabel : 'Stil u liniji',
advisoryTitleInputLabel : 'Savjetodavni naslov',
langDirLabel : 'Smjer jezika',
langDirLTRLabel : 'S lijeva na desno (LTR)',
langDirRTLLabel : 'S desna na lijevo (RTL)',
edit : 'Uredi DIV',
remove : 'Ukloni DIV'
},
iframe :
{
title : 'IFrame Properties', // MISSING
toolbar : 'IFrame', // MISSING
noUrl : 'Please type the iframe URL', // MISSING
scrolling : 'Enable scrollbars', // MISSING
border : 'Show frame border' // MISSING
title : 'IFrame svojstva',
toolbar : 'IFrame',
noUrl : 'Unesite URL iframe-a',
scrolling : 'Omogući trake za skrolanje',
border : 'Prikaži okvir IFrame-a'
},
font :
@ -632,59 +633,59 @@ CKEDITOR.lang['hr'] =
{
textColorTitle : 'Boja teksta',
bgColorTitle : 'Boja pozadine',
panelTitle : 'Colors', // MISSING
panelTitle : 'Boje',
auto : 'Automatski',
more : 'Više boja...'
},
colors :
{
'000' : 'Black', // MISSING
'800000' : 'Maroon', // MISSING
'8B4513' : 'Saddle Brown', // MISSING
'2F4F4F' : 'Dark Slate Gray', // MISSING
'008080' : 'Teal', // MISSING
'000080' : 'Navy', // MISSING
'4B0082' : 'Indigo', // MISSING
'696969' : 'Dark Gray', // MISSING
'B22222' : 'Fire Brick', // MISSING
'A52A2A' : 'Brown', // MISSING
'DAA520' : 'Golden Rod', // MISSING
'006400' : 'Dark Green', // MISSING
'40E0D0' : 'Turquoise', // MISSING
'0000CD' : 'Medium Blue', // MISSING
'800080' : 'Purple', // MISSING
'808080' : 'Gray', // MISSING
'F00' : 'Red', // MISSING
'FF8C00' : 'Dark Orange', // MISSING
'FFD700' : 'Gold', // MISSING
'008000' : 'Green', // MISSING
'0FF' : 'Cyan', // MISSING
'00F' : 'Blue', // MISSING
'EE82EE' : 'Violet', // MISSING
'A9A9A9' : 'Dim Gray', // MISSING
'FFA07A' : 'Light Salmon', // MISSING
'FFA500' : 'Orange', // MISSING
'FFFF00' : 'Yellow', // MISSING
'00FF00' : 'Lime', // MISSING
'AFEEEE' : 'Pale Turquoise', // MISSING
'ADD8E6' : 'Light Blue', // MISSING
'DDA0DD' : 'Plum', // MISSING
'D3D3D3' : 'Light Grey', // MISSING
'FFF0F5' : 'Lavender Blush', // MISSING
'FAEBD7' : 'Antique White', // MISSING
'FFFFE0' : 'Light Yellow', // MISSING
'F0FFF0' : 'Honeydew', // MISSING
'F0FFFF' : 'Azure', // MISSING
'F0F8FF' : 'Alice Blue', // MISSING
'E6E6FA' : 'Lavender', // MISSING
'FFF' : 'White' // MISSING
'000' : 'Crna',
'800000' : 'Kesten',
'8B4513' : 'Smeđa',
'2F4F4F' : 'Tamno siva',
'008080' : 'Teal',
'000080' : 'Mornarska',
'4B0082' : 'Indigo',
'696969' : 'Tamno siva',
'B22222' : 'Vatrena cigla',
'A52A2A' : 'Smeđa',
'DAA520' : 'Zlatna',
'006400' : 'Tamno zelena',
'40E0D0' : 'Tirkizna',
'0000CD' : 'Srednje plava',
'800080' : 'Ljubičasta',
'808080' : 'Siva',
'F00' : 'Crvena',
'FF8C00' : 'Tamno naranđasta',
'FFD700' : 'Zlatna',
'008000' : 'Zelena',
'0FF' : 'Cijan',
'00F' : 'Plava',
'EE82EE' : 'Ljubičasta',
'A9A9A9' : 'Mutno siva',
'FFA07A' : 'Svijetli losos',
'FFA500' : 'Naranđasto',
'FFFF00' : 'Žuto',
'00FF00' : 'Limun',
'AFEEEE' : 'Blijedo tirkizna',
'ADD8E6' : 'Svijetlo plava',
'DDA0DD' : 'Šljiva',
'D3D3D3' : 'Svijetlo siva',
'FFF0F5' : 'Lavanda rumeno',
'FAEBD7' : 'Antikno bijela',
'FFFFE0' : 'Svijetlo žuta',
'F0FFF0' : 'Med',
'F0FFFF' : 'Azurna',
'F0F8FF' : 'Alice plava',
'E6E6FA' : 'Lavanda',
'FFF' : 'Bijela'
},
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',
disable : 'Onemogući SCAYT',
about : 'O SCAYT',
@ -698,20 +699,20 @@ CKEDITOR.lang['hr'] =
emptyDic : 'Naziv rječnika ne smije biti prazno.',
optionsTab : 'Opcije',
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING
mixedCase : 'Ignore Words with Mixed Case', // MISSING
mixedWithDigits : 'Ignore Words with Numbers', // MISSING
allCaps : 'Ignoriraj riječi s velikim slovima',
ignoreDomainNames : 'Ignoriraj nazive domena',
mixedCase : 'Ignoriraj riječi s miješanim slovima',
mixedWithDigits : 'Ignoriraj riječi s brojevima',
languagesTab : 'Jezici',
dictionariesTab : 'Rječnici',
dic_field_name : 'Dictionary name', // MISSING
dic_create : 'Create', // MISSING
dic_restore : 'Restore', // MISSING
dic_delete : 'Delete', // MISSING
dic_rename : 'Rename', // MISSING
dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
dic_field_name : 'Naziv riječnika',
dic_create : 'Napravi',
dic_restore : 'Povrati',
dic_delete : 'Obriši',
dic_rename : 'Promijeni naziv',
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'
},
@ -720,21 +721,21 @@ CKEDITOR.lang['hr'] =
{
title : 'O CKEditoru',
dlgTitle : 'O CKEditoru',
help : 'Check $1 for help.', // MISSING
userGuide : 'CKEditor User\'s Guide', // MISSING
help : 'Provjeri $1 za pomoć.',
userGuide : 'Vodič za CKEditor korisnike',
moreInfo : 'Za informacije o licencama posjetite našu web stranicu:',
copy : 'Copyright &copy; $1. All rights reserved.'
},
maximize : 'Povećaj',
minimize : 'Minimize', // MISSING
minimize : 'Smanji',
fakeobjects :
{
anchor : 'Sidro',
flash : 'Flash animacija',
iframe : 'IFrame', // MISSING
hiddenfield : 'Hidden Field', // MISSING
iframe : 'IFrame',
hiddenfield : 'Sakriveno polje',
unknown : 'Nepoznati objekt'
},
@ -742,49 +743,49 @@ CKEDITOR.lang['hr'] =
colordialog :
{
title : 'Select color', // MISSING
options : 'Color Options', // MISSING
highlight : 'Highlight', // MISSING
selected : 'Selected Color', // MISSING
clear : 'Clear' // MISSING
title : 'Odaberi boju',
options : 'Opcije boje',
highlight : 'Istaknuto',
selected : 'Odabrana boja',
clear : 'Očisti'
},
toolbarCollapse : 'Collapse Toolbar', // MISSING
toolbarExpand : 'Expand Toolbar', // MISSING
toolbarCollapse : 'Smanji alatnu traku',
toolbarExpand : 'Proširi alatnu traku',
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
document : 'Dokument',
clipboard : 'Međuspremnik/Poništi',
editing : 'Uređivanje',
forms : 'Forme',
basicstyles : 'Osnovni stilovi',
paragraph : 'Paragraf',
links : 'Veze',
insert : 'Umetni',
styles : 'Stilovi',
colors : 'Boje',
tools : 'Alatke'
},
bidi :
{
ltr : 'Text direction from left to right', // MISSING
rtl : 'Text direction from right to left' // MISSING
ltr : 'Smjer teksta s lijeva na desno',
rtl : 'Smjer teksta s desna na lijevo'
},
docprops :
{
label : 'Svojstva dokumenta',
title : 'Svojstva dokumenta',
design : 'Design', // MISSING
design : 'Dizajn',
meta : 'Meta Data',
chooseColor : 'Choose', // MISSING
chooseColor : 'Odaberi',
other : '<drugi>',
docTitle : 'Naslov stranice',
charset : 'Enkodiranje znakova',
charsetOther : 'Ostalo enkodiranje znakova',
charsetASCII : 'ASCII', // MISSING
charsetASCII : 'ASCII',
charsetCE : 'Središnja Europa',
charsetCT : 'Tradicionalna kineska (Big5)',
charsetCR : 'Ćirilica',
@ -792,7 +793,7 @@ CKEDITOR.lang['hr'] =
charsetJP : 'Japanska',
charsetKR : 'Koreanska',
charsetTR : 'Turska',
charsetUN : 'Unicode (UTF-8)', // MISSING
charsetUN : 'Unicode (UTF-8)',
charsetWE : 'Zapadna Europa',
docType : 'Zaglavlje vrste dokumenta',
docTypeOther : 'Ostalo zaglavlje vrste dokumenta',
@ -810,6 +811,6 @@ CKEDITOR.lang['hr'] =
metaDescription : 'Opis dokumenta',
metaAuthor : 'Autor',
metaCopyright : 'Autorska prava',
previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['hu'] =
* Screenreader titles. Please note that screenreaders are not always capable
* 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.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['is'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['it'] =
* 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, premere ALT 0 per l\'help in linea.',
editorTitle : 'Editor di testo Rich Text, %1',
editorHelp : 'Premi ALT 0 per aiuto',
// ARIA descriptions.
toolbars : 'Editor toolbar',
@ -123,8 +124,8 @@ CKEDITOR.lang['it'] =
invalidWidth : 'La Larghezza dev\'essere un numero',
invalidCssLength : 'Il valore indicato per il campo "%1" deve essere un numero positivo con o senza indicazione di una valida unità di misura per le classi CSS (px, %, in, cm, mm, em, ex, pt, o pc).',
invalidHtmlLength : 'Il valore indicato per il campo "%1" deve essere un numero positivo con o senza indicazione di una valida unità di misura per le pagine HTML (px o %).',
invalidInlineStyle : '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
invalidInlineStyle : 'Il valore specificato per lo stile inline deve consistere in una o più tuple con il formato di "name : value", separati da semicolonne.',
cssLengthTooltip : 'Inserisci un numero per il valore in pixel oppure un numero con una valida unità CSS (px, %, in, cm, mm, ex, pt, o pc).',
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, non disponibile</span>'
@ -242,7 +243,7 @@ CKEDITOR.lang['it'] =
findWhat : 'Trova:',
replaceWith : 'Sostituisci con:',
notFoundMsg : 'L\'elemento cercato non è stato trovato.',
findOptions : 'Find Options', // MISSING
findOptions : 'Opzioni di ricerca',
matchCase : 'Maiuscole/minuscole',
matchWord : 'Solo parole intere',
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['ja'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'リッチテキストエディタ, %1, ヘルプは ALT 0 を押してください',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['ka'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'ტექსტის რედაქტორი, %1, დააჭირეთ ALT 0-ს დახმარების მისაღებად.',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['km'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['ko'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['lt'] =
* Screenreader titles. Please note that screenreaders are not always capable
* 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.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['lv'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['mn'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['ms'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['nb'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rikteksteditor, %1, trykk ALT 0 for hjelp.',
editorTitle : 'Rikteksteditor, %1',
editorHelp : 'Trykk ALT 0 for hjelp',
// ARIA descriptions.
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).',
invalidHtmlLength : 'Den angitte verdien for feltet "%1" må være et positivt tall med eller uten en gyldig HTML-målingsenhet (px eller %).',
invalidInlineStyle : 'Verdi angitt for inline stil må bestå av en eller flere sett med formatet "navn : verdi", separert med semikolon',
cssLengthTooltip : '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.
unavailable : '%1<span class="cke_accessibility">, utilgjenglig</span>'
@ -529,8 +530,8 @@ CKEDITOR.lang['nb'] =
clipboard :
{
title : 'Lim inn',
cutError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst bruk snareveien (Ctrl/Cmd+X).',
copyError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snareveien (Ctrl/Cmd+C).',
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 snarveien (Ctrl/Cmd+C).',
pasteMsg : 'Vennligst lim inn i følgende boks med tastaturet (<STRONG>Ctrl/Cmd+V</STRONG>) og trykk <STRONG>OK</STRONG>.',
securityMsg : 'Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du må derfor lime det inn på nytt i dette vinduet.',
pasteArea : 'Innlimingsområde'

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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['nl'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Tekstverwerker, %1, druk op ALT 0 voor hulp.',
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
toolbars : 'Werkbalken',
@ -48,7 +49,7 @@ CKEDITOR.lang['nl'] =
print : 'Printen',
underline : 'Onderstreept',
bold : 'Vet',
italic : 'Schuingedrukt',
italic : 'Cursief',
selectAll : 'Alles selecteren',
removeFormat : 'Opmaak verwijderen',
strike : 'Doorhalen',
@ -81,7 +82,7 @@ CKEDITOR.lang['nl'] =
select : 'Selectieveld',
imageButton : 'Afbeeldingsknop',
notSet : '<niet ingevuld>',
id : 'Kenmerk',
id : 'Id',
name : 'Naam',
langDir : 'Schrijfrichting',
langDirLtr : 'Links naar rechts (LTR)',
@ -89,7 +90,7 @@ CKEDITOR.lang['nl'] =
langCode : 'Taalcode',
longDescr : 'Lange URL-omschrijving',
cssClass : 'Stylesheet-klassen',
advisoryTitle : 'Aanbevolen titel',
advisoryTitle : 'Adviserende titel',
cssStyle : 'Stijl',
ok : 'OK',
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?',
confirmCancel : 'Enkele opties zijn gewijzigd. Weet u zeker dat u dit dialoogvenster wilt sluiten?',
options : 'Opties',
target : 'Doel',
target : 'Doelvenster',
targetNew : 'Nieuw venster (_blank)',
targetTop : 'Hele venster (_top)',
targetSelf : 'Zelfde venster (_self)',
targetParent : 'Origineel venster (_parent)',
langDirLTR : 'Links naar rechts (LTR)',
langDirRTL : 'Rechts naar links (RTL)',
styles : 'Stijlen',
styles : 'Stijl',
cssClasses : 'Stylesheet klassen',
width : 'Breedte',
height : 'Hoogte',
@ -118,7 +119,7 @@ CKEDITOR.lang['nl'] =
alignCenter : 'Centreren',
alignTop : 'Boven',
alignMiddle : 'Midden',
alignBottom : 'Beneden',
alignBottom : 'Onder',
invalidHeight : 'De hoogte moet een getal zijn.',
invalidWidth : 'De breedte moet een getal zijn.',
invalidCssLength : 'Waarde in veld "%1" moet een positief nummer zijn, met of zonder een geldige CSS meeteenheid (px, %, in, cm, mm, em, ex, pt of pc).',
@ -132,7 +133,7 @@ CKEDITOR.lang['nl'] =
contextmenu :
{
options : 'Context menu opties'
options : 'Contextmenu opties'
},
// Special char dialog.
@ -151,7 +152,7 @@ CKEDITOR.lang['nl'] =
menu : 'Link wijzigen',
title : 'Link',
info : 'Linkomschrijving',
target : 'Doel',
target : 'Doelvenster',
upload : 'Upload',
advanced : 'Geavanceerd',
type : 'Linktype',
@ -159,14 +160,14 @@ CKEDITOR.lang['nl'] =
toAnchor : 'Interne link in pagina',
toEmail : 'E-mail',
targetFrame : '<frame>',
targetPopup : '<popup window>',
targetPopup : '<popupvenster>',
targetFrameName : 'Naam doelframe',
targetPopupName : 'Naam popupvenster',
popupFeatures : 'Instellingen popupvenster',
popupResizable : 'Herschaalbaar',
popupStatusBar : 'Statusbalk',
popupLocationBar: 'Locatiemenu',
popupToolbar : 'Menubalk',
popupToolbar : 'Werkbalk',
popupMenuBar : 'Menubalk',
popupFullScreen : 'Volledig scherm (IE)',
popupScrollBars : 'Schuifbalken',
@ -179,9 +180,9 @@ CKEDITOR.lang['nl'] =
langDirRTL : 'Rechts naar links (RTL)',
acccessKey : 'Toegangstoets',
name : 'Naam',
langCode : 'Schrijfrichting',
langCode : 'Taalcode',
tabIndex : 'Tabvolgorde',
advisoryTitle : 'Aanbevolen titel',
advisoryTitle : 'Adviserende titel',
advisoryContentType : 'Aanbevolen content-type',
cssClasses : 'Stylesheet-klassen',
charset : 'Karakterset van gelinkte bron',
@ -216,16 +217,16 @@ CKEDITOR.lang['nl'] =
bulletedTitle : 'Eigenschappen lijst met opsommingstekens',
type : 'Type',
start : 'Start',
validateStartNumber :'Starnummer van de lijst moet een heel nummer zijn.',
validateStartNumber :'Startnummer van de lijst moet een heel nummer zijn.',
circle : 'Cirkel',
disc : 'Schijf',
square : 'Vierkant',
none : 'Geen',
notset : '<niet gezet>',
armenian : 'Armeense numering',
georgian : 'Greorgische numering (an, ban, gan, etc.)',
armenian : 'Armeense nummering',
georgian : 'Georgische nummering (an, ban, gan, 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.)',
upperAlpha : 'Hoofdletters (A, B, C, D, E, etc.)',
lowerGreek : 'Grieks kleine letters (alpha, beta, gamma, etc.)',
@ -247,7 +248,7 @@ CKEDITOR.lang['nl'] =
matchWord : 'Hele woord moet voorkomen',
matchCyclic : 'Doorlopend zoeken',
replaceAll : 'Alles vervangen',
replaceSuccessMsg : '%1 resulaten vervangen.'
replaceSuccessMsg : '%1 resultaten vervangen.'
},
// Table Dialog
@ -275,8 +276,8 @@ CKEDITOR.lang['nl'] =
invalidRows : 'Het aantal rijen moet een getal zijn groter dan 0.',
invalidCols : 'Het aantal kolommen moet een getal zijn groter dan 0.',
invalidBorder : 'De rand breedte moet een getal zijn.',
invalidWidth : 'De tabel breedte moet een getal zijn.',
invalidHeight : 'De tabel hoogte moet een getal zijn.',
invalidWidth : 'De tabelbreedte moet een getal zijn.',
invalidHeight : 'De tabelhoogte moet een getal zijn.',
invalidCellSpacing : 'Afstand tussen cellen moet een getal zijn.',
invalidCellPadding : 'Ruimte in de cel moet een getal zijn.',
@ -470,7 +471,7 @@ CKEDITOR.lang['nl'] =
bgcolor : 'Achtergrondkleur',
hSpace : 'HSpace',
vSpace : 'VSpace',
validateSrc : 'Geef de link van de URL',
validateSrc : 'De URL mag niet leeg zijn.',
validateHSpace : 'De HSpace moet een getal zijn.',
validateVSpace : 'De VSpace moet een getal zijn.'
},
@ -481,7 +482,7 @@ CKEDITOR.lang['nl'] =
toolbar : 'Spellingscontrole',
title : 'Spellingscontrole',
notAvailable : 'Excuses, deze dienst is momenteel niet beschikbaar.',
errorLoading : 'Er is een fout opgetreden bij het laden van de diesnt: %s.',
errorLoading : 'Er is een fout opgetreden bij het laden van de dienst: %s.',
notInDic : 'Niet in het woordenboek',
changeTo : 'Wijzig in',
btnIgnore : 'Negeren',
@ -489,13 +490,13 @@ CKEDITOR.lang['nl'] =
btnReplace : 'Vervangen',
btnReplaceAll : 'Alles vervangen',
btnUndo : 'Ongedaan maken',
noSuggestions : '-Geen suggesties-',
noSuggestions : '- Geen suggesties -',
progress : 'Bezig met spellingscontrole...',
noMispell : 'Klaar met spellingscontrole: geen fouten gevonden',
noChanges : 'Klaar met spellingscontrole: geen woorden aangepast',
oneChange : 'Klaar met spellingscontrole: één woord aangepast',
manyChanges : 'Klaar met spellingscontrole: %1 woorden aangepast',
ieSpellDownload : 'De spellingscontrole niet geïnstalleerd. Wilt u deze nu downloaden?'
ieSpellDownload : 'De spellingscontrole is niet geïnstalleerd. Wilt u deze nu downloaden?'
},
smiley :
@ -513,8 +514,8 @@ CKEDITOR.lang['nl'] =
numberedlist : 'Genummerde lijst',
bulletedlist : 'Opsomming',
indent : 'Inspringen vergroten',
outdent : 'Inspringen verkleinen',
indent : 'Inspringing vergroten',
outdent : 'Inspringing verkleinen',
justify :
{
@ -531,7 +532,7 @@ CKEDITOR.lang['nl'] =
title : 'Plakken',
cutError : 'De beveiligingsinstelling van de browser verhinderen het automatisch knippen. Gebruik de sneltoets Ctrl/Cmd+X van het toetsenbord.',
copyError : 'De beveiligingsinstelling van de browser verhinderen het automatisch kopiëren. Gebruik de sneltoets Ctrl/Cmd+C van het toetsenbord.',
pasteMsg : 'Plak de tekst in het volgende vak gebruik makend van uw toetsenbord (<strong>Ctrl/Cmd+V</strong>) en klik op <strong>OK</strong>.',
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.',
pasteArea : 'Plakgebied'
},
@ -553,7 +554,7 @@ CKEDITOR.lang['nl'] =
templates :
{
button : 'Sjablonen',
title : 'Inhoud sjabonen',
title : 'Inhoud sjablonen',
options : 'Template opties',
insertOption : 'Vervang de huidige inhoud',
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',
panelTitle : 'Opmaakstijlen',
panelTitle1 : 'Blok stijlen',
panelTitle2 : 'In-line stijlen',
panelTitle2 : 'Inline stijlen',
panelTitle3 : 'Object stijlen'
},
@ -597,7 +598,7 @@ CKEDITOR.lang['nl'] =
IdInputLabel : 'Id',
languageCodeInputLabel : ' Taalcode',
inlineStyleInputLabel : 'Inline stijl',
advisoryTitleInputLabel : 'informatieve titel',
advisoryTitleInputLabel : 'Adviserende titel',
langDirLabel : 'Schrijfrichting',
langDirLTRLabel : 'Links naar rechts (LTR)',
langDirRTLLabel : 'Rechts naar links (RTL)',
@ -720,7 +721,7 @@ CKEDITOR.lang['nl'] =
{
title : 'Over CKEditor',
dlgTitle : 'Over CKEditor',
help : 'Bekijk $1 voor hulp.',
help : 'Bekijk de $1 voor hulp.',
userGuide : 'CKEditor gebruiksaanwijzing',
moreInfo : 'Voor licentie informatie, bezoek onze website:',
copy : 'Copyright &copy; $1. Alle rechten voorbehouden.'
@ -731,7 +732,7 @@ CKEDITOR.lang['nl'] =
fakeobjects :
{
anchor : 'Anker',
anchor : 'Interne link',
flash : 'Flash animatie',
iframe : 'IFrame',
hiddenfield : 'Verborgen veld',
@ -745,7 +746,7 @@ CKEDITOR.lang['nl'] =
title : 'Selecteer kleur',
options : 'Kleuropties',
highlight : 'Actief',
selected : 'Geselecteerd',
selected : 'Geselecteerde kleur',
clear : 'Wissen'
},
@ -779,14 +780,14 @@ CKEDITOR.lang['nl'] =
title : 'Documenteigenschappen',
design : 'Ontwerp',
meta : 'Meta tags',
chooseColor : 'Kiezen',
chooseColor : 'Kies',
other : 'Anders...',
docTitle : 'Paginatitel',
charset : 'Tekencodering',
charsetOther : 'Andere tekencodering',
charsetASCII : 'ASCII',
charsetCE : 'Centraal Europees',
charsetCT : 'Tranditioneel Chinees (Big5)',
charsetCT : 'Traditioneel Chinees (Big5)',
charsetCR : 'Cyrillisch',
charsetGR : 'Grieks',
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
*/
@ -31,7 +31,8 @@ CKEDITOR.lang['no'] =
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rikteksteditor, %1, trykk ALT 0 for hjelp.',
editorTitle : 'Rikteksteditor, %1',
editorHelp : 'Trykk ALT 0 for hjelp',
// ARIA descriptions.
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).',
invalidHtmlLength : 'Den angitte verdien for feltet "%1" må være et positivt tall med eller uten en gyldig HTML-målingsenhet (px eller %).',
invalidInlineStyle : 'Verdi angitt for inline stil må bestå av en eller flere sett med formatet "navn : verdi", separert med semikolon',
cssLengthTooltip : '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.
unavailable : '%1<span class="cke_accessibility">, utilgjenglig</span>'
@ -529,8 +530,8 @@ CKEDITOR.lang['no'] =
clipboard :
{
title : 'Lim inn',
cutError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst bruk snareveien (Ctrl/Cmd+X).',
copyError : 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snareveien (Ctrl/Cmd+C).',
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 snarveien (Ctrl/Cmd+C).',
pasteMsg : 'Vennligst lim inn i følgende boks med tastaturet (<STRONG>Ctrl/Cmd+V</STRONG>) og trykk <STRONG>OK</STRONG>.',
securityMsg : 'Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du må derfor lime det inn på nytt i dette vinduet.',
pasteArea : 'Innlimingsområde'

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

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