* API/CKEditor: Version update to 3.6.6

This commit is contained in:
Klaus Leithoff 2013-02-05 09:56:01 +00:00
parent dc5fabfcb4
commit 0bfa06c6b3
699 changed files with 6764 additions and 2370 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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,49 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
<h1>
CKEditor Changelog
</h1>
<h3>
CKEditor 3.6.6</h3>
<p>
Fixed issues:</p>
<ul>
<li><a href="http://dev.ckeditor.com/ticket/9866">#9866</a> : [IE10] The full toolbar is displayed in two lines in RTL environment.</li>
<li><a href="http://dev.ckeditor.com/ticket/9483">#9483</a> : [IE10] Fixed script error on float panel opening.</li>
<li><a href="http://dev.ckeditor.com/ticket/6410">#6410</a> : SCAYT will show no suggestions when appropriate, instead of not appearing.</li>
<li><a href="http://dev.ckeditor.com/ticket/7533">#7533</a>, <a href="http://dev.ckeditor.com/ticket/9439">#9439</a> : Fixed SCAYT issues with setData().</li>
<li><a href="http://dev.ckeditor.com/ticket/9167">#9167</a> : Improper HTML transformations happening on specific cases.</li>
<li><a href="http://dev.ckeditor.com/ticket/9553">#9553</a> : Properly handle dash values in the style field of dialogs.</li>
<li><a href="http://dev.ckeditor.com/ticket/9787">#9787</a> : [IE9] onChange wasn't fired for checkboxes in dialogs.</li>
<li><a href="http://dev.ckeditor.com/ticket/8888">#8888</a> : It was not possible to scroll dialogs on very small viewports.</li>
<li><a href="http://dev.ckeditor.com/ticket/9594">#9594</a> : The TAB key was having no effect on focused read-only editor.</li>
</ul>
<h3>
CKEditor 3.6.5</h3>
<p>
New features:</p>
<ul>
<li><a href="http://dev.ckeditor.com/ticket/9195">#9195</a> : It is now possible to remove contextmenu.</li>
</ul>
<p>
Fixed issues:</p>
<ul>
<li><a href="http://dev.ckeditor.com/ticket/9132">#9132</a> : [IE8] Fixed js error when closing paste dialog.</li>
<li><a href="http://dev.ckeditor.com/ticket/9101">#9101</a> : Tab key in smiley and special char dialog now moves focus to dialog buttons.</li>
<li><a href="http://dev.ckeditor.com/ticket/9209">#9209</a> : Fixed IE7 crash when switching list item type.</li>
<li><a href="http://dev.ckeditor.com/ticket/8995">#8995</a> : Fixed incorrect HTML escaping in bbcode plugin.</li>
<li><a href="http://dev.ckeditor.com/ticket/6168">#6168</a> : Fixed style definition with styles defined as inline style attribute.</li>
<li><a href="http://dev.ckeditor.com/ticket/9097">#9097</a> : [IE] Fixed small selection flaw when select starts from the blank region outside body.</li>
<li><a href="http://dev.ckeditor.com/ticket/9129">#9129</a> : Fixed various Del/Backspace keystroke behaviors inside of HTML list.</li>
<li><a href="http://dev.ckeditor.com/ticket/9117">#9117</a> : [FF] Fixed js error when calling setData() on a hidden editor.</li>
<li><a href="http://dev.ckeditor.com/ticket/9289">#9289</a> : Disallowed creating javascript links through the link dialog.</li>
<li><a href="http://dev.ckeditor.com/ticket/9312">#9312</a> : Fixed table with multiple &lt;tbody&gt; output generated in wrong order.</li>
<li><a href="http://dev.ckeditor.com/ticket/8795">#8795</a> : Fixed table resize plugin not working when document overflows horizontally.</li>
<li><a href="http://dev.ckeditor.com/ticket/8888">#8888</a> : Fixed dialog dimension overflowing small view port.</li>
<li><a href="http://dev.ckeditor.com/ticket/9311">#9311</a> : Fixed vertical scroll being impossible when autogrow plugin is used during maximized editor.</li>
<li><a href="http://dev.ckeditor.com/ticket/1961">#1961</a> : The "id" attribute will be appended to anchors alongside the "name" attribute.</li>
<li><a href="http://dev.ckeditor.com/ticket/9219">#9219</a> : The &lt;source&gt; element is now protected while parsing the contents.</li>
<li><a href="http://dev.ckeditor.com/ticket/9281">#9281</a> : [Safari] Fixed inline style breaking dialog advanced tab.</li>
<li><a href="http://dev.ckeditor.com/ticket/9281">#9281</a> : [IE8] Fixed not being able to remove border from the image dialog.</li>
</ul>
<h3>
CKEditor 3.6.4</h3>
<p>
@ -1540,7 +1583,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-2012, <a href="http://cksource.com/">CKSource</a> - Frederico
Copyright &copy; 2003-2013, <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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, <a href="http://cksource.com/">CKSource</a> - Frederico
Copyright &copy; 2003-2013, <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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
Copyright &copy; 2003-2013, <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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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.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;})();
// if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',version:'3.6.6',revision:'7689',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 : 'C6HH5UF',
timestamp : 'D03G5XL',
/**
* 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.4',
version : '3.6.6',
/**
* Contains the CKEditor revision number.
@ -69,7 +69,7 @@ if ( !window.CKEDITOR )
* @example
* alert( CKEDITOR.revision ); // e.g. '3975'
*/
revision : '7575',
revision : '7689',
/**
* A 3-digit random integer, valid for the entire life of the CKEDITOR object.

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -105,6 +105,9 @@ CKEDITOR.dom.element.clearMarkers = function( database, element, removeFromDatab
}
};
( function()
{
CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
/** @lends CKEDITOR.dom.element.prototype */
{
@ -504,7 +507,10 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
:
function( propertyName )
{
return this.getWindow().$.getComputedStyle( this.$, '' ).getPropertyValue( propertyName );
var style = this.getWindow().$.getComputedStyle( this.$, null );
// Firefox may return null if we call the above on a hidden iframe. (#9117)
return style ? style.getPropertyValue( propertyName ) : '';
},
/**
@ -1186,6 +1192,16 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
{
// Removes the specified property from the current style object.
var $ = this.$.style;
// "removeProperty" need to be specific on the following styles.
if ( !$.removeProperty && ( name == 'border' || name == 'margin' || name == 'padding' ) )
{
var names = expandedRules( name );
for ( var i = 0 ; i < names.length ; i++ )
this.removeStyle( names[ i ] );
return;
}
$.removeProperty ? $.removeProperty( name ) : $.removeAttribute( CKEDITOR.tools.cssStyleToDomStyle( name ) );
if ( !this.$.style.cssText )
@ -1752,13 +1768,35 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
}
});
( function()
{
var sides = {
width : [ "border-left-width", "border-right-width","padding-left", "padding-right" ],
height : [ "border-top-width", "border-bottom-width", "padding-top", "padding-bottom" ]
};
// Generate list of specific style rules, applicable to margin/padding/border.
function expandedRules( style )
{
var sides = [ 'top', 'left', 'right', 'bottom' ], components;
if ( style == 'border' )
components = [ 'color', 'style', 'width' ];
var styles = [];
for ( var i = 0 ; i < sides.length ; i++ )
{
if ( components )
{
for ( var j = 0 ; j < components.length ; j++ )
styles.push( [ style, sides[ i ], components[j] ].join( '-' ) );
}
else
styles.push( [ style, sides[ i ] ].join( '-' ) );
}
return styles;
}
function marginAndPaddingSize( type )
{
var adjustment = 0;

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -117,6 +117,26 @@ CKEDITOR.dom.event.prototype =
{
var rawNode = this.$.target || this.$.srcElement;
return rawNode ? new CKEDITOR.dom.node( rawNode ) : null;
},
/**
* Retrieves the coordinates of the mouse pointer relative to the top-left
* corner of the document, in mouse related event.
* @returns {Object} The object contains the position.
* @example
* element.on( 'mousemouse', function( ev )
* {
* var pageOffset = ev.data.getPageOffset();
* alert( pageOffset.x ); // page offset X
* alert( pageOffset.y ); // page offset Y
* });
*/
getPageOffset : function()
{
var doc = this.getTarget().getDocument().$;
var pageX = this.$.pageX || this.$.clientX + ( doc.documentElement.scrollLeft || doc.body.scrollLeft );
var pageY = this.$.pageY || this.$.clientY + ( doc.documentElement.scrollTop || doc.body.scrollTop );
return { x : pageX, y : pageY };
}
};

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -106,7 +106,8 @@ CKEDITOR.tools.extend( CKEDITOR.dom.node.prototype,
if ( !cloneId )
node.removeAttribute( 'id', false );
node.removeAttribute( 'data-cke-expando', false );
node[ 'data-cke-expando' ] = undefined;
if ( includeChildren )
{

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -347,50 +347,38 @@ CKEDITOR.dom.range = function( document )
// Creates the appropriate node evaluator for the dom walker used inside
// check(Start|End)OfBlock.
function getCheckStartEndBlockEvalFunction( isStart )
function getCheckStartEndBlockEvalFunction()
{
var skipBogus = false,
whitespaces = CKEDITOR.dom.walker.whitespaces(),
bookmarkEvaluator = CKEDITOR.dom.walker.bookmark( true ),
nbspRegExp = /^[\t\r\n ]*(?:&nbsp;|\xa0)$/;
isBogus = CKEDITOR.dom.walker.bogus();
return function( node )
{
// First ignore bookmark nodes.
if ( bookmarkEvaluator( node ) )
// First skip empty nodes.
if ( bookmarkEvaluator( node ) || whitespaces( node ) )
return true;
if ( node.type == CKEDITOR.NODE_TEXT )
// Skip the bogus node at the end of block.
if ( isBogus( node ) &&
!skipBogus )
{
// 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.
else if ( node.hasAscendant( 'pre' ) || CKEDITOR.tools.trim( node.getText() ).length )
return false;
}
else if ( node.type == CKEDITOR.NODE_ELEMENT )
{
// If there are non-empty inline elements (e.g. <img />), then we're not
// at the start.
if ( !inlineChildReqElements[ node.getName() ] )
{
// Skip the padding block br.
if ( !CKEDITOR.env.ie &&
node.is( 'br' ) &&
!skipBogus &&
!( isStart && node.getNext() ) )
{
skipBogus = true;
}
else
return false;
}
skipBogus = true;
return true;
}
// If there's any visible text, then we're not at the start.
if ( node.type == CKEDITOR.NODE_TEXT &&
( node.hasAscendant( 'pre' ) ||
CKEDITOR.tools.trim( node.getText() ).length ) )
return false;
// If there are non-empty inline elements (e.g. <img />), then we're not
// at the start.
if ( node.type == CKEDITOR.NODE_ELEMENT && !inlineChildReqElements[ node.getName() ] )
return false;
return true;
};
}
@ -401,21 +389,28 @@ CKEDITOR.dom.range = function( document )
// text node and non-empty elements unless it's being bookmark text.
function elementBoundaryEval( checkStart )
{
var whitespaces = CKEDITOR.dom.walker.whitespaces(),
bookmark = CKEDITOR.dom.walker.bookmark( 1 );
return function( node )
{
// First skip empty nodes.
if ( bookmark( node ) || whitespaces( node ) )
return true;
// 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 );
node.type == CKEDITOR.NODE_ELEMENT &&
node.getName() in CKEDITOR.dtd.$removeEmpty;
};
}
var whitespaceEval = new CKEDITOR.dom.walker.whitespaces(),
bookmarkEval = new CKEDITOR.dom.walker.bookmark();
bookmarkEval = new CKEDITOR.dom.walker.bookmark(),
nbspRegExp = /^[\t\r\n ]*(?:&nbsp;|\xa0)$/;
function nonWhitespaceOrBookmarkEval( node )
{
@ -1834,13 +1829,13 @@ CKEDITOR.dom.range = function( document )
var startContainer = this.startContainer,
startOffset = this.startOffset;
// If the starting node is a text node, and non-empty before the offset,
// then we're surely not at the start of block.
if ( startOffset && startContainer.type == CKEDITOR.NODE_TEXT )
// [IE] Special handling for range start in text with a leading NBSP,
// we it to be isolated, for bogus check.
if ( CKEDITOR.env.ie && startOffset && startContainer.type == CKEDITOR.NODE_TEXT )
{
var textBefore = CKEDITOR.tools.ltrim( startContainer.substring( 0, startOffset ) );
if ( textBefore.length )
return false;
if ( nbspRegExp.test( textBefore ) )
this.trim( 0, 1 );
}
// We need to grab the block element holding the start boundary, so
@ -1853,7 +1848,7 @@ CKEDITOR.dom.range = function( document )
walkerRange.setStartAt( path.block || path.blockLimit, CKEDITOR.POSITION_AFTER_START );
var walker = new CKEDITOR.dom.walker( walkerRange );
walker.evaluator = getCheckStartEndBlockEvalFunction( true );
walker.evaluator = getCheckStartEndBlockEvalFunction();
return walker.checkBackward();
},
@ -1863,13 +1858,13 @@ CKEDITOR.dom.range = function( document )
var endContainer = this.endContainer,
endOffset = this.endOffset;
// If the ending node is a text node, and non-empty after the offset,
// then we're surely not at the end of block.
if ( endContainer.type == CKEDITOR.NODE_TEXT )
// [IE] Special handling for range end in text with a following NBSP,
// we it to be isolated, for bogus check.
if ( CKEDITOR.env.ie && endContainer.type == CKEDITOR.NODE_TEXT )
{
var textAfter = CKEDITOR.tools.rtrim( endContainer.substring( endOffset ) );
if ( textAfter.length )
return false;
if ( nbspRegExp.test( textAfter ) )
this.trim( 1, 0 );
}
// We need to grab the block element holding the start boundary, so
@ -1882,15 +1877,53 @@ CKEDITOR.dom.range = function( document )
walkerRange.setEndAt( path.block || path.blockLimit, CKEDITOR.POSITION_BEFORE_END );
var walker = new CKEDITOR.dom.walker( walkerRange );
walker.evaluator = getCheckStartEndBlockEvalFunction( false );
walker.evaluator = getCheckStartEndBlockEvalFunction();
return walker.checkForward();
},
/**
* Check if elements at which the range boundaries anchor are read-only,
* with respect to "contenteditable" attribute.
* Traverse with {@link CKEDITOR.dom.walker} to retrieve the previous element before the range start.
* @param {Function} evaluator Function used as the walker's evaluator.
* @param {Function} [guard] Function used as the walker's guard.
* @param {CKEDITOR.dom.element} [boundary] A range ancestor element in which the traversal is limited,
* default to the root editable if not defined.
*
* @return {CKEDITOR.dom.element|null} The returned node from the traversal.
*/
getPreviousNode : function( evaluator, guard, boundary ) {
var walkerRange = this.clone();
walkerRange.collapse( 1 );
walkerRange.setStartAt( boundary || this.document.getBody(), CKEDITOR.POSITION_AFTER_START );
var walker = new CKEDITOR.dom.walker( walkerRange );
walker.evaluator = evaluator;
walker.guard = guard;
return walker.previous();
},
/**
* Traverse with {@link CKEDITOR.dom.walker} to retrieve the next element before the range start.
* @param {Function} evaluator Function used as the walker's evaluator.
* @param {Function} [guard] Function used as the walker's guard.
* @param {CKEDITOR.dom.element} [boundary] A range ancestor element in which the traversal is limited,
* default to the root editable if not defined.
*
* @return {CKEDITOR.dom.element|null} The returned node from the traversal.
*/
getNextNode: function( evaluator, guard, boundary )
{
var walkerRange = this.clone();
walkerRange.collapse();
walkerRange.setEndAt( boundary || this.document.getBody(), CKEDITOR.POSITION_BEFORE_END );
var walker = new CKEDITOR.dom.walker( walkerRange );
walker.evaluator = evaluator;
walker.guard = guard;
return walker.next();
},
checkReadOnly : ( function()
{
function checkNodesEditable( node, anotherEnd )
@ -1939,8 +1972,6 @@ CKEDITOR.dom.range = function( document )
*/
moveToElementEditablePosition : function( el, isMoveToEnd )
{
var nbspRegExp = /^[\t\r\n ]*(?:&nbsp;|\xa0)$/;
function nextDFS( node, childOnly )
{
var next;

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -413,8 +413,14 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
{
return function( node )
{
var isWhitespace = node && ( node.type == CKEDITOR.NODE_TEXT )
&& !CKEDITOR.tools.trim( node.getText() );
var isWhitespace;
if ( node && node.type == CKEDITOR.NODE_TEXT )
{
// whitespace, as well as the text cursor filler node we used in Webkit. (#9384)
isWhitespace = !CKEDITOR.tools.trim( node.getText() ) ||
CKEDITOR.env.webkit && node.getText() == '\u200b';
}
return !! ( isReject ^ isWhitespace );
};
};
@ -428,13 +434,25 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
var whitespace = CKEDITOR.dom.walker.whitespaces();
return function( node )
{
// Nodes that take no spaces in wysiwyg:
// 1. White-spaces but not including NBSP;
// 2. Empty inline elements, e.g. <b></b> we're checking here
// 'offsetHeight' instead of 'offsetWidth' for properly excluding
// all sorts of empty paragraph, e.g. <br />.
var isInvisible = whitespace( node ) || node.is && !node.$.offsetHeight;
return !! ( isReject ^ isInvisible );
var invisible;
if ( whitespace( node ) )
invisible = 1;
else
{
// Visibility should be checked on element.
if ( node.type == CKEDITOR.NODE_TEXT )
node = node.getParent();
// Nodes that take no spaces in wysiwyg:
// 1. White-spaces but not including NBSP;
// 2. Empty inline elements, e.g. <b></b> we're checking here
// 'offsetHeight' instead of 'offsetWidth' for properly excluding
// all sorts of empty paragraph, e.g. <br />.
invisible = !node.$.offsetHeight;
}
return !! ( isReject ^ invisible );
};
};

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -289,6 +289,9 @@ if ( !CKEDITOR.env )
if ( env.quirks )
env.cssClass += ' cke_browser_iequirks';
if ( document.documentMode && document.documentMode >=9 )
env.cssClass += ' cke_browser_ie9plus';
}
if ( env.gecko && version < 10900 )

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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 )
addElement( pendingBRs.shift(), currentNode );
currentNode.add( pendingBRs.shift() );
}
/*

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -56,6 +56,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
'ka' : 1,
'km' : 1,
'ko' : 1,
'ku' : 1,
'lt' : 1,
'lv' : 1,
'mn' : 1,
@ -75,6 +76,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
'sv' : 1,
'th' : 1,
'tr' : 1,
'ug' : 1,
'uk' : 1,
'vi' : 1,
'zh-cn' : 1,

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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 = 'C6HH5UF';
var timestamp = 'D03G5XL';
var getUrl = function( resource )
{

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -756,7 +756,82 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
genKey : function()
{
return Array.prototype.slice.call( arguments ).join( '-' );
},
/**
* Try to avoid differences in the style attribute.
*
* @param {String} styleText The style data to be normalized.
* @param {Boolean} [nativeNormalize=false] Parse the data using the browser.
* @returns {String} The normalized value.
*/
normalizeCssText: function( styleText, nativeNormalize ) {
var props = [],
name,
parsedProps = CKEDITOR.tools.parseCssText( styleText, true, nativeNormalize );
for ( name in parsedProps )
props.push( name + ':' + parsedProps[ name ] );
props.sort();
return props.length ? ( props.join( ';' ) + ';' ) : '';
},
/**
* Find and convert <code>rgb(x,x,x)</code> colors definition to hexadecimal notation.
* @param {String} styleText The style data (or just a string containing rgb colors) to be converted.
* @returns {String} The style data with rgb colors converted to hexadecimal equivalents.
*/
convertRgbToHex: function( styleText ) {
return styleText.replace( /(?:rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\))/gi, function( match, red, green, blue ) {
var color = [ red, green, blue ];
// Add padding zeros if the hex value is less than 0x10.
for ( var i = 0; i < 3; i++ )
color[ i ] = ( '0' + parseInt( color[ i ], 10 ).toString( 16 ) ).slice( -2 );
return '#' + color.join( '' );
});
},
/**
* Turn inline style text properties into one hash.
*
* @param {String} styleText The style data to be parsed.
* @param {Boolean} [normalize=false] Normalize properties and values
* (e.g. trim spaces, convert to lower case).
* @param {Boolean} [nativeNormalize=false] Parse the data using the browser.
* @returns {String} The object containing parsed properties.
*/
parseCssText: function( styleText, normalize, nativeNormalize ) {
var retval = {};
if ( nativeNormalize ) {
// Injects the style in a temporary span object, so the browser parses it,
// retrieving its final format.
var temp = new CKEDITOR.dom.element( 'span' );
temp.setAttribute( 'style', styleText );
styleText = CKEDITOR.tools.convertRgbToHex( temp.getAttribute( 'style' ) || '' );
}
// IE will leave a single semicolon when failed to parse the style text. (#3891)
if ( !styleText || styleText == ';' )
return retval;
styleText.replace( /&quot;/g, '"' ).replace( /\s*([^:;\s]+)\s*:\s*([^;]+)\s*(?=;|$)/g, function( match, name, value ) {
if ( normalize ) {
name = name.toLowerCase();
// Normalize font-family property, ignore quotes and being case insensitive. (#7322)
// http://www.w3.org/TR/css3-fonts/#font-family-the-font-family-property
if ( name == 'font-family' )
value = value.toLowerCase().replace( /["']/g, '' ).replace( /\s*,\s*/g, ',' );
value = CKEDITOR.tools.trim( value );
}
retval[ name ] = value;
});
return retval;
}
};
})();

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, 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-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -43,6 +43,7 @@ var CKEDITOR_LANGS = (function()
ka : 'Georgian',
km : 'Khmer',
ko : 'Korean',
ku : 'Kurdish',
lt : 'Lithuanian',
lv : 'Latvian',
mn : 'Mongolian',
@ -62,6 +63,7 @@ var CKEDITOR_LANGS = (function()
sv : 'Swedish',
th : 'Thai',
tr : 'Turkish',
ug : 'Uighur',
uk : 'Ukrainian',
vi : 'Vietnamese',
zh : 'Chinese Traditional',

View File

@ -1,64 +1,65 @@
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
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
af.js Found: 551 Missing: 28
ar.js Found: 471 Missing: 108
bg.js Found: 397 Missing: 182
bn.js Found: 293 Missing: 286
bs.js Found: 176 Missing: 403
ca.js Found: 550 Missing: 29
cs.js Found: 579 Missing: 0
cy.js Found: 579 Missing: 0
da.js Found: 577 Missing: 2
de.js Found: 578 Missing: 1
el.js Found: 449 Missing: 130
en-au.js Found: 348 Missing: 231
en-ca.js Found: 346 Missing: 233
en-gb.js Found: 518 Missing: 61
eo.js Found: 578 Missing: 1
es.js Found: 578 Missing: 1
et.js Found: 577 Missing: 2
eu.js Found: 418 Missing: 161
fa.js Found: 577 Missing: 2
fi.js Found: 579 Missing: 0
fo.js Found: 577 Missing: 2
fr-ca.js Found: 322 Missing: 257
fr.js Found: 578 Missing: 1
gl.js Found: 293 Missing: 286
gu.js Found: 577 Missing: 2
he.js Found: 578 Missing: 1
hi.js Found: 330 Missing: 249
hr.js Found: 578 Missing: 1
hu.js Found: 574 Missing: 5
id.js Found: 1 Missing: 578
is.js Found: 327 Missing: 252
it.js Found: 579 Missing: 0
ja.js Found: 496 Missing: 83
ka.js Found: 570 Missing: 9
km.js Found: 287 Missing: 292
ko.js Found: 305 Missing: 274
ku.js Found: 578 Missing: 1
lt.js Found: 577 Missing: 2
lv.js Found: 578 Missing: 1
mk.js Found: 0 Missing: 579
mn.js Found: 389 Missing: 190
ms.js Found: 277 Missing: 302
nb.js Found: 579 Missing: 0
nl.js Found: 576 Missing: 3
no.js Found: 579 Missing: 0
pl.js Found: 578 Missing: 1
pt-br.js Found: 579 Missing: 0
pt.js Found: 327 Missing: 252
ro.js Found: 434 Missing: 145
ru.js Found: 577 Missing: 2
sk.js Found: 578 Missing: 1
sl.js Found: 427 Missing: 152
sr-latn.js Found: 288 Missing: 291
sr.js Found: 287 Missing: 292
sv.js Found: 552 Missing: 27
th.js Found: 299 Missing: 280
tr.js Found: 578 Missing: 1
ug.js Found: 574 Missing: 5
uk.js Found: 578 Missing: 1
vi.js Found: 578 Missing: 1
zh-cn.js Found: 579 Missing: 0
zh.js Found: 436 Missing: 143

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +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 : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'Teksverwerker, %1',
editorHelp : 'Druk op ALT 0 vir hulp',
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
@ -120,6 +120,7 @@ CKEDITOR.lang['af'] =
alignTop : 'Bo',
alignMiddle : 'Middel',
alignBottom : 'Onder',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'Hoogte moet \'n getal wees',
invalidWidth : 'Breedte moet \'n getal wees.',
invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
@ -697,7 +698,7 @@ CKEDITOR.lang['af'] =
ignoreAll : 'Ignoreer alles',
addWord : 'Voeg woord by',
emptyDic : 'Woordeboeknaam mag nie leeg wees nie.',
noSuggestions : 'Geen voorstel',
optionsTab : 'Opsies',
allCaps : 'Ignoreer woorde in hoofletters',
ignoreDomainNames : 'Ignoreer domeinname',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['ar'] =
alignTop : 'أعلى',
alignMiddle : 'وسط',
alignBottom : 'أسفل',
invalidValue : 'Invalid value.', // MISSING
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
@ -697,7 +698,7 @@ CKEDITOR.lang['ar'] =
ignoreAll : 'تجاهل الكل',
addWord : 'إضافة كلمة',
emptyDic : 'اسم القاموس يجب ألا يكون فارغاً.',
noSuggestions : 'لا توجد إقتراحات',
optionsTab : 'خيارات',
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +31,8 @@ CKEDITOR.lang['bg'] =
* 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
editorTitle : 'Текстов редактор за форматиран текст, %1',
editorHelp : 'натиснете ALT 0 за помощ',
// ARIA descriptions.
toolbars : 'Ленти с инструменти',
@ -120,6 +120,7 @@ CKEDITOR.lang['bg'] =
alignTop : 'Горе',
alignMiddle : 'По средата',
alignBottom : 'Долу',
invalidValue : 'Invalid value.', // MISSING
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
@ -697,7 +698,7 @@ CKEDITOR.lang['bg'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : 'Няма предложения',
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['bn'] =
alignTop : 'উপর',
alignMiddle : 'মধ্য',
alignBottom : 'নীচে',
invalidValue : 'Invalid value.', // 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
@ -697,7 +698,7 @@ CKEDITOR.lang['bn'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : 'কোন সাজেশন নেই',
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['bs'] =
alignTop : 'Vrh',
alignMiddle : 'Sredina',
alignBottom : 'Dno',
invalidValue : 'Invalid value.', // 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
@ -697,7 +698,7 @@ CKEDITOR.lang['bs'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : 'No suggestions',
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['ca'] =
alignTop : 'Superior',
alignMiddle : 'Centre',
alignBottom : 'Inferior',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'L\'alçada ha de ser un nombre.',
invalidWidth : 'L\'amplada ha de ser un nombre.',
invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
@ -697,7 +698,7 @@ CKEDITOR.lang['ca'] =
ignoreAll : 'Ignora\'ls tots',
addWord : 'Afegeix una paraula',
emptyDic : 'El nom del diccionari no hauria d\'estar buit.',
noSuggestions : 'Cap suggeriment',
optionsTab : 'Opcions',
allCaps : 'Ignora paraules en majúscules',
ignoreDomainNames : 'Ignora els noms de domini',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['cs'] =
alignTop : 'Nahoru',
alignMiddle : 'Na střed',
alignBottom : 'Dolů',
invalidValue : 'Neplatná hodnota.',
invalidHeight : 'Zadaná výška musí být číslo.',
invalidWidth : 'Šířka musí být číslo.',
invalidCssLength : 'Hodnota určená pro pole "%1" musí být kladné číslo bez nebo s platnou jednotkou míry CSS (px, %, in, cm, mm, em, ex, pt, nebo pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['cs'] =
ignoreAll : 'Přeskočit vše',
addWord : 'Přidat slovo',
emptyDic : 'Název slovníku nesmí být prázdný.',
noSuggestions : 'Zádné návrhy',
optionsTab : 'Nastavení',
allCaps : 'Ignorovat slova tvořená velkými písmeny',
ignoreDomainNames : 'Ignorovat doménová jména',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +31,8 @@ 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 : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'Golygydd testun cyfoethog, %1',
editorHelp : 'Gwasgwch ALT 0 am gymorth',
// ARIA descriptions.
toolbars : 'Bariau offer golygydd',
@ -120,6 +120,7 @@ CKEDITOR.lang['cy'] =
alignTop : 'Brig',
alignMiddle : 'Canol',
alignBottom : 'Gwaelod',
invalidValue : 'Gwerth annilys.',
invalidHeight : 'Rhaid i\'r Uchder fod yn rhif.',
invalidWidth : 'Rhaid i\'r Lled fod yn rhif.',
invalidCssLength : 'Mae\'n rhaid i\'r gwerth ar gyfer maes "%1" fod yn rhif positif gyda neu heb uned fesuriad CSS dilys (px, %, in, cm, mm, em, ex, pt, neu pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['cy'] =
ignoreAll : 'Anwybyddu pob',
addWord : 'Ychwanegu Gair',
emptyDic : 'Ni ddylai enw\'r geiriadur fod yn wag.',
noSuggestions : 'Dim awgrymiadau',
optionsTab : 'Opsiynau',
allCaps : 'Anwybyddu Geiriau Nodau Uwch i Gyd',
ignoreDomainNames : 'Anwybyddu Enwau Parth',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -32,7 +32,7 @@ CKEDITOR.lang['da'] =
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorHelp : 'Tryk ALT 0 for hjælp',
// ARIA descriptions.
toolbars : 'Editors værktøjslinjer',
@ -120,6 +120,7 @@ CKEDITOR.lang['da'] =
alignTop : 'Øverst',
alignMiddle : 'Centreret',
alignBottom : 'Nederst',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'Højde skal være et tal.',
invalidWidth : 'Bredde skal være et tal.',
invalidCssLength : 'Værdien specificeret for "%1" feltet skal være et positivt nummer med eller uden en CSS måleenhed (px, %, in, cm, mm, em, ex, pt, eller pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['da'] =
ignoreAll : 'Ignorér alle',
addWord : 'Tilføj ord',
emptyDic : 'Ordbogsnavn må ikke være tom.',
noSuggestions : 'Ingen forslag',
optionsTab : 'Indstillinger',
allCaps : 'Ignorer alle store bogstaver',
ignoreDomainNames : 'Ignorér domænenavne',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +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 : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'WYSIWYG-Editor, %1',
editorHelp : 'Drücken Sie ALT 0 für Hilfe',
// ARIA descriptions.
toolbars : 'Editor Symbolleisten',
@ -120,6 +120,7 @@ CKEDITOR.lang['de'] =
alignTop : 'Oben',
alignMiddle : 'Mitte',
alignBottom : 'Unten',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'Höhe muss eine Zahl sein.',
invalidWidth : 'Breite muss eine Zahl sein.',
invalidCssLength : 'Wert spezifiziert für "%1" Feld muss ein positiver numerischer Wert sein mit oder ohne korrekte CSS Messeinheit (px, %, in, cm, mm, em, ex, pt oder pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['de'] =
ignoreAll : 'Alle ignorieren',
addWord : 'Wort hinzufügen',
emptyDic : 'Wörterbuchname sollte leer sein.',
noSuggestions : 'keine Vorschläge',
optionsTab : 'Optionen',
allCaps : 'Groß geschriebenen Wörter ignorieren',
ignoreDomainNames : 'Domain-Namen ignorieren',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['el'] =
alignTop : 'Πάνω',
alignMiddle : 'Μέση',
alignBottom : 'Κάτω',
invalidValue : 'Invalid value.', // MISSING
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
@ -449,25 +450,25 @@ CKEDITOR.lang['el'] =
scaleNoBorder : 'Χωρίς Περίγραμμα',
scaleFit : 'Ακριβές Μέγεθος',
access : 'Script Access', // MISSING
accessAlways : 'Always', // MISSING
accessAlways : 'Πάντα',
accessSameDomain: 'Same domain', // MISSING
accessNever : 'Never', // MISSING
accessNever : 'Ποτέ',
alignAbsBottom : 'Απόλυτα Κάτω',
alignAbsMiddle : 'Απόλυτα στη Μέση',
alignBaseline : 'Γραμμή Βάσης',
alignTextTop : 'Κορυφή Κειμένου',
quality : 'Quality', // MISSING
qualityBest : 'Best', // MISSING
qualityHigh : 'High', // MISSING
qualityAutoHigh : 'Auto High', // MISSING
qualityMedium : 'Medium', // MISSING
qualityAutoLow : 'Auto Low', // MISSING
qualityLow : 'Low', // MISSING
windowModeWindow: 'Window', // MISSING
windowModeOpaque: 'Opaque', // MISSING
windowModeTransparent : 'Transparent', // MISSING
quality : 'Ποιότητα',
qualityBest : 'Καλύτερη',
qualityHigh : 'Υψηλή',
qualityAutoHigh : 'Αυτόματη Υψηλή',
qualityMedium : 'Μεσαία',
qualityAutoLow : 'Αυτόματη Χαμηλή',
qualityLow : 'Χαμηλή',
windowModeWindow: 'Παράθυρο',
windowModeOpaque: 'Συμπαγές',
windowModeTransparent : 'Διάφανο',
windowMode : 'Window mode', // MISSING
flashvars : 'Variables for Flash', // MISSING
flashvars : 'Μεταβλητές για Flash',
bgcolor : 'Χρώμα Υποβάθρου',
hSpace : 'Οριζόντιο Διάστημα',
vSpace : 'Κάθετο Διάστημα',
@ -480,8 +481,8 @@ CKEDITOR.lang['el'] =
spellCheck :
{
toolbar : 'Ορθογραφικός Έλεγχος',
title : 'Spell Check', // MISSING
notAvailable : 'Sorry, but service is unavailable now.', // MISSING
title : 'Ορθογραφικός Έλεγχος',
notAvailable : 'Η υπηρεσία δεν είναι διαθέσιμη αυτήν την στιγμή.',
errorLoading : 'Error loading application service host: %s.', // MISSING
notInDic : 'Δεν υπάρχει στο λεξικό',
changeTo : 'Αλλαγή σε',
@ -503,13 +504,13 @@ CKEDITOR.lang['el'] =
{
toolbar : 'Smiley',
title : 'Επιλέξτε ένα Smiley',
options : 'Smiley Options' // MISSING
options : 'Επιλογές Smiley'
},
elementsPath :
{
eleLabel : 'Elements path', // MISSING
eleTitle : '%1 element' // MISSING
eleTitle : '%1 στοιχείο'
},
numberedlist : 'Εισαγωγή/Απομάκρυνση Αριθμημένης Λίστας',
@ -611,21 +612,21 @@ CKEDITOR.lang['el'] =
title : 'IFrame Properties', // MISSING
toolbar : 'IFrame', // MISSING
noUrl : 'Please type the iframe URL', // MISSING
scrolling : 'Enable scrollbars', // MISSING
scrolling : 'Ενεργοποίηση μπαρών κύλισης',
border : 'Show frame border' // MISSING
},
font :
{
label : 'Γραμματοσειρά',
voiceLabel : 'Font', // MISSING
voiceLabel : 'Γραμματοσειρά',
panelTitle : 'Όνομα Γραμματοσειράς'
},
fontSize :
{
label : 'Μέγεθος',
voiceLabel : 'Font Size', // MISSING
voiceLabel : 'Μέγεθος γραμματοσειράς',
panelTitle : 'Μέγεθος Γραμματοσειράς'
},
@ -633,14 +634,14 @@ CKEDITOR.lang['el'] =
{
textColorTitle : 'Χρώμα Κειμένου',
bgColorTitle : 'Χρώμα Φόντου',
panelTitle : 'Colors', // MISSING
panelTitle : 'Χρώματα',
auto : 'Αυτόματα',
more : 'Περισσότερα χρώματα...'
},
colors :
{
'000' : 'Black', // MISSING
'000' : 'Μαύρο',
'800000' : 'Maroon', // MISSING
'8B4513' : 'Saddle Brown', // MISSING
'2F4F4F' : 'Dark Slate Gray', // MISSING
@ -654,8 +655,8 @@ CKEDITOR.lang['el'] =
'006400' : 'Dark Green', // MISSING
'40E0D0' : 'Turquoise', // MISSING
'0000CD' : 'Medium Blue', // MISSING
'800080' : 'Purple', // MISSING
'808080' : 'Gray', // MISSING
'800080' : 'Μώβ',
'808080' : 'Γκρί',
'F00' : 'Red', // MISSING
'FF8C00' : 'Dark Orange', // MISSING
'FFD700' : 'Gold', // MISSING
@ -690,37 +691,37 @@ CKEDITOR.lang['el'] =
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
options : 'Επιλογές',
langs : 'Γλώσσες',
moreSuggestions : 'Περισσότερες προτάσεις',
ignore : 'Αγνόησε το',
ignoreAll : 'Να αγνοηθούν όλα',
addWord : 'Προσθήκη στο λεξικό',
emptyDic : 'Το όνομα του λεξικού δεν πρέπει να είναι κενό.',
noSuggestions : 'No suggestions', // MISSING
optionsTab : 'Επιλογές',
allCaps : 'Να αγνοούνται όλες οι λέξεις σε κεφαλαία',
ignoreDomainNames : 'Ignore Domain Names', // MISSING
mixedCase : 'Ignore Words with Mixed Case', // MISSING
mixedWithDigits : 'Ignore Words with Numbers', // MISSING
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
dictionariesTab : 'Λεξικά',
dic_field_name : 'Όνομα λεξικού',
dic_create : 'Δημιουργία',
dic_restore : 'Ανάκτηση',
dic_delete : 'Διαγραφή',
dic_rename : 'Μετονομασία',
dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
aboutTab : 'About' // MISSING
aboutTab : 'Περί'
},
about :
{
title : 'About CKEditor', // MISSING
dlgTitle : 'About CKEditor', // MISSING
title : 'Περί του CKEditor',
dlgTitle : 'Περί του CKEditor',
help : 'Check $1 for help.', // MISSING
userGuide : 'CKEditor User\'s Guide', // MISSING
moreInfo : 'For licensing information please visit our web site:', // MISSING
@ -736,18 +737,18 @@ CKEDITOR.lang['el'] =
flash : 'Flash Animation', // MISSING
iframe : 'IFrame', // MISSING
hiddenfield : 'Hidden Field', // MISSING
unknown : 'Unknown Object' // MISSING
unknown : 'Άγνωστο Αντικείμενο'
},
resize : 'Σύρσιμο για αλλαγή μεγέθους',
colordialog :
{
title : 'Select color', // MISSING
options : 'Color Options', // MISSING
title : 'Επιλογή Χρώματος',
options : 'Επιλογές Χρωμάτων',
highlight : 'Highlight', // MISSING
selected : 'Selected Color', // MISSING
clear : 'Clear' // MISSING
selected : 'Επιλεγμένο Χρώμα',
clear : 'Καθαρισμός'
},
toolbarCollapse : 'Σύμπτηξη Εργαλειοθήκης',
@ -755,17 +756,17 @@ CKEDITOR.lang['el'] =
toolbarGroups :
{
document : 'Document', // MISSING
document : 'Έγγραφο',
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
editing : 'Σε επεξεργασία',
forms : 'Φόρμες',
basicstyles : 'Βασικά στυλ',
paragraph : 'Παράγραφος',
links : 'Συνδέσμοι',
insert : 'Εισαγωγή',
styles : 'Στυλ',
colors : 'Χρώματα',
tools : 'Εργαλεία'
},
bidi :

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['en-au'] =
alignTop : 'Top', // MISSING
alignMiddle : 'Middle', // MISSING
alignBottom : 'Bottom', // MISSING
invalidValue : 'Invalid value.', // 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
@ -697,7 +698,7 @@ CKEDITOR.lang['en-au'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : 'No suggestions',
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['en-ca'] =
alignTop : 'Top', // MISSING
alignMiddle : 'Middle', // MISSING
alignBottom : 'Bottom', // MISSING
invalidValue : 'Invalid value.', // 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
@ -697,7 +698,7 @@ CKEDITOR.lang['en-ca'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : 'No suggestions',
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['en-gb'] =
alignTop : 'Top',
alignMiddle : 'Middle',
alignBottom : 'Bottom',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'Height must be a number.',
invalidWidth : 'Width must be a number.',
invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
@ -697,7 +698,7 @@ CKEDITOR.lang['en-gb'] =
ignoreAll : 'Ignore All',
addWord : 'Add Word',
emptyDic : 'Dictionary name should not be empty.',
noSuggestions : 'No suggestions',
optionsTab : 'Options',
allCaps : 'Ignore All-Caps Words',
ignoreDomainNames : 'Ignore Domain Names',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['en'] =
alignTop : 'Top',
alignMiddle : 'Middle',
alignBottom : 'Bottom',
invalidValue : 'Invalid value.',
invalidHeight : 'Height must be a number.',
invalidWidth : 'Width must be a number.',
invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['en'] =
ignoreAll : 'Ignore All',
addWord : 'Add Word',
emptyDic : 'Dictionary name should not be empty.',
noSuggestions : 'No suggestions',
optionsTab : 'Options',
allCaps : 'Ignore All-Caps Words',
ignoreDomainNames : 'Ignore Domain Names',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['eo'] =
alignTop : 'Supre',
alignMiddle : 'Centre',
alignBottom : 'Malsupre',
invalidValue : 'Nevalida Valoro',
invalidHeight : 'Alto devas esti nombro.',
invalidWidth : 'Larĝo devas esti nombro.',
invalidCssLength : 'La valoro indikita por la "%1" kampo devas esti pozitiva nombro kun aŭ sen valida CSSmezurunuo (px, %, in, cm, mm, em, ex, pt, or pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['eo'] =
ignoreAll : 'Ignori ĉion',
addWord : 'Almeti la vorton',
emptyDic : 'La vortaronomo ne devus esti malplena.',
noSuggestions : 'No suggestions', // MISSING
optionsTab : 'Opcioj',
allCaps : 'Ignori la vortojn skribitajn nur per ĉefliteroj',
ignoreDomainNames : 'Ignori domajnajn nomojn',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +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 : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'Editor de texto, %1',
editorHelp : 'Pulse ALT 0 para ayuda',
// ARIA descriptions.
toolbars : 'Barras de herramientas del editor',
@ -120,6 +120,7 @@ CKEDITOR.lang['es'] =
alignTop : 'Tope',
alignMiddle : 'Centro',
alignBottom : 'Pie',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'Altura debe ser un número.',
invalidWidth : 'Anchura debe ser un número.',
invalidCssLength : 'El valor especificado para el campo "%1" debe ser un número positivo, incluyendo optionalmente una unidad de medida CSS válida (px, %, in, cm, mm, em, ex, pt, o pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['es'] =
ignoreAll : 'Ignorar Todas',
addWord : 'Añadir palabra',
emptyDic : 'El nombre del diccionario no puede estar en blanco.',
noSuggestions : 'No hay sugerencias',
optionsTab : 'Opciones',
allCaps : 'Omitir palabras en MAYÚSCULAS',
ignoreDomainNames : 'Omitir nombres de dominio',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['et'] =
alignTop : 'Üles',
alignMiddle : 'Keskele',
alignBottom : 'Alla',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'Kõrgus peab olema number.',
invalidWidth : 'Laius peab olema number.',
invalidCssLength : '"%1" välja jaoks määratud väärtus peab olema positiivne täisarv CSS ühikuga (px, %, in, cm, mm, em, ex, pt või pc) või ilma.',
@ -697,7 +698,7 @@ CKEDITOR.lang['et'] =
ignoreAll : 'Eira kõiki',
addWord : 'Lisa sõna',
emptyDic : 'Sõnaraamatu nimi ei tohi olla tühi.',
noSuggestions : 'No suggestions', // MISSING
optionsTab : 'Valikud',
allCaps : 'Läbivate suurtähtedega sõnade eiramine',
ignoreDomainNames : 'Domeeninimede eiramine',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['eu'] =
alignTop : 'Goian',
alignMiddle : 'Erdian',
alignBottom : 'Behean',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'Altuera zenbaki bat izan behar da.',
invalidWidth : 'Zabalera zenbaki bat izan behar da.',
invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
@ -697,7 +698,7 @@ CKEDITOR.lang['eu'] =
ignoreAll : 'Denak baztertu',
addWord : 'Hitza Gehitu',
emptyDic : 'Hiztegiaren izena ezin da hutsik egon.',
noSuggestions : 'Iradokizunik ez',
optionsTab : 'Aukerak',
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +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 : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'ویرایشگر متن غنی, %1',
editorHelp : 'کلید Alt+0 را برای راهنمایی بفشارید',
// ARIA descriptions.
toolbars : 'نوار ابزار',
@ -120,6 +120,7 @@ CKEDITOR.lang['fa'] =
alignTop : 'بالا',
alignMiddle : 'وسط',
alignBottom : 'پائین',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'ارتفاع باید یک عدد باشد.',
invalidWidth : 'پهنا باید یک عدد باشد.',
invalidCssLength : 'عدد تعیین شده برای فیلد "%1" باید یک عدد مثبت با یا بدون یک واحد اندازه گیری CSS معتبر باشد (px, %, in, cm, mm, em, ex, pt, or pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['fa'] =
ignoreAll : 'عبور کردن از همه',
addWord : 'افزودن Word',
emptyDic : 'نام دیکشنری نباید خالی باشد.',
noSuggestions : 'No suggestions', // MISSING
optionsTab : 'گزینهها',
allCaps : 'نادیده گرفتن همه کلاه-واژهها',
ignoreDomainNames : 'عبور از نامهای دامنه',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +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 : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'Rikastekstieditori, %1',
editorHelp : 'Paina ALT 0 nähdäksesi ohjeen',
// ARIA descriptions.
toolbars : 'Editorin työkalupalkit',
@ -120,6 +120,7 @@ CKEDITOR.lang['fi'] =
alignTop : 'Ylös',
alignMiddle : 'Keskelle',
alignBottom : 'Alas',
invalidValue : 'Virheellinen arvo.',
invalidHeight : 'Korkeuden täytyy olla numero.',
invalidWidth : 'Leveyden täytyy olla numero.',
invalidCssLength : 'Kentän "%1" arvon täytyy olla positiivinen luku CSS mittayksikön (px, %, in, cm, mm, em, ex, pt tai pc) kanssa tai ilman.',
@ -697,7 +698,7 @@ CKEDITOR.lang['fi'] =
ignoreAll : 'Ohita kaikki',
addWord : 'Lisää sana',
emptyDic : 'Sanakirjan nimi on annettava.',
noSuggestions : 'Ei ehdotuksia',
optionsTab : 'Asetukset',
allCaps : 'Ohita sanat, jotka on kirjoitettu kokonaan isoilla kirjaimilla',
ignoreDomainNames : 'Ohita verkkotunnukset',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -32,7 +32,7 @@ CKEDITOR.lang['fo'] =
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorHelp : 'Trýst ALT og 0 fyri vegleiðing',
// ARIA descriptions.
toolbars : 'Editor toolbars',
@ -120,6 +120,7 @@ CKEDITOR.lang['fo'] =
alignTop : 'Ovast',
alignMiddle : 'Miðja',
alignBottom : 'Botnur',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'Hædd má vera eitt tal.',
invalidWidth : 'Breidd má vera eitt tal.',
invalidCssLength : 'Virðið sett í "%1" feltið má vera eitt positivt tal, við ella uttan gyldugum CSS mátieind (px, %, in, cm, mm, em, ex, pt, ella pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['fo'] =
ignoreAll : 'Ignorera alt',
addWord : 'Legg orð afturat',
emptyDic : 'Heiti á orðabók eigur ikki at vera tómt.',
noSuggestions : 'Einki uppskot',
optionsTab : 'Uppseting',
allCaps : 'Loyp orð við bert stórum stavum um',
ignoreDomainNames : 'loyp økisnøvn um',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +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', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'Editor de text enriquit, %1',
editorHelp : 'Prem ALT 0 per obtenir ajuda',
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
@ -120,6 +120,7 @@ CKEDITOR.lang['fr-ca'] =
alignTop : 'Haut',
alignMiddle : 'Milieu',
alignBottom : 'Bas',
invalidValue : 'Invalid value.', // 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
@ -697,7 +698,7 @@ CKEDITOR.lang['fr-ca'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : 'Pas de suggestion',
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +31,8 @@ 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 : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'Éditeur de Texte Enrichi, %1',
editorHelp : 'Appuyez sur ALT-0 pour l\'aide',
// ARIA descriptions.
toolbars : 'Barre d\'outils de l\'éditeur',
@ -120,6 +120,7 @@ CKEDITOR.lang['fr'] =
alignTop : 'Haut',
alignMiddle : 'Milieu',
alignBottom : 'Bas',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'La hauteur doit être un nombre.',
invalidWidth : 'La largeur doit être un nombre.',
invalidCssLength : 'La valeur spécifiée pour le champ "%1" doit être un nombre positif avec ou sans unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, or pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['fr'] =
ignoreAll : 'Ignorer Tout',
addWord : 'Ajouter le mot',
emptyDic : 'Le nom du dictionnaire ne devrait pas être vide.',
noSuggestions : 'Aucune suggestion',
optionsTab : 'Options',
allCaps : 'Ignorer les mots entièrement en majuscules',
ignoreDomainNames : 'Ignorer les noms de domaines',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['gl'] =
alignTop : 'Tope',
alignMiddle : 'Centro',
alignBottom : 'Pé',
invalidValue : 'Invalid value.', // 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
@ -697,7 +698,7 @@ CKEDITOR.lang['gl'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : 'Sen candidatos',
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +31,8 @@ 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', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'રીચ ટેક્ષ્ત્ એડિટર, %1',
editorHelp : 'પ્રેસ ALT 0 મદદ માટ',
// ARIA descriptions.
toolbars : 'એડીટર ટૂલ બાર',
@ -120,6 +120,7 @@ CKEDITOR.lang['gu'] =
alignTop : 'ઉપર',
alignMiddle : 'વચ્ચે',
alignBottom : 'નીચે',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'ઉંચાઈ એક આંકડો હોવો જોઈએ.',
invalidWidth : 'પોહળ ઈ એક આંકડો હોવો જોઈએ.',
invalidCssLength : '"%1" ની વેલ્યુ એક પોસીટીવ આંકડો હોવો જોઈએ અથવા CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc) વગર.',
@ -697,7 +698,7 @@ CKEDITOR.lang['gu'] =
ignoreAll : 'બધા ઇગ્નોર ',
addWord : 'શબ્દ ઉમેરવો',
emptyDic : 'ડિક્સનરીનું નામ ખાલી ના હોય.',
noSuggestions : 'No suggestions', // MISSING
optionsTab : 'વિકલ્પો',
allCaps : 'ઓલ-કેપ્સ વર્ડ છોડી દો.',
ignoreDomainNames : 'ડોમેન નામ છોડી દો.',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +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 : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'עורך טקסט עשיר, %1',
editorHelp : 'לחץ אלט ALT + 0 לעזרה',
// ARIA descriptions.
toolbars : 'סרגלי כלים של העורך',
@ -120,6 +120,7 @@ CKEDITOR.lang['he'] =
alignTop : 'למעלה',
alignMiddle : 'לאמצע',
alignBottom : 'לתחתית',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'הגובה חייב להיות מספר.',
invalidWidth : 'הרוחב חייב להיות מספר.',
invalidCssLength : 'הערך שצוין לשדה "%1" חייב להיות מספר חיובי עם או ללא יחידת מידה חוקית של CSS (px, %, in, cm, mm, em, ex, pt, או pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['he'] =
ignoreAll : 'התעלמות מהכל',
addWord : 'הוספת מילה',
emptyDic : 'יש לבחור מילון.',
noSuggestions : 'אין הצעות',
optionsTab : 'אפשרויות',
allCaps : 'התעלם ממילים שכל אותיותיהן גדולות',
ignoreDomainNames : 'התעלם משמות מתחם',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +31,8 @@ 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', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'रिच टेक्स्ट एडिटर, %1',
editorHelp : 'मदद के लिये ALT 0 दबाए',
// ARIA descriptions.
toolbars : 'एडिटर टूलबार',
@ -120,6 +120,7 @@ CKEDITOR.lang['hi'] =
alignTop : 'ऊपर',
alignMiddle : 'मध्य',
alignBottom : 'नीचे',
invalidValue : 'Invalid value.', // 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
@ -697,7 +698,7 @@ CKEDITOR.lang['hi'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : 'कोई सुझाव नहीं',
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +31,8 @@ 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', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'Bogati uređivač teksta, %1',
editorHelp : 'Pritisni ALT 0 za pomoć',
// ARIA descriptions.
toolbars : 'Alatne trake uređivača teksta',
@ -120,6 +120,7 @@ CKEDITOR.lang['hr'] =
alignTop : 'Vrh',
alignMiddle : 'Sredina',
alignBottom : 'Dolje',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'Visina mora biti broj.',
invalidWidth : 'Širina mora biti broj.',
invalidCssLength : 'Vrijednost određena za "%1" polje mora biti pozitivni broj sa ili bez važećih CSS mjernih jedinica (px, %, in, cm, mm, em, ex, pt ili pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['hr'] =
ignoreAll : 'Zanemari sve',
addWord : 'Dodaj riječ',
emptyDic : 'Naziv rječnika ne smije biti prazno.',
noSuggestions : 'Nema preporuke',
optionsTab : 'Opcije',
allCaps : 'Ignoriraj riječi s velikim slovima',
ignoreDomainNames : 'Ignoriraj nazive domena',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,7 +31,7 @@ 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 : 'Rich text editor, %1', // MISSING
editorTitle : 'HTML szerkesztő, %1',
editorHelp : 'Press ALT 0 for help', // MISSING
// ARIA descriptions.
@ -120,6 +120,7 @@ CKEDITOR.lang['hu'] =
alignTop : 'Tetejére',
alignMiddle : 'Középre',
alignBottom : 'Aljára',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'A magasság mezőbe csak számokat írhat.',
invalidWidth : 'A szélesség mezőbe csak számokat írhat.',
invalidCssLength : '"%1"-hez megadott érték csakis egy pozitív szám lehet, esetleg egy érvényes CSS egységgel megjelölve(px, %, in, cm, mm, em, ex, pt vagy pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['hu'] =
ignoreAll : 'Összes kihagyása',
addWord : 'Szó hozzáadása',
emptyDic : 'A szótár nevét meg kell adni.',
noSuggestions : 'Nincs javaslat',
optionsTab : 'Beállítások',
allCaps : 'Nagybetűs szavak kihagyása',
ignoreDomainNames : 'Domain nevek kihagyása',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -119,6 +119,7 @@ CKEDITOR.lang['id'] =
alignTop : 'Top', // MISSING
alignMiddle : 'Middle', // MISSING
alignBottom : 'Bottom', // MISSING
invalidValue : 'Invalid value.', // 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
@ -696,7 +697,7 @@ CKEDITOR.lang['id'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : 'No suggestions', // MISSING
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['is'] =
alignTop : 'Efst',
alignMiddle : 'Miðjuð',
alignBottom : 'Neðst',
invalidValue : 'Invalid value.', // 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
@ -697,7 +698,7 @@ CKEDITOR.lang['is'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : 'engar tillögur',
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['it'] =
alignTop : 'In Alto',
alignMiddle : 'Centrato',
alignBottom : 'In Basso',
invalidValue : 'Valore non valido.',
invalidHeight : 'L\'altezza dev\'essere un numero',
invalidWidth : 'La Larghezza dev\'essere un numero',
invalidCssLength : 'Il valore indicato per il campo "%1" deve essere un numero positivo con o senza indicazione di una valida unità di misura per le classi CSS (px, %, in, cm, mm, em, ex, pt, o pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['it'] =
ignoreAll : 'Ignora tutti',
addWord : 'Aggiungi Parola',
emptyDic : 'Il nome del dizionario non può essere vuoto.',
noSuggestions : 'Nessun suggerimento',
optionsTab : 'Opzioni',
allCaps : 'Ignora Parole in maiuscolo',
ignoreDomainNames : 'Ignora nomi di dominio',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +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 : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'リッチテキストエディタ, %1',
editorHelp : 'ヘルプは ALT 0 を押してください',
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
@ -120,6 +120,7 @@ CKEDITOR.lang['ja'] =
alignTop : '上',
alignMiddle : '中央',
alignBottom : '下',
invalidValue : 'Invalid value.', // MISSING
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
@ -697,7 +698,7 @@ CKEDITOR.lang['ja'] =
ignoreAll : 'すべて無視',
addWord : '語句追加',
emptyDic : '辞書名は必ず入力してください',
noSuggestions : '該当なし',
optionsTab : 'オプション',
allCaps : '全て大文字の単語を無視',
ignoreDomainNames : 'ドメイン名を無視',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +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 : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'ტექსტის რედაქტორი, %1',
editorHelp : 'დააჭირეთ ALT 0-ს დახმარების მისაღებად',
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
@ -120,6 +120,7 @@ CKEDITOR.lang['ka'] =
alignTop : 'ზემოთა',
alignMiddle : 'შუა',
alignBottom : 'ქვემოთა',
invalidValue : 'Invalid value.', // MISSING
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
@ -697,7 +698,7 @@ CKEDITOR.lang['ka'] =
ignoreAll : 'ყველას უგულებელყოფა',
addWord : 'სიტყვის დამატება',
emptyDic : 'ლექსიკონის სიტყვა არ უნდა იყოს ცარიელი.',
noSuggestions : 'No suggestions', // MISSING
optionsTab : 'პარამეტრები',
allCaps : 'დიდი ასოებით დაწერილი სიტყვების უგულებელყოფა',
ignoreDomainNames : 'დომენური სახელების უგულებელყოფა',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['km'] =
alignTop : 'ខាងលើ',
alignMiddle : 'កណ្តាល',
alignBottom : 'ខាងក្រោម',
invalidValue : 'Invalid value.', // 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
@ -697,7 +698,7 @@ CKEDITOR.lang['km'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : ' គ្មានសំណើរ ',
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['ko'] =
alignTop : '위',
alignMiddle : '중간',
alignBottom : '아래',
invalidValue : 'Invalid value.', // 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
@ -697,7 +698,7 @@ CKEDITOR.lang['ko'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : '추천단어 없음',
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -0,0 +1,816 @@
/*
Copyright (c) 2003-2013, 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['ku'] =
{
/**
* The language reading direction. Possible values are "rtl" for
* Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
* languages (like English).
* @default 'ltr'
*/
dir : 'rtl',
/*
* Screenreader titles. Please note that screenreaders are not always capable
* of reading non-English words. So be careful while translating it.
*/
editorTitle : 'ده‌سکاریکه‌ری ناونیشان',
editorHelp : 'کلیکی ALT له‌گه‌ڵ 0 بکه‌ بۆ یارمه‌تی',
// ARIA descriptions.
toolbars : 'تووڵاەرازی دەسکاریکەر',
editor : 'سەرنووسەی دەقی بەپیت',
// Toolbar buttons without dialogs.
source : 'سەرچاوە',
newPage : 'پەڕەیەکی نوێ',
save : 'پاشکەوتکردن',
preview : 'پێشبینین',
cut : 'بڕین',
copy : 'لەبەرگرنتەوه',
paste : 'لکاندن',
print : 'چاپکردن',
underline : 'ژێرهێڵ',
bold : 'قەڵەو',
italic : 'لار',
selectAll : 'نیشانکردنی هەمووی',
removeFormat : 'لابردنی داڕشتەکە',
strike : 'لێدان',
subscript : 'ژێرنووس',
superscript : 'سەرنووس',
horizontalrule : 'دانانی هێلی ئاسۆیی',
pagebreak : 'دانانی پشووی پەڕە بۆ چاپکردن',
pagebreakAlt : 'پشووی پەڕە',
unlink : 'لابردنی بەستەر',
undo : 'پووچکردنەوه',
redo : 'هەڵگەڕاندنەوه',
// Common messages and labels.
common :
{
browseServer : 'هێنانی ڕاژە',
url : 'ناونیشانی بەستەر',
protocol : 'پڕۆتۆکۆڵ',
upload : 'بارکردن',
uploadSubmit : 'ناردنی بۆ ڕاژە',
image : 'وێنە',
flash : 'فلاش',
form : 'داڕشتە',
checkbox : 'خانەی نیشانکردن',
radio : 'جێگرەوەی دوگمە',
textField : 'خانەی دەق',
textarea : 'ڕووبەری دەق',
hiddenField : 'شاردنەوی خانە',
button : 'دوگمە',
select : 'هەڵبژاردەی خانە',
imageButton : 'دوگمەی وێنە',
notSet : '<هیچ دانەدراوە>',
id : 'ناسنامە',
name : 'ناو',
langDir : 'ئاراستەی زمان',
langDirLtr : 'چەپ بۆ ڕاست (LTR)',
langDirRtl : 'ڕاست بۆ چەپ (RTL)',
langCode : 'هێمای زمان',
longDescr : 'پێناسەی درێژی بەستەر',
cssClass : 'شێوازی چینی په‌ڕە',
advisoryTitle : 'ڕاوێژکاری سەردێڕ',
cssStyle : 'شێواز',
ok : 'باشە',
cancel : 'هەڵوەشاندن',
close : 'داخستن',
preview : 'پێشبینین',
generalTab : 'گشتی',
advancedTab : 'په‌ره‌سه‌ندوو',
validateNumberFailed : 'ئەم نرخە ژمارە نیه، تکایە نرخێکی ژمارە بنووسە.',
confirmNewPage : 'سەرجەم گۆڕانکاریەکان و پێکهاتەکانی ناوەووە لەدەست دەدەی گەر بێتوو پاشکەوتی نەکەی یەکەم جار، تۆ هەر دڵنیایی لەکردنەوەی پەنجەرەکی نوێ؟',
confirmCancel : 'هەندێك هەڵبژاردە گۆڕدراوە. تۆ دڵنیایی له‌داخستنی ئەم دیالۆگە؟',
options : 'هەڵبژاردە',
target : 'ئامانج',
targetNew : 'پەنجەرەیه‌کی نوێ (_blank)',
targetTop : 'لووتکەی پەنجەرە (_top)',
targetSelf : 'لەهەمان پەنجەرە (_self)',
targetParent : 'پەنجەرەی باوان (_parent)',
langDirLTR : 'چەپ بۆ ڕاست (LTR)',
langDirRTL : 'ڕاست بۆ چەپ (RTL)',
styles : 'شێواز',
cssClasses : 'شێوازی چینی پەڕە',
width : 'پانی',
height : 'درێژی',
align : 'ڕێککەرەوە',
alignLeft : 'چەپ',
alignRight : 'ڕاست',
alignCenter : 'ناوەڕاست',
alignTop : 'سەرەوە',
alignMiddle : 'ناوەند',
alignBottom : 'ژێرەوە',
invalidValue : 'نرخێکی نادرووست.',
invalidHeight : 'درێژی دەبێت ژمارە بێت.',
invalidWidth : 'پانی دەبێت ژمارە بێت.',
invalidCssLength : 'ئەم نرخەی دراوە بۆ خانەی "%1" دەبێت ژمارەکی درووست بێت یان بێ ناونیشانی ئامرازی (px, %, in, cm, mm, em, ex, pt, یان pc).',
invalidHtmlLength : 'ئەم نرخەی دراوە بۆ خانەی "%1" دەبێت ژمارەکی درووست بێت یان بێ ناونیشانی ئامرازی HTML (px یان %).',
invalidInlineStyle : 'دانه‌ی نرخی شێوازی ناوهێڵ ده‌بێت پێکهاتبێت له‌یه‌ك یان زیاتری داڕشته‌ "ناو : نرخ", جیاکردنه‌وه‌ی به‌فاریزه‌وخاڵ',
cssLengthTooltip : 'ژماره‌یه‌ك بنووسه‌ بۆ نرخی piksel یان ئامرازێکی درووستی CSS (px, %, in, cm, mm, em, ex, pt, یان pc).',
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, ئامادە نیە</span>'
},
contextmenu :
{
options : 'هەڵبژاردەی لیستەی کلیکی دەستی ڕاست'
},
// Special char dialog.
specialChar :
{
toolbar : 'دانانەی نووسەی تایبەتی',
title : 'هەڵبژاردنی نووسەی تایبەتی',
options : 'هەڵبژاردەی نووسەی تایبەتی'
},
// Link dialog.
link :
{
toolbar : 'دانان/ڕێکخستنی بەستەر',
other : '<هیتر>',
menu : 'چاکسازی بەستەر',
title : 'بەستەر',
info : 'زانیاری بەستەر',
target : 'ئامانج',
upload : 'بارکردن',
advanced : 'پێشکه‌وتوو',
type : 'جۆری به‌سته‌ر',
toUrl : 'ناونیشانی به‌سته‌ر',
toAnchor : 'به‌سته‌ر بۆ له‌نگه‌ر له‌ ده‌ق',
toEmail : 'ئیمه‌یل',
targetFrame : '<چووارچێوه>',
targetPopup : '<په‌نجه‌ره‌ی سه‌رهه‌ڵده‌ر>',
targetFrameName : 'ناوی ئامانجی چووارچێوه',
targetPopupName : 'ناوی په‌نجه‌ره‌ی سه‌رهه‌ڵده‌ر',
popupFeatures : 'خاسیه‌تی په‌نجه‌ره‌ی سه‌رهه‌ڵده‌ر',
popupResizable : 'توانای گۆڕینی قه‌باره‌',
popupStatusBar : 'هێڵی دۆخ',
popupLocationBar: 'هێڵی ناونیشانی به‌سته‌ر',
popupToolbar : 'هێڵی تووڵامراز',
popupMenuBar : 'هێڵی لیسته',
popupFullScreen : 'پڕ به‌پڕی شاشه‌ (IE)',
popupScrollBars : 'هێڵی هاتووچۆپێکردن',
popupDependent : 'پێوه‌به‌ستراو (Netscape)',
popupLeft : 'جێگای چه‌پ',
popupTop : 'جێگای سه‌ره‌وه‌',
id : 'ناسنامه',
langDir : 'ئاراسته‌ی زمان',
langDirLTR : 'چه‌پ بۆ ڕاست (LTR)',
langDirRTL : 'ڕاست بۆ چه‌پ (RTL)',
acccessKey : 'کلیلی ده‌ستپێگه‌یشتن',
name : 'ناو',
langCode : 'هێمای زمان',
tabIndex : 'بازده‌ری تابی ئیندێکس',
advisoryTitle : 'ڕاوێژکاری سه‌ردێڕ',
advisoryContentType : 'جۆری ناوه‌ڕۆکی ڕاویژکار',
cssClasses : 'شێوازی چینی په‌ڕه‌',
charset : 'بەستەری سەرچاوەی نووسه',
styles : 'شێواز',
rel : 'په‌یوه‌ندی (rel)',
selectAnchor : 'هه‌ڵبژاردنی له‌نگه‌رێك',
anchorName : 'به‌پێی ناوی له‌نگه‌ر',
anchorId : 'به‌پێی ناسنامه‌ی توخم',
emailAddress : 'ناونیشانی ئیمه‌یل',
emailSubject : 'بابه‌تی نامه',
emailBody : 'ناوه‌ڕۆکی نامه',
noAnchors : '(هیچ جۆرێکی له‌نگه‌ر ئاماده‌ نیه له‌م په‌ڕه‌یه)',
noUrl : 'تکایه‌ ناونیشانی به‌سته‌ر بنووسه',
noEmail : 'تکایه‌ ناونیشانی ئیمه‌یل بنووسه'
},
// Anchor dialog
anchor :
{
toolbar : 'دانان/چاکسازی له‌نگه‌ر',
menu : 'چاکسازی له‌نگه‌ر',
title : 'خاسیه‌تی له‌نگه‌ر',
name : 'ناوی له‌نگه‌ر',
errorName : 'تکایه‌ ناوی له‌نگه‌ر بنووسه',
remove : 'لابردنی له‌نگه‌ر'
},
// List style dialog
list:
{
numberedTitle : 'خاسیه‌تی لیستی ژماره‌یی',
bulletedTitle : 'خاسیه‌تی لیستی خاڵی',
type : 'جۆر',
start : 'ده‌ستپێکردن',
validateStartNumber :'ده‌ستپێکه‌ری لیستی ژماره‌یی ده‌بێت ته‌نها ژماره‌ بێت.',
circle : 'بازنه',
disc : 'په‌پکه',
square : 'چووراگۆشه',
none : 'هیچ',
notset : '<دانه‌ندراوه>',
armenian : 'ئاراسته‌ی ژماره‌ی ئه‌رمه‌نی',
georgian : 'ئاراسته‌ی ژماره‌ی جۆڕجی (an, ban, gan, وه‌هیتر.)',
lowerRoman : 'ژماره‌ی ڕۆمی بچووك (i, ii, iii, iv, v, وه‌هیتر.)',
upperRoman : 'ژماره‌ی ڕۆمی گه‌وره (I, II, III, IV, V, وه‌هیتر.)',
lowerAlpha : 'ئه‌لفابێی بچووك (a, b, c, d, e, وه‌هیتر.)',
upperAlpha : 'ئه‌لفابێی گه‌وره‌ (A, B, C, D, E, وه‌هیتر.)',
lowerGreek : 'یۆنانی بچووك (alpha, beta, gamma, وه‌هیتر.)',
decimal : 'ژماره (1, 2, 3, وه‌هیتر.)',
decimalLeadingZero : 'ژماره‌ سفڕی له‌پێشه‌وه (01, 02, 03, وه‌هیتر.)'
},
// Find And Replace Dialog
findAndReplace :
{
title : 'گه‌ڕان وه‌ له‌بریدانان',
find : 'گه‌ڕان',
replace : 'له‌بریدانان',
findWhat : 'گه‌ڕان به‌دووای:',
replaceWith : 'له‌بریدانان به‌:',
notFoundMsg : 'هیچ ده‌قه‌ گه‌ڕانێك نه‌دۆزراوه.',
findOptions : 'هه‌ڵبژارده‌کانی گه‌ڕان',
matchCase : 'جیاکردنه‌وه‌ له‌نێوان پیتی گه‌وره‌و بچووك',
matchWord : 'ته‌نها هه‌موو وشه‌که‌',
matchCyclic : 'گه‌ڕان له‌هه‌موو په‌ڕه‌که',
replaceAll : 'له‌بریدانانی هه‌مووی',
replaceSuccessMsg : ' پێشهاته(ی) له‌بری دانرا. %1'
},
// Table Dialog
table :
{
toolbar : 'خشته',
title : 'خاسیه‌تی خشته',
menu : 'خاسیه‌تی خشته',
deleteTable : 'سڕینه‌وه‌ی خشته',
rows : 'ڕیز',
columns : 'ستوونه‌کان',
border : 'گه‌وره‌یی په‌راوێز',
widthPx : 'وێنه‌خاڵ - پیکسل',
widthPc : 'له‌سه‌دا',
widthUnit : 'پانی یه‌که‌',
cellSpace : 'بۆشایی خانه',
cellPad : 'بۆشایی ناوپۆش',
caption : 'سه‌ردێڕ',
summary : 'کورته',
headers : 'سه‌رپه‌ڕه‌',
headersNone : 'هیچ',
headersColumn : 'یه‌که‌م ئه‌ستوون',
headersRow : 'یه‌که‌م ڕیز',
headersBoth : 'هه‌ردووك',
invalidRows : 'ژماره‌ی ڕیز ده‌بێت گه‌وره‌تر بێت له‌ژماره‌ی 0.',
invalidCols : 'ژماره‌ی ئه‌ستوونی ده‌بێت گه‌وره‌تر بێت له‌ژماره‌ی 0.',
invalidBorder : 'ژماره‌ی په‌راوێز ده‌بێت ته‌نها ژماره‌ بێت.',
invalidWidth : 'پانی خشته‌ ده‌بێت ته‌نها ژماره‌ بێت.',
invalidHeight : 'درێژی خشته ده‌بێت ته‌نها ژماره‌ بێت.',
invalidCellSpacing : 'بۆشایی خانه‌ ده‌بێت ژماره‌کی درووست بێت.',
invalidCellPadding : 'ناوپۆشی خانه‌ ده‌بێت ژماره‌کی درووست بێت.',
cell :
{
menu : 'خانه',
insertBefore : 'دانانی خانه‌ له‌پێش',
insertAfter : 'دانانی خانه له‌پاش',
deleteCell : 'سڕینه‌وه‌ی خانه',
merge : 'تێکه‌ڵکردنی خانه',
mergeRight : 'تێکه‌ڵکردنی له‌گه‌ڵ ڕاست',
mergeDown : 'تێکه‌ڵکردنی له‌گه‌ڵ خواره‌وه',
splitHorizontal : 'دابه‌شکردنی خانه‌ی ئاسۆیی',
splitVertical : 'دابه‌شکردنی خانه‌ی ئه‌ستونی',
title : 'خاسیه‌تی خانه',
cellType : 'جۆری خانه',
rowSpan : 'ماوه‌ی نێوان ڕیز',
colSpan : 'بستی ئه‌ستونی',
wordWrap : 'پێچانه‌وه‌ی وشه',
hAlign : 'ڕیزکردنی ئاسۆیی',
vAlign : 'ڕیزکردنی ئه‌ستونی',
alignBaseline : 'هێڵه‌بنه‌ڕه‌ت',
bgColor : 'ڕه‌نگی پاشبنه‌ما',
borderColor : 'ڕه‌نگی په‌راوێز',
data : 'داتا',
header : 'سه‌رپه‌ڕه‌',
yes : 'به‌ڵێ',
no : 'نه‌خێر',
invalidWidth : 'پانی خانه‌ ده‌بێت به‌ته‌واوی ژماره‌ بێت.',
invalidHeight : 'درێژی خانه‌ به‌ته‌واوی ده‌بێت ژماره‌ بێت.',
invalidRowSpan : 'ماوه‌ی نێوان ڕیز به‌ته‌واوی ده‌بێت ژماره‌ بێت.',
invalidColSpan : 'ماوه‌ی نێوان ئه‌ستونی به‌ته‌واوی ده‌بێت ژماره‌ بێت.',
chooseColor : 'هه‌ڵبژاردن'
},
row :
{
menu : 'ڕیز',
insertBefore : 'دانانی ڕیز له‌پێش',
insertAfter : 'دانانی ڕیز له‌پاش',
deleteRow : 'سڕینه‌وه‌ی ڕیز'
},
column :
{
menu : 'ئه‌ستون',
insertBefore : 'دانانی ئه‌ستون له‌پێش',
insertAfter : 'دانانی ئه‌ستوون له‌پاش',
deleteColumn : 'سڕینه‌وه‌ی ئه‌ستوون'
}
},
// Button Dialog.
button :
{
title : 'خاسیه‌تی دوگمه',
text : '(نرخی) ده‌ق',
type : 'جۆر',
typeBtn : 'دوگمه‌',
typeSbm : 'ناردن',
typeRst : 'ڕێکخستنه‌وه'
},
// Checkbox and Radio Button Dialogs.
checkboxAndRadio :
{
checkboxTitle : 'خاسیه‌تی چووارگۆشی پشکنین',
radioTitle : 'خاسیه‌تی جێگره‌وه‌ی دوگمه',
value : 'نرخ',
selected : 'هه‌ڵبژاردرا'
},
// Form Dialog.
form :
{
title : 'خاسیه‌تی داڕشته',
menu : 'خاسیه‌تی داڕشته',
action : 'کردار',
method : 'ڕێگه',
encoding : 'به‌کۆدکه‌ر'
},
// Select Field Dialog.
select :
{
title : 'هه‌ڵبژارده‌ی خاسیه‌تی خانه',
selectInfo : 'زانیاری',
opAvail : 'هه‌ڵبژارده‌ی هه‌بوو',
value : 'نرخ',
size : 'گه‌وره‌یی',
lines : 'هێڵه‌کان',
chkMulti : 'ڕێدان به‌فره‌ هه‌ڵبژارده',
opText : 'ده‌ق',
opValue : 'نرخ',
btnAdd : 'زیادکردن',
btnModify : 'گۆڕانکاری',
btnUp : 'سه‌ره‌وه',
btnDown : 'خواره‌وه',
btnSetValue : 'دابنێ وه‌ك نرخێکی هه‌ڵبژێردراو',
btnDelete : 'سڕینه‌وه'
},
// Textarea Dialog.
textarea :
{
title : 'خاسیه‌تی ڕووبه‌ری ده‌ق',
cols : 'ئه‌ستونیه‌کان',
rows : 'ڕیزه‌کان'
},
// Text Field Dialog.
textfield :
{
title : 'خاسیه‌تی خانه‌ی ده‌ق',
name : 'ناو',
value : 'نرخ',
charWidth : 'پانی نووسه',
maxChars : 'ئه‌وپه‌ڕی نووسه',
type : 'جۆر',
typeText : 'ده‌ق',
typePass : 'پێپه‌ڕه‌وشه'
},
// Hidden Field Dialog.
hidden :
{
title : 'خاسیه‌تی خانه‌ی شاردراوه',
name : 'ناو',
value : 'نرخ'
},
// Image Dialog.
image :
{
title : 'خاسیه‌تی وێنه',
titleButton : 'خاسیه‌تی دوگمه‌ی وێنه',
menu : 'خاسیه‌تی وێنه',
infoTab : 'زانیاری وێنه',
btnUpload : 'ناردنی بۆ ڕاژه',
upload : 'بارکردن',
alt : 'جێگره‌وه‌ی ده‌ق',
lockRatio : 'داخستنی ڕێژه',
resetSize : 'ڕێکخستنه‌وه‌ی قه‌باره',
border : 'په‌راوێز',
hSpace : 'بۆشایی ئاسۆیی',
vSpace : 'بۆشایی ئه‌ستونی',
alertUrl : 'تکایه‌ ناونیشانی به‌سته‌ری وێنه‌ بنووسه',
linkTab : 'به‌سته‌ر',
button2Img : 'تۆ ده‌ته‌وێت دوگمه‌ی وێنه‌ی دیاریکراو بگۆڕیت بۆ وێنه‌کی ئاسایی؟',
img2Button : 'تۆ ده‌ته‌وێت وێنه‌ی دیاریکراو بگۆڕیت بۆ دوگمه‌ی وێنه؟',
urlMissing : 'سه‌رچاوه‌ی به‌سته‌ری وێنه‌ بزره',
validateBorder : 'په‌راوێز ده‌بێت به‌ته‌واوی ته‌نها ژماره‌ بێت.',
validateHSpace : 'بۆشایی ئاسۆیی ده‌بێت به‌ته‌واوی ته‌نها ژماره‌ بێت.',
validateVSpace : 'بۆشایی ئه‌ستونی ده‌بێت به‌ته‌واوی ته‌نها ژماره‌ بێت.'
},
// Flash Dialog
flash :
{
properties : 'خاسیه‌تی فلاش',
propertiesTab : 'خاسیه‌ت',
title : 'خاسیه‌تی فلاش',
chkPlay : 'پێکردنی یان لێدانی خۆکار',
chkLoop : 'گرێ',
chkMenu : 'چالاککردنی لیسته‌ی فلاش',
chkFull : 'ڕێپێدان به‌ پڕ به‌پڕی شاشه',
scale : 'پێوانه',
scaleAll : 'نیشاندانی هه‌موو',
scaleNoBorder : 'بێ په‌راوێز',
scaleFit : 'به‌وردی بگونجێت',
access : 'ده‌ستپێگه‌یشتنی نووسراو',
accessAlways : 'هه‌میشه',
accessSameDomain: 'هه‌مان دۆمه‌ین',
accessNever : 'هه‌رگیز',
alignAbsBottom : 'له‌ ژێره‌وه',
alignAbsMiddle : 'له‌ناوه‌ند',
alignBaseline : 'هێڵەبنەڕەت',
alignTextTop : 'ده‌ق له‌سه‌ره‌وه',
quality : 'جۆرایه‌تی',
qualityBest : 'باشترین',
qualityHigh : 'به‌رزی',
qualityAutoHigh : 'به‌رزی خۆکار',
qualityMedium : 'مامناوه‌ند',
qualityAutoLow : 'نزمی خۆکار',
qualityLow : 'نزم',
windowModeWindow: 'په‌نجه‌ره',
windowModeOpaque: 'ناڕوون',
windowModeTransparent : 'ڕۆشن',
windowMode : 'شێوازی په‌نجه‌ره',
flashvars : 'گۆڕاوه‌کان بۆ فلاش',
bgcolor : 'ڕه‌نگی پاشبنه‌ما',
hSpace : 'بۆشایی ئاسۆیی',
vSpace : 'بۆشایی ئه‌ستونی',
validateSrc : 'ناونیشانی به‌سته‌ر نابێت خاڵی بێت',
validateHSpace : 'بۆشایی ئاسۆیی ده‌بێت ژماره‌ بێت.',
validateVSpace : 'بۆشایی ئه‌ستونی ده‌بێت ژماره‌ بێت.'
},
// Speller Pages Dialog
spellCheck :
{
toolbar : 'پشکنینی ڕێنووس',
title : 'پشکنینی ڕێنووس',
notAvailable : 'ببووره‌، له‌مکاته‌دا ڕاژه‌که له‌به‌رده‌ستا نیه.',
errorLoading : 'هه‌ڵه‌ له‌هێنانی داخوازینامه‌ی خانه‌خۆێی ڕاژه: %s.',
notInDic : 'له‌فه‌رهه‌نگ دانیه',
changeTo : 'گۆڕینی بۆ',
btnIgnore : 'پشتگوێ کردن',
btnIgnoreAll : 'پشتگوێکردنی هه‌مووی',
btnReplace : 'له‌بریدانن',
btnReplaceAll : 'له‌بریدانانی هه‌مووی',
btnUndo : 'پووچکردنه‌وه',
noSuggestions : '- هیچ پێشنیارێك -',
progress : 'پشکنینی ڕێنووس له‌به‌رده‌وامبوون دایه...',
noMispell : 'پشکنینی ڕێنووس کۆتای هات: هیچ هه‌ڵه‌یه‌کی ڕێنووس نه‌دۆزراوه',
noChanges : 'پشکنینی ڕێنووس کۆتای هات: هیچ وشه‌یه‌ك نۆگۆڕدرا',
oneChange : 'پشکنینی ڕێنووس کۆتای هات: یه‌ك وشه گۆڕدرا',
manyChanges : 'پشکنینی ڕێنووس کۆتای هات: له‌سه‌دا %1 ی وشه‌کان گۆڕدرا',
ieSpellDownload : 'پشکنینی ڕێنووس دانه‌مزراوه. ده‌ته‌وێت ئێستا دایبگریت?'
},
smiley :
{
toolbar : 'زه‌رده‌خه‌نه',
title : 'دانانی زه‌رده‌خه‌نه‌یه‌ك',
options : 'هه‌ڵبژارده‌ی زه‌رده‌خه‌نه'
},
elementsPath :
{
eleLabel : 'ڕێڕه‌وی توخمه‌کان',
eleTitle : '%1 توخم'
},
numberedlist : 'دانان/لابردنی ژمارەی لیست',
bulletedlist : 'دانان/لابردنی خاڵی لیست',
indent : 'زیادکردنی بۆشایی',
outdent : 'کەمکردنەوەی بۆشایی',
justify :
{
left : 'به‌هێڵ کردنی چه‌پ',
center : 'ناوه‌ڕاست',
right : 'به‌هێڵ کردنی ڕاست',
block : 'هاوستوونی'
},
blockquote : 'بەربەستکردنی وتەی وەرگیراو',
clipboard :
{
title : 'لکاندن',
cutError : 'پارێزی وێبگەڕەکەت ڕێگه‌نادات بە سەرنووسەکە له‌بڕینی خۆکار. تکایە لەبری ئەمە ئەم فەرمانە بەکاربهێنە بەداگرتنی کلیلی (Ctrl/Cmd+X).',
copyError : 'پارێزی وێبگەڕەکەت ڕێگه‌نادات بەسەرنووسەکە لە لکاندنی دەقی خۆکار. تکایە لەبری ئەمە ئەم فەرمانە بەکاربهێنە بەداگرتنی کلیلی (Ctrl/Cmd+C).',
pasteMsg : 'تکایه‌ بیلکێنه‌ له‌ناوه‌وه‌ی ئه‌م سنوقه له‌ڕێی ته‌خته‌کلیله‌که‌ت به‌باکارهێنانی کلیلی (<STRONG>Ctrl/Cmd+V</STRONG>) دووای کلیکی باشه‌ بکه.',
securityMsg : 'به‌هۆی شێوه‌پێدانی پارێزی وێبگه‌ڕه‌که‌ت، سه‌رنووسه‌که‌ ناتوانێت ده‌ستبگه‌یه‌نێت به‌هه‌ڵگیراوه‌که ڕاسته‌وخۆ. بۆیه‌ پێویسته دووباره‌ بیلکێنیت له‌م په‌نجه‌ره‌یه‌.',
pasteArea : 'ناوچه‌ی لکاندن'
},
pastefromword :
{
confirmCleanup : 'ئه‌م ده‌قه‌ی به‌ته‌مای بیلکێنی پێده‌چێت له‌ word هێنرابێت. ده‌ته‌وێت پاکی بکه‌یوه‌ پێش ئه‌وه‌ی بیلکێنی؟',
toolbar : 'لکاندنی له‌ڕێی Word',
title : 'لکاندنی له‌لایه‌ن Word',
error : 'هیچ ڕێگه‌یه‌ك نه‌بوو له‌لکاندنی ده‌قه‌که‌ به‌هۆی هه‌ڵه‌کی ناوه‌خۆیی'
},
pasteText :
{
button : 'لکاندنی وه‌ك ده‌قی ڕوون',
title : 'لکاندنی وه‌ك ده‌قی ڕوون'
},
templates :
{
button : 'ڕووکار',
title : 'پێکهاته‌ی ڕووکار',
options : 'هه‌ڵبژارده‌کانی ڕووکار',
insertOption : 'له‌شوێن دانانی ئه‌م پێکهاتانه‌ی ئێستا',
selectPromptMsg : 'ڕووکارێك هه‌ڵبژێره‌ بۆ کردنه‌وه‌ی له‌ سه‌رنووسه‌ر:',
emptyListMsg : '(هیچ ڕووکارێك دیارینه‌کراوه)'
},
showBlocks : 'نیشاندانی بەربەستەکان',
stylesCombo :
{
label : 'شێواز',
panelTitle : 'شێوازی ڕازاندنه‌وه',
panelTitle1 : 'شێوازی خشت',
panelTitle2 : 'شێوازی ناوهێڵ',
panelTitle3 : 'شێوازی به‌رکار'
},
format :
{
label : 'ڕازاندنه‌وه',
panelTitle : 'به‌شی ڕازاندنه‌وه‌',
tag_p : 'ئاسایی',
tag_pre : 'شێوازکراو',
tag_address : 'ناونیشان',
tag_h1 : 'سه‌رنووسه‌ی ١',
tag_h2 : 'سه‌رنووسه‌ی ٢',
tag_h3 : 'سه‌رنووسه‌ی ٣',
tag_h4 : 'سه‌رنووسه‌ی ٤',
tag_h5 : 'سه‌رنووسه‌ی ٥',
tag_h6 : 'سه‌رنووسه‌ی ٦',
tag_div : '(DIV)-ی ئاسایی'
},
div :
{
title : 'دانانی له‌خۆگری Div',
toolbar : 'دانانی له‌خۆگری Div',
cssClassInputLabel : 'شێوازی چینی په‌ڕه',
styleSelectLabel : 'شێواز',
IdInputLabel : 'ناسنامه',
languageCodeInputLabel : 'هێمای زمان',
inlineStyleInputLabel : 'شێوازی ناوهێڵ',
advisoryTitleInputLabel : 'سه‌ردێڕ',
langDirLabel : 'ئاراسته‌ی زمان',
langDirLTRLabel : 'چه‌پ بۆ ڕاست (LTR)',
langDirRTLLabel : 'ڕاست بۆ چه‌پ (RTL)',
edit : 'چاکسازی Div',
remove : 'لابردنی Div'
},
iframe :
{
title : 'دیالۆگی چووارچێوه',
toolbar : 'چووارچێوه',
noUrl : 'تکایه‌ ناونیشانی به‌سته‌ر بنووسه‌ بۆ چووارچێوه‌',
scrolling : 'چالاککردنی هاتووچۆپێکردن',
border : 'نیشاندانی لاکێشه‌ به‌چووارده‌وری چووارچێوه'
},
font :
{
label : 'فۆنت',
voiceLabel : 'فۆنت',
panelTitle : 'ناوی فۆنت'
},
fontSize :
{
label : 'گه‌وره‌یی',
voiceLabel : 'گه‌وره‌یی فۆنت',
panelTitle : 'گه‌وره‌یی فۆنت'
},
colorButton :
{
textColorTitle : 'ڕه‌نگی ده‌ق',
bgColorTitle : 'ڕه‌نگی پاشبنه‌ما',
panelTitle : 'ڕه‌نگه‌کان',
auto : 'خۆکار',
more : 'ڕه‌نگی زیاتر...'
},
colors :
{
'000' : 'ڕه‌ش',
'800000' : 'سۆرو ماڕوونی',
'8B4513' : 'ماڕوونی',
'2F4F4F' : 'سه‌وزی تاریك',
'008080' : 'سه‌وزو شین',
'000080' : 'شینی تۆخ',
'4B0082' : 'مۆری تۆخ',
'696969' : 'ڕه‌ساسی تۆخ',
'B22222' : 'سۆری تۆخ',
'A52A2A' : 'قاوه‌یی',
'DAA520' : 'قاوه‌یی بریسکه‌دار',
'006400' : 'سه‌وزی تۆخ',
'40E0D0' : 'شینی ناتۆخی بریسکه‌دار',
'0000CD' : 'شینی مامناوه‌ند',
'800080' : 'په‌مبه‌یی',
'808080' : 'ڕه‌ساسی',
'F00' : 'سۆر',
'FF8C00' : 'ناره‌نجی تۆخ',
'FFD700' : 'زه‌رد',
'008000' : 'سه‌وز',
'0FF' : 'شینی ئاسمانی',
'00F' : 'شین',
'EE82EE' : 'په‌مه‌یی',
'A9A9A9' : 'ڕه‌ساسی ناتۆخ',
'FFA07A' : 'ناره‌نجی ناتۆخ',
'FFA500' : 'ناره‌نجی',
'FFFF00' : 'زه‌رد',
'00FF00' : 'سه‌وز',
'AFEEEE' : 'شینی ناتۆخ',
'ADD8E6' : 'شینی زۆر ناتۆخ',
'DDA0DD' : 'په‌مه‌یی ناتۆخ',
'D3D3D3' : 'ڕه‌ساسی بریسکه‌دار',
'FFF0F5' : 'جه‌رگی زۆر ناتۆخ',
'FAEBD7' : 'جه‌رگی ناتۆخ',
'FFFFE0' : 'سپی ناتۆخ',
'F0FFF0' : 'هه‌نگوینی ناتۆخ',
'F0FFFF' : 'شینێکی زۆر ناتۆخ',
'F0F8FF' : 'شینێکی ئاسمانی زۆر ناتۆخ',
'E6E6FA' : 'شیری',
'FFF' : 'سپی'
},
scayt :
{
title : 'پشکنینی نووسه‌ له‌کاتی نووسین',
opera_title : 'پشتیوانی نه‌کراوه له‌لایه‌ن Opera',
enable : 'چالاککردنی SCAYT',
disable : 'ناچالاککردنی SCAYT',
about : 'ده‌رباره‌ی SCAYT',
toggle : 'گۆڕینی SCAYT',
options : 'هه‌ڵبژارده',
langs : 'زمانه‌کان',
moreSuggestions : 'پێشنیاری زیاتر',
ignore : 'پشتگوێخستن',
ignoreAll : 'پشتگوێخستنی هه‌مووی',
addWord : 'زیادکردنی ووشه',
emptyDic : 'ناوی فه‌رهه‌نگ نابێت خاڵی بێت.',
noSuggestions : 'No suggestions', // MISSING
optionsTab : 'هه‌ڵبژارده',
allCaps : 'پشتگوێخستنی وشانه‌ی پێکهاتووه له‌پیتی گه‌وره‌',
ignoreDomainNames : 'پشتگوێخستنی دۆمه‌ین',
mixedCase : 'پشتگوێخستنی وشانه‌ی پێکهاتووه له‌پیتی گه‌وره‌و بچووك',
mixedWithDigits : 'پشتگوێخستنی وشانه‌ی پێکهاتووه له‌ژماره',
languagesTab : 'زمانه‌کان',
dictionariesTab : 'فه‌رهه‌نگه‌کان',
dic_field_name : 'ناوی فه‌رهه‌نگ',
dic_create : 'درووستکردن',
dic_restore : 'گه‌ڕاندنه‌وه',
dic_delete : 'سڕینه‌وه',
dic_rename : 'گۆڕینی ناو',
dic_info : 'له‌بنچینه‌دا فه‌رهه‌نگی به‌کارهێنه‌ر کۆگاکردن کراوه‌ له‌ شه‌کرۆکه Cookie, هه‌رچۆنێك بێت شه‌کۆرکه سنووردار کراوه له‌ قه‌باره کۆگاکردن.کاتێك فه‌رهه‌نگی به‌کارهێنه‌ر گه‌یشته‌ ئه‌م خاڵه‌ی که‌ناتوانرێت زیاتر کۆگاکردن بکرێت له‌ شه‌کرۆکه‌، ئه‌وسا فه‌رهه‌نگه‌که‌ پێویسته‌ کۆگابکرێت له‌ ڕاژه‌که‌ی ئێمه‌. بۆ کۆگاکردنی زانیاری تایبه‌تی فه‌رهه‌نگه‌که‌ له‌ ڕاژه‌که‌ی ئێمه, پێویسته‌ ناوێك هه‌ڵبژێریت بۆ فه‌رهه‌نگه‌که‌. گه‌ر تۆ فه‌رهه‌نگێکی کۆگاکراوت هه‌یه‌, تکایه‌ ناوی فه‌رهه‌نگه‌که‌ بنووسه‌ وه‌ کلیکی دوگمه‌ی گه‌ڕاندنه‌وه‌ بکه.',
aboutTab : 'ده‌رباره‌ی'
},
about :
{
title : 'ده‌رباره‌ی CKEditor',
dlgTitle : 'ده‌رباره‌ی CKEditor',
help : 'سه‌یری $1 بکه‌ بۆ یارمه‌تی.',
userGuide : 'ڕێپیشانده‌ری CKEditors',
moreInfo : 'بۆ زانیاری زیاتری مۆڵه‌ت, تکایه‌ سه‌ردانی ماڵپه‌ڕه‌که‌مان بکه:',
copy : 'مافی له‌به‌رگرتنه‌وه‌ی &copy; $1. گشتی پارێزراوه.'
},
maximize : 'ئەوپه‌ڕی گەورەیی',
minimize : 'ئەوپەڕی بچووکی',
fakeobjects :
{
anchor : 'له‌نگه‌ر',
flash : 'فلاش',
iframe : 'له‌چوارچێوه',
hiddenfield : 'شاردنه‌وه‌ی خانه',
unknown : 'به‌رکارێکی نه‌ناسراو'
},
resize : 'ڕابکێشە بۆ گۆڕینی قەبارەکەی',
colordialog :
{
title : 'هه‌ڵبژاردنی ڕه‌نگ',
options : 'هه‌ڵبژارده‌ی ڕه‌نگه‌کان',
highlight : 'نیشانکردن',
selected : 'هه‌ڵبژاردرا',
clear : 'پاککردنه‌وه'
},
toolbarCollapse : 'شاردنەوی هێڵی تووڵامراز',
toolbarExpand : 'نیشاندانی هێڵی تووڵامراز',
toolbarGroups :
{
document : 'په‌ڕه',
clipboard : 'بڕین/پووچکردنه‌وه',
editing : 'چاکسازی',
forms : 'داڕشته',
basicstyles : 'شێوازی بنچینه‌یی',
paragraph : 'بڕگه',
links : 'به‌سته‌ر',
insert : 'خستنه‌ ناو',
styles : 'شێواز',
colors : 'ڕه‌نگه‌کان',
tools : 'ئامرازه‌کان'
},
bidi :
{
ltr : 'ئاراسته‌ی نووسه‌ له‌چه‌پ بۆ ڕاست',
rtl : 'ئاراسته‌ی نووسه‌ له‌ڕاست بۆ چه‌پ'
},
docprops :
{
label : 'خاسییه‌تی په‌ڕه',
title : 'خاسییه‌تی په‌ڕه',
design : 'شێوه‌کار',
meta : 'زانیاری مێتا',
chooseColor : '‌هه‌ڵبژێره',
other : 'هیتر...',
docTitle : 'سه‌ردێڕی په‌ڕه',
charset : 'ده‌سته‌ی نووسه‌ی به‌کۆده‌که‌ر',
charsetOther : 'ده‌سته‌ی نووسه‌ی به‌کۆده‌که‌ری تر',
charsetASCII : 'ASCII',
charsetCE : 'ناوه‌ڕاست ئه‌وروپا',
charsetCT : 'چینی(Big5)',
charsetCR : 'سیریلیك',
charsetGR : 'یۆنانی',
charsetJP : 'ژاپۆن',
charsetKR : 'کۆریا',
charsetTR : 'تورکیا',
charsetUN : 'Unicode (UTF-8)',
charsetWE : 'ڕۆژئاوای ئه‌وروپا',
docType : 'سه‌رپه‌ڕه‌ی جۆری په‌ڕه',
docTypeOther : 'سه‌رپه‌ڕه‌ی جۆری په‌ڕه‌ی تر',
xhtmlDec : 'به‌یاننامه‌کانی XHTML له‌گه‌ڵدابێت',
bgColor : 'ڕه‌نگی پاشبنه‌ما',
bgImage : 'ناونیشانی به‌سته‌ری وێنه‌ی پاشبنه‌ما',
bgFixed : 'بێ هاتووچوپێکردنی (چه‌سپاو) پاشبنه‌مای وێنه',
txtColor : 'ڕه‌نگی ده‌ق',
margin : 'ته‌نیشت په‌ڕه‌',
marginTop : 'سه‌ره‌وه',
marginLeft : 'چه‌پ',
marginRight : 'ڕاست',
marginBottom : 'ژێره‌وه',
metaKeywords : 'به‌ڵگه‌نامه‌ی وشه‌ی کاریگه‌ر(به‌ کۆما لێکیان جیابکه‌وه)',
metaDescription : 'پێناسه‌ی لاپه‌ڕه',
metaAuthor : 'نووسه‌ر',
metaCopyright : 'مافی بڵاوکردنه‌وه‌ی',
previewHtml : '<p>ئه‌مه‌ وه‌ك نموونه‌ی <strong>ده‌قه</strong>. تۆ به‌کارده‌هێنیت <a href="javascript:void(0)">CKEditor</a>.</p>'
}
};

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,8 +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 : 'Rich text editor, %1', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'Pilnas redaktorius, %1',
editorHelp : 'Spauskite ALT 0 dėl pagalbos',
// ARIA descriptions.
toolbars : 'Redaktoriaus įrankiai',
@ -120,6 +120,7 @@ CKEDITOR.lang['lt'] =
alignTop : 'Viršūnę',
alignMiddle : 'Vidurį',
alignBottom : 'Apačią',
invalidValue : 'Invalid value.', // MISSING
invalidHeight : 'Aukštis turi būti nurodytas skaičiais.',
invalidWidth : 'Plotis turi būti nurodytas skaičiais.',
invalidCssLength : 'Reikšmė nurodyta "%1" laukui, turi būti teigiamas skaičius su arba be tinkamo CSS matavimo vieneto (px, %, in, cm, mm, em, ex, pt arba pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['lt'] =
ignoreAll : 'Ignoruoti viską',
addWord : 'Pridėti žodį',
emptyDic : 'Žodyno vardas neturėtų būti tuščias.',
noSuggestions : 'No suggestions', // MISSING
optionsTab : 'Parametrai',
allCaps : 'Ignoruoti visas didžiąsias raides',
ignoreDomainNames : 'Ignoruoti domenų vardus',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -31,33 +31,33 @@ 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', // MISSING
editorHelp : 'Press ALT 0 for help', // MISSING
editorTitle : 'Bagātinātā teksta redaktors, %1',
editorHelp : 'Palīdzībai, nospiediet ALT 0 ',
// ARIA descriptions.
toolbars : 'Editor toolbars', // MISSING
editor : 'Rich Text Editor', // MISSING
toolbars : 'Redaktora rīkjoslas',
editor : 'Bagātinātā teksta redaktors',
// Toolbar buttons without dialogs.
source : 'HTML kods',
newPage : 'Jauna lapa',
save : 'Saglabāt',
preview : 'Pārskatīt',
preview : 'Priekšskatīt',
cut : 'Izgriezt',
copy : 'Kopēt',
paste : 'Ievietot',
paste : 'Ielīmēt',
print : 'Drukāt',
underline : 'Apakšsvītra',
bold : 'Treknu šriftu',
italic : 'Slīprakstā',
underline : 'Pasvītrots',
bold : 'Treknināts',
italic : 'Kursīvs',
selectAll : 'Iezīmēt visu',
removeFormat : 'Noņemt stilus',
strike : 'Pārsvītrots',
subscript : 'Zemrakstā',
subscript : 'Apakšrakstā',
superscript : 'Augšrakstā',
horizontalrule : 'Ievietot horizontālu Atdalītājsvītru',
pagebreak : 'Ievietot lapas pārtraukumu',
pagebreakAlt : 'Page Break', // MISSING
pagebreak : 'Ievietot lapas pārtraukumu drukai',
pagebreakAlt : 'Lapas pārnesums',
unlink : 'Noņemt hipersaiti',
undo : 'Atcelt',
redo : 'Atkārtot',
@ -73,11 +73,11 @@ CKEDITOR.lang['lv'] =
image : 'Attēls',
flash : 'Flash',
form : 'Forma',
checkbox : 'Atzīmēšanas kastīte',
radio : 'Izvēles poga',
checkbox : 'Izvēles rūtiņa',
radio : 'Radio poga',
textField : 'Teksta rinda',
textarea : 'Teksta laukums',
hiddenField : 'Paslēpta teksta rinda',
hiddenField : 'Paslēpts lauks',
button : 'Poga',
select : 'Iezīmēšanas lauks',
imageButton : 'Attēlpoga',
@ -92,48 +92,49 @@ CKEDITOR.lang['lv'] =
cssClass : 'Stilu saraksta klases',
advisoryTitle : 'Konsultatīvs virsraksts',
cssStyle : 'Stils',
ok : 'Darīts!',
ok : 'Apstiprināt',
cancel : 'Atcelt',
close : 'Close', // MISSING
preview : 'Preview', // MISSING
generalTab : 'General', // MISSING
close : 'Aizvērt',
preview : 'Priekšskatījums',
generalTab : 'Vispārīgi',
advancedTab : 'Izvērstais',
validateNumberFailed : 'This value is not a number.', // MISSING
confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING
options : 'Options', // MISSING
target : 'Target', // MISSING
targetNew : 'New Window (_blank)', // MISSING
targetTop : 'Topmost Window (_top)', // MISSING
targetSelf : 'Same Window (_self)', // MISSING
targetParent : 'Parent Window (_parent)', // MISSING
langDirLTR : 'Left to Right (LTR)', // MISSING
langDirRTL : 'Right to Left (RTL)', // MISSING
styles : 'Style', // MISSING
cssClasses : 'Stylesheet Classes', // MISSING
validateNumberFailed : 'Šī vērtība nav skaitlis',
confirmNewPage : 'Jebkuras nesaglabātās izmaiņas tiks zaudētas. Vai tiešām vēlaties atvērt jaunu lapu?',
confirmCancel : 'Daži no uzstādījumiem ir mainīti. Vai tiešām vēlaties aizvērt šo dialogu?',
options : 'Uzstādījumi',
target : 'Mērķis',
targetNew : 'Jauns logs (_blank)',
targetTop : 'Virsējais logs (_top)',
targetSelf : 'Tas pats logs (_self)',
targetParent : 'Avota logs (_parent)',
langDirLTR : 'Kreisais uz Labo (LTR)',
langDirRTL : 'Labais uz Kreiso (RTL)',
styles : 'Stils',
cssClasses : 'Stilu klases',
width : 'Platums',
height : 'Augstums',
align : 'Nolīdzināt',
align : 'Līdzinājums',
alignLeft : 'Pa kreisi',
alignRight : 'Pa labi',
alignCenter : 'Centrēti',
alignTop : 'Augšā',
alignMiddle : 'Vertikāli centrēts',
alignMiddle : 'Pa vidu',
alignBottom : 'Apakšā',
invalidHeight : 'Height must be a number.', // MISSING
invalidWidth : 'Width must be a number.', // MISSING
invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
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
invalidValue : 'Nekorekta vērtība',
invalidHeight : 'Augstumam jābūt skaitlim.',
invalidWidth : 'Platumam jābūt skaitlim',
invalidCssLength : 'Laukam "%1" norādītajai vērtībai jābūt pozitīvam skaitlim ar vai bez korektām CSS mērvienībām (px, %, in, cm, mm, em, ex, pt, vai pc).',
invalidHtmlLength : 'Laukam "%1" norādītajai vērtībai jābūt pozitīvam skaitlim ar vai bez korektām HTML mērvienībām (px vai %).',
invalidInlineStyle : 'Iekļautajā stilā norādītajai vērtībai jāsastāv no viena vai vairākiem pāriem pēc forma\'ta "nosaukums: vērtība", atdalītiem ar semikolu.',
cssLengthTooltip : 'Ievadiet vērtību pikseļos vai skaitli ar derīgu CSS mērvienību (px, %, in, cm, mm, em, ex, pt, vai pc).',
// 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">, nav pieejams</span>'
},
contextmenu :
{
options : 'Context Menu Options' // MISSING
options : 'Uznirstošās izvēlnes uzstādījumi'
},
// Special char dialog.
@ -141,7 +142,7 @@ CKEDITOR.lang['lv'] =
{
toolbar : 'Ievietot speciālo simbolu',
title : 'Ievietot īpašu simbolu',
options : 'Special Character Options' // MISSING
options : 'Speciālo simbolu uzstādījumi'
},
// Link dialog.
@ -156,7 +157,7 @@ CKEDITOR.lang['lv'] =
upload : 'Augšupielādēt',
advanced : 'Izvērstais',
type : 'Hipersaites tips',
toUrl : 'URL', // MISSING
toUrl : 'Adrese',
toAnchor : 'Iezīme šajā lapā',
toEmail : 'E-pasts',
targetFrame : '<ietvars>',
@ -164,7 +165,7 @@ CKEDITOR.lang['lv'] =
targetFrameName : 'Mērķa ietvara nosaukums',
targetPopupName : 'Uznirstošā loga nosaukums',
popupFeatures : 'Uznirstošā loga nosaukums īpašības',
popupResizable : 'Resizable', // MISSING
popupResizable : 'Mērogojams',
popupStatusBar : 'Statusa josla',
popupLocationBar: 'Atrašanās vietas josla',
popupToolbar : 'Rīku josla',
@ -174,20 +175,20 @@ CKEDITOR.lang['lv'] =
popupDependent : 'Atkarīgs (Netscape)',
popupLeft : 'Kreisā koordināte',
popupTop : 'Augšējā koordināte',
id : 'Id', // MISSING
id : 'ID',
langDir : 'Valodas lasīšanas virziens',
langDirLTR : 'No kreisās uz labo (LTR)',
langDirRTL : 'No labās uz kreiso (RTL)',
acccessKey : 'Pieejas kods',
acccessKey : 'Pieejas taustiņš',
name : 'Nosaukums',
langCode : 'Valodas lasīšanas virziens',
langCode : 'Valodas kods',
tabIndex : 'Ciļņu indekss',
advisoryTitle : 'Konsultatīvs virsraksts',
advisoryContentType : 'Konsultatīvs satura tips',
cssClasses : 'Stilu saraksta klases',
charset : 'Pievienotā resursa kodu tabula',
charset : 'Pievienotā resursa kodējums',
styles : 'Stils',
rel : 'Relationship', // MISSING
rel : 'Relācija',
selectAnchor : 'Izvēlēties iezīmi',
anchorName : 'Pēc iezīmes nosaukuma',
anchorId : 'Pēc elementa ID',
@ -203,52 +204,52 @@ CKEDITOR.lang['lv'] =
anchor :
{
toolbar : 'Ievietot/Labot iezīmi',
menu : 'Iezīmes īpašības',
title : 'Iezīmes īpašības',
menu : 'Labot iezīmi',
title : 'Iezīmes uzstādījumi',
name : 'Iezīmes nosaukums',
errorName : 'Lūdzu norādiet iezīmes nosaukumu',
remove : 'Remove Anchor' // MISSING
remove : 'Noņemt iezīmi'
},
// 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 : 'Numurēta saraksta uzstādījumi',
bulletedTitle : 'Vienkārša saraksta uzstādījumi',
type : 'Tips',
start : 'Sākt',
validateStartNumber :'Saraksta sākuma numuram jābūt veselam skaitlim',
circle : 'Aplis',
disc : 'Disks',
square : 'Kvadrāts',
none : 'Nekas',
notset : '<nav norādīts>',
armenian : 'Armēņu skaitļi',
georgian : 'Gruzīņu skaitļi (an, ban, gan, utt)',
lowerRoman : 'Mazie romāņu (i, ii, iii, iv, v, utt)',
upperRoman : 'Lielie romāņu (I, II, III, IV, V, utt)',
lowerAlpha : 'Mazie alfabēta (a, b, c, d, e, utt)',
upperAlpha : 'Lielie alfabēta (A, B, C, D, E, utt)',
lowerGreek : 'Mazie grieķu (alfa, beta, gamma, utt)',
decimal : 'Decimālie (1, 2, 3, utt)',
decimalLeadingZero : 'Decimālie ar nulli (01, 02, 03, utt)'
},
// Find And Replace Dialog
findAndReplace :
{
title : 'Find and Replace', // MISSING
title : 'Meklēt un aizvietot',
find : 'Meklēt',
replace : 'Nomainīt',
findWhat : 'Meklēt:',
replaceWith : 'Nomainīt uz:',
notFoundMsg : 'Norādītā frāze netika atrasta.',
findOptions : 'Find Options', // MISSING
findOptions : 'Meklēt uzstādījumi',
matchCase : 'Reģistrjūtīgs',
matchWord : 'Jāsakrīt pilnībā',
matchCyclic : 'Match cyclic', // MISSING
matchCyclic : 'Sakrist cikliski',
replaceAll : 'Aizvietot visu',
replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING
replaceSuccessMsg : '%1 gadījums(i) aizvietoti'
},
// Table Dialog
@ -263,69 +264,69 @@ CKEDITOR.lang['lv'] =
border : 'Rāmja izmērs',
widthPx : 'pikseļos',
widthPc : 'procentuāli',
widthUnit : 'width unit', // MISSING
widthUnit : 'platuma mērvienība',
cellSpace : 'Rūtiņu atstatums',
cellPad : 'Rūtiņu nobīde',
caption : 'Leģenda',
summary : 'Anotācija',
headers : 'Headers', // MISSING
headersNone : 'None', // MISSING
headersColumn : 'First column', // MISSING
headersRow : 'First Row', // MISSING
headersBoth : 'Both', // MISSING
invalidRows : 'Number of rows must be a number greater than 0.', // MISSING
invalidCols : 'Number of columns must be a number greater than 0.', // MISSING
invalidBorder : 'Border size must be a number.', // MISSING
invalidWidth : 'Table width must be a number.', // MISSING
invalidHeight : 'Table height must be a number.', // MISSING
invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING
invalidCellPadding : 'Cell padding must be a positive number.', // MISSING
headers : 'Virsraksti',
headersNone : 'Nekas',
headersColumn : 'Pirmā kolona',
headersRow : 'Pirmā rinda',
headersBoth : 'Abi',
invalidRows : 'Rindu skaitam jābūt lielākam par 0',
invalidCols : 'Kolonu skaitam jābūt lielākam par 0',
invalidBorder : 'Rāmju izmēram jābūt skaitlim',
invalidWidth : 'Tabulas platumam jābūt skaitlim',
invalidHeight : 'Tabulas augstumam jābūt skaitlim',
invalidCellSpacing : 'Šūnu atstarpēm jābūt pozitīvam skaitlim',
invalidCellPadding : 'Šūnu atkāpēm jābūt pozitīvam skaitlim',
cell :
{
menu : 'Šūna',
insertBefore : 'Insert Cell Before', // MISSING
insertAfter : 'Insert Cell After', // MISSING
insertBefore : 'Pievienot šūnu pirms',
insertAfter : 'Pievienot šūnu pēc',
deleteCell : 'Dzēst rūtiņas',
merge : 'Apvienot rūtiņas',
mergeRight : 'Merge Right', // MISSING
mergeDown : 'Merge Down', // MISSING
splitHorizontal : 'Split Cell Horizontally', // MISSING
splitVertical : 'Split Cell Vertically', // MISSING
title : 'Cell Properties', // MISSING
cellType : 'Cell Type', // MISSING
rowSpan : 'Rows Span', // MISSING
colSpan : 'Columns Span', // MISSING
wordWrap : 'Word Wrap', // MISSING
hAlign : 'Horizontal Alignment', // MISSING
vAlign : 'Vertical Alignment', // MISSING
alignBaseline : 'Baseline', // MISSING
bgColor : 'Background Color', // MISSING
borderColor : 'Border Color', // MISSING
data : 'Data', // MISSING
header : 'Header', // MISSING
yes : 'Yes', // MISSING
no : 'No', // MISSING
invalidWidth : 'Cell width must be a number.', // MISSING
invalidHeight : 'Cell height must be a number.', // MISSING
invalidRowSpan : 'Rows span must be a whole number.', // MISSING
invalidColSpan : 'Columns span must be a whole number.', // MISSING
chooseColor : 'Choose' // MISSING
mergeRight : 'Apvieno pa labi',
mergeDown : 'Apvienot uz leju',
splitHorizontal : 'Sadalīt šūnu horizontāli',
splitVertical : 'Sadalīt šūnu vertikāli',
title : 'Šūnas uzstādījumi',
cellType : 'Šūnas tips',
rowSpan : 'Apvienotas rindas',
colSpan : 'Apvienotas kolonas',
wordWrap : 'Vārdu pārnese',
hAlign : 'Horizontālais novietojums',
vAlign : 'Vertikālais novietojums',
alignBaseline : 'Pamatrinda',
bgColor : 'Fona krāsa',
borderColor : 'Rāmja krāsa',
data : 'Dati',
header : 'Virsraksts',
yes : 'Jā',
no : 'Nē',
invalidWidth : 'Šūnas platumam jābūt skaitlim',
invalidHeight : 'Šūnas augstumam jābūt skaitlim',
invalidRowSpan : 'Apvienojamo rindu skaitam jābūt veselam skaitlim',
invalidColSpan : 'Apvienojamo kolonu skaitam jābūt veselam skaitlim',
chooseColor : 'Izvēlēties'
},
row :
{
menu : 'Rinda',
insertBefore : 'Insert Row Before', // MISSING
insertAfter : 'Insert Row After', // MISSING
insertBefore : 'Ievietot rindu pirms',
insertAfter : 'Ievietot rindu pēc',
deleteRow : 'Dzēst rindas'
},
column :
{
menu : 'Kolonna',
insertBefore : 'Insert Column Before', // MISSING
insertAfter : 'Insert Column After', // MISSING
insertBefore : 'Ievietot kolonu pirms',
insertAfter : 'Ievieto kolonu pēc',
deleteColumn : 'Dzēst kolonnas'
}
},
@ -336,9 +337,9 @@ CKEDITOR.lang['lv'] =
title : 'Pogas īpašības',
text : 'Teksts (vērtība)',
type : 'Tips',
typeBtn : 'Button', // MISSING
typeSbm : 'Submit', // MISSING
typeRst : 'Reset' // MISSING
typeBtn : 'Poga',
typeSbm : 'Nosūtīt',
typeRst : 'Atcelt'
},
// Checkbox and Radio Button Dialogs.
@ -357,7 +358,7 @@ CKEDITOR.lang['lv'] =
menu : 'Formas īpašības',
action : 'Darbība',
method : 'Metode',
encoding : 'Encoding' // MISSING
encoding : 'Kodējums'
},
// Select Field Dialog.
@ -426,63 +427,63 @@ CKEDITOR.lang['lv'] =
vSpace : 'Vertikālā telpa',
alertUrl : 'Lūdzu norādīt attēla hipersaiti',
linkTab : 'Hipersaite',
button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING
img2Button : 'Do you want to transform the selected image on a image button?', // MISSING
urlMissing : 'Image source URL is missing.', // MISSING
validateBorder : 'Border must be a whole number.', // MISSING
validateHSpace : 'HSpace must be a whole number.', // MISSING
validateVSpace : 'VSpace must be a whole number.' // MISSING
button2Img : 'Vai vēlaties pārveidot izvēlēto attēla pogu uz attēla?',
img2Button : 'Vai vēlaties pārveidot izvēlēto attēlu uz attēla pogas?',
urlMissing : 'Trūkst attēla atrašanās adrese.',
validateBorder : 'Apmalei jābūt veselam skaitlim',
validateHSpace : 'HSpace jābūt veselam skaitlim',
validateVSpace : 'VSpace jābūt veselam skaitlim'
},
// Flash Dialog
flash :
{
properties : 'Flash īpašības',
propertiesTab : 'Properties', // MISSING
propertiesTab : 'Uzstādījumi',
title : 'Flash īpašības',
chkPlay : 'Automātiska atskaņošana',
chkLoop : 'Nepārtraukti',
chkMenu : 'Atļaut Flash izvēlni',
chkFull : 'Allow Fullscreen', // MISSING
chkFull : 'Pilnekrāns',
scale : 'Mainīt izmēru',
scaleAll : 'Rādīt visu',
scaleNoBorder : 'Bez rāmja',
scaleFit : 'Precīzs izmērs',
access : 'Script Access', // MISSING
accessAlways : 'Always', // MISSING
accessSameDomain: 'Same domain', // MISSING
accessNever : 'Never', // MISSING
access : 'Skripta pieeja',
accessAlways : 'Vienmēr',
accessSameDomain: 'Tas pats domēns',
accessNever : 'Nekad',
alignAbsBottom : 'Absolūti apakšā',
alignAbsMiddle : 'Absolūti vertikāli centrēts',
alignBaseline : 'Pamatrindā',
alignTextTop : 'Teksta augšā',
quality : 'Quality', // MISSING
qualityBest : 'Best', // MISSING
qualityHigh : 'High', // MISSING
qualityAutoHigh : 'Auto High', // MISSING
qualityMedium : 'Medium', // MISSING
qualityAutoLow : 'Auto Low', // MISSING
qualityLow : 'Low', // MISSING
windowModeWindow: 'Window', // MISSING
windowModeOpaque: 'Opaque', // MISSING
windowModeTransparent : 'Transparent', // MISSING
windowMode : 'Window mode', // MISSING
flashvars : 'Variables for Flash', // MISSING
quality : 'Kvalitāte',
qualityBest : 'Labākā',
qualityHigh : 'Augsta',
qualityAutoHigh : 'Automātiski Augsta',
qualityMedium : 'Vidēja',
qualityAutoLow : 'Automātiski Zema',
qualityLow : 'Zema',
windowModeWindow: 'Logs',
windowModeOpaque: 'Necaurspīdīgs',
windowModeTransparent : 'Caurspīdīgs',
windowMode : 'Loga režīms',
flashvars : 'Flash mainīgie',
bgcolor : 'Fona krāsa',
hSpace : 'Horizontālā telpa',
vSpace : 'Vertikālā telpa',
validateSrc : 'Lūdzu norādi hipersaiti',
validateHSpace : 'HSpace must be a number.', // MISSING
validateVSpace : 'VSpace must be a number.' // MISSING
validateHSpace : 'Hspace jābūt skaitlim',
validateVSpace : 'Vspace jābūt skaitlim'
},
// Speller Pages Dialog
spellCheck :
{
toolbar : 'Pareizrakstības pārbaude',
title : 'Spell Check', // MISSING
notAvailable : 'Sorry, but service is unavailable now.', // MISSING
errorLoading : 'Error loading application service host: %s.', // MISSING
title : 'Pārbaudīt gramatiku',
notAvailable : 'Atvainojiet, bet serviss šobrīd nav pieejams.',
errorLoading : 'Kļūda ielādējot aplikācijas servisa adresi: %s.',
notInDic : 'Netika atrasts vārdnīcā',
changeTo : 'Nomainīt uz',
btnIgnore : 'Ignorēt',
@ -503,17 +504,17 @@ CKEDITOR.lang['lv'] =
{
toolbar : 'Smaidiņi',
title : 'Ievietot smaidiņu',
options : 'Smiley Options' // MISSING
options : 'Smaidiņu uzstādījumi'
},
elementsPath :
{
eleLabel : 'Elements path', // MISSING
eleTitle : '%1 element' // MISSING
eleLabel : 'Elementa ceļš',
eleTitle : '%1 elements'
},
numberedlist : 'Numurēts saraksts',
bulletedlist : 'Izcelts saraksts',
bulletedlist : 'Pievienot/Noņemt vienkāršu sarakstu',
indent : 'Palielināt atkāpi',
outdent : 'Samazināt atkāpi',
@ -525,24 +526,24 @@ CKEDITOR.lang['lv'] =
block : 'Izlīdzināt malas'
},
blockquote : 'Block Quote', // MISSING
blockquote : 'Bloka citāts',
clipboard :
{
title : 'Ievietot',
cutError : 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj editoram automātiski veikt izgriešanas darbību. Lūdzu, izmantojiet (Ctrl/Cmd+X, lai veiktu šo darbību.',
copyError : 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj editoram automātiski veikt kopēšanas darbību. Lūdzu, izmantojiet (Ctrl/Cmd+C), lai veiktu šo darbību.',
cutError : 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj redaktoram automātiski veikt izgriezšanas darbību. Lūdzu, izmantojiet (Ctrl/Cmd+X), lai veiktu šo darbību.',
copyError : 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj redaktoram automātiski veikt kopēšanas darbību. Lūdzu, izmantojiet (Ctrl/Cmd+C), lai veiktu šo darbību.',
pasteMsg : 'Lūdzu, ievietojiet tekstu šajā laukumā, izmantojot klaviatūru (<STRONG>Ctrl/Cmd+V</STRONG>) un apstipriniet ar <STRONG>Darīts!</STRONG>.',
securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING
pasteArea : 'Paste Area' // MISSING
securityMsg : 'Jūsu pārlūka drošības uzstādījumu dēļ, nav iespējams tieši piekļūt jūsu starpliktuvei. Jums jāielīmē atkārtoti šajā logā.',
pasteArea : 'Ielīmēšanas zona'
},
pastefromword :
{
confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
confirmCleanup : 'Teksts, kuru vēlaties ielīmēt, izskatās ir nokopēts no Word. Vai vēlaties to iztīrīt pirms ielīmēšanas?',
toolbar : 'Ievietot no Worda',
title : 'Ievietot no Worda',
error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
error : 'Iekšējas kļūdas dēļ, neizdevās iztīrīt ielīmētos datus.'
},
pasteText :
@ -555,21 +556,21 @@ CKEDITOR.lang['lv'] =
{
button : 'Sagataves',
title : 'Satura sagataves',
options : 'Template Options', // MISSING
insertOption : 'Replace actual contents', // MISSING
options : 'Sagataves uzstādījumi',
insertOption : 'Aizvietot pašreizējo saturu',
selectPromptMsg : 'Lūdzu, norādiet sagatavi, ko atvērt editorā<br>(patreizējie dati tiks zaudēti):',
emptyListMsg : '(Nav norādītas sagataves)'
},
showBlocks : 'Show Blocks', // MISSING
showBlocks : 'Parādīt blokus',
stylesCombo :
{
label : 'Stils',
panelTitle : 'Formatting Styles', // MISSING
panelTitle1 : 'Block Styles', // MISSING
panelTitle2 : 'Inline Styles', // MISSING
panelTitle3 : 'Object Styles' // MISSING
panelTitle : 'Formatēšanas stili',
panelTitle1 : 'Bloka stili',
panelTitle2 : 'iekļautie stili',
panelTitle3 : 'Objekta stili'
},
format :
@ -591,41 +592,41 @@ CKEDITOR.lang['lv'] =
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 : 'Izveidot div konteineri',
toolbar : 'Izveidot div konteineri',
cssClassInputLabel : 'Stilu klases',
styleSelectLabel : 'Stils',
IdInputLabel : 'Id',
languageCodeInputLabel : 'Valodas kods',
inlineStyleInputLabel : 'Iekļautais stils',
advisoryTitleInputLabel : 'Konsultatīvs virsraksts',
langDirLabel : 'Valodas virziens',
langDirLTRLabel : 'Kreisais uz Labo (LTR)',
langDirRTLLabel : 'Labais uz kreiso (RTL)',
edit : 'Labot Div',
remove : 'Noņemt 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 uzstādījumi',
toolbar : 'IFrame',
noUrl : 'Norādiet iframe adresi',
scrolling : 'Atļaut ritjoslas',
border : 'Rādīt rāmi'
},
font :
{
label : 'Šrifts',
voiceLabel : 'Font', // MISSING
voiceLabel : 'Fonts',
panelTitle : 'Šrifts'
},
fontSize :
{
label : 'Izmērs',
voiceLabel : 'Font Size', // MISSING
voiceLabel : 'Fonta izmeŗs',
panelTitle : 'Izmērs'
},
@ -633,168 +634,168 @@ CKEDITOR.lang['lv'] =
{
textColorTitle : 'Teksta krāsa',
bgColorTitle : 'Fona krāsa',
panelTitle : 'Colors', // MISSING
panelTitle : 'Krāsa',
auto : 'Automātiska',
more : 'Plašāka palete...'
},
colors :
{
'000' : 'Black', // MISSING
'800000' : 'Maroon', // MISSING
'8B4513' : 'Saddle Brown', // MISSING
'2F4F4F' : 'Dark Slate Gray', // MISSING
'008080' : 'Teal', // MISSING
'000080' : 'Navy', // MISSING
'4B0082' : 'Indigo', // MISSING
'696969' : 'Dark Gray', // MISSING
'B22222' : 'Fire Brick', // MISSING
'A52A2A' : 'Brown', // MISSING
'DAA520' : 'Golden Rod', // MISSING
'006400' : 'Dark Green', // MISSING
'40E0D0' : 'Turquoise', // MISSING
'0000CD' : 'Medium Blue', // MISSING
'800080' : 'Purple', // MISSING
'808080' : 'Gray', // MISSING
'F00' : 'Red', // MISSING
'FF8C00' : 'Dark Orange', // MISSING
'FFD700' : 'Gold', // MISSING
'008000' : 'Green', // MISSING
'0FF' : 'Cyan', // MISSING
'00F' : 'Blue', // MISSING
'EE82EE' : 'Violet', // MISSING
'A9A9A9' : 'Dim Gray', // MISSING
'FFA07A' : 'Light Salmon', // MISSING
'FFA500' : 'Orange', // MISSING
'FFFF00' : 'Yellow', // MISSING
'00FF00' : 'Lime', // MISSING
'AFEEEE' : 'Pale Turquoise', // MISSING
'ADD8E6' : 'Light Blue', // MISSING
'DDA0DD' : 'Plum', // MISSING
'D3D3D3' : 'Light Grey', // MISSING
'FFF0F5' : 'Lavender Blush', // MISSING
'FAEBD7' : 'Antique White', // MISSING
'FFFFE0' : 'Light Yellow', // MISSING
'F0FFF0' : 'Honeydew', // MISSING
'F0FFFF' : 'Azure', // MISSING
'F0F8FF' : 'Alice Blue', // MISSING
'E6E6FA' : 'Lavender', // MISSING
'FFF' : 'White' // MISSING
'000' : 'Melns',
'800000' : 'Sarkanbrūns',
'8B4513' : 'Sedlu brūns',
'2F4F4F' : 'Tumšas tāfeles pelēks',
'008080' : 'Zili-zaļš',
'000080' : 'Jūras',
'4B0082' : 'Indigo',
'696969' : 'Tumši pelēks',
'B22222' : 'Ķieģeļsarkans',
'A52A2A' : 'Brūns',
'DAA520' : 'Zelta',
'006400' : 'Tumši zaļš',
'40E0D0' : 'Tirkīzs',
'0000CD' : 'Vidēji zils',
'800080' : 'Purpurs',
'808080' : 'Pelēks',
'F00' : 'Sarkans',
'FF8C00' : 'Tumši oranžs',
'FFD700' : 'Zelta',
'008000' : 'Zaļš',
'0FF' : 'Tumšzils',
'00F' : 'Zils',
'EE82EE' : 'Violets',
'A9A9A9' : 'Pelēks',
'FFA07A' : 'Gaiši laškrāsas',
'FFA500' : 'Oranžs',
'FFFF00' : 'Dzeltens',
'00FF00' : 'Laima',
'AFEEEE' : 'Gaiši tirkīza',
'ADD8E6' : 'Gaiši zils',
'DDA0DD' : 'Plūmju',
'D3D3D3' : 'Gaiši pelēks',
'FFF0F5' : 'Lavandas sārts',
'FAEBD7' : 'Antīki balts',
'FFFFE0' : 'Gaiši dzeltens',
'F0FFF0' : 'Meduspile',
'F0FFFF' : 'Debesszils',
'F0F8FF' : 'Alises zils',
'E6E6FA' : 'Lavanda',
'FFF' : 'Balts'
},
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 : 'Pārbaudīt gramatiku rakstot',
opera_title : 'Opera neatbalsta',
enable : 'Ieslēgt SCAYT',
disable : 'Atslēgt SCAYT',
about : 'Par SCAYT',
toggle : 'Pārslēgt SCAYT',
options : 'Uzstādījumi',
langs : 'Valodas',
moreSuggestions : 'Vairāk ieteikumi',
ignore : 'Ignorēt',
ignoreAll : 'Ignorēt visu',
addWord : 'Pievienot vārdu',
emptyDic : 'Vārdnīcas nosaukums nevar būt tukšs.',
noSuggestions : 'No suggestions', // MISSING
optionsTab : 'Uzstādījumi',
allCaps : 'Ignorēt vārdus ar lielajiem burtiem',
ignoreDomainNames : 'Ignorēt domēnu nosaukumus',
mixedCase : 'Ignorēt vārdus ar jauktu reģistru burtiem',
mixedWithDigits : 'Ignorēt vārdus ar skaitļiem',
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 : 'Valodas',
languagesTab : 'Languages', // MISSING
dictionariesTab : 'Vārdnīcas',
dic_field_name : 'Vārdnīcas nosaukums',
dic_create : 'Izveidot',
dic_restore : 'Atjaunot',
dic_delete : 'Dzēst',
dic_rename : 'Pārsaukt',
dic_info : 'Sākumā lietotāja vārdnīca tiek glabāta Cookie. Diemžēl, Cookie ir ierobežots izmērs. Kad vārdnīca sasniegs izmēru, ka to vairs nevar glabāt Cookie, tā tiks noglabāta uz servera. Lai saglabātu personīgo vārdnīcu uz jūsu servera, jums jānorāda tās nosaukums. Ja jūs jau esiet noglabājuši vārdnīcu, lūdzu ierakstiet tās nosaukum un nospiediet Atjaunot pogu.',
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
aboutTab : 'Par'
},
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 : 'Par CKEditor',
dlgTitle : 'Par CKEditor',
help : 'Pārbaudiet $1 palīdzībai.',
userGuide : 'CKEditor Lietotāja pamācība',
moreInfo : 'Informācijai par licenzēšanu apmeklējiet mūsu mājas lapu:',
copy : 'Kopēšanas tiesības &copy; $1. Visas tiesības rezervētas.'
},
maximize : 'Maximize', // MISSING
minimize : 'Minimize', // MISSING
maximize : 'Maksimizēt',
minimize : 'Minimizēt',
fakeobjects :
{
anchor : 'Anchor', // MISSING
flash : 'Flash Animation', // MISSING
iframe : 'IFrame', // MISSING
hiddenfield : 'Hidden Field', // MISSING
unknown : 'Unknown Object' // MISSING
anchor : 'Iezīme',
flash : 'Flash animācija',
iframe : 'Iframe',
hiddenfield : 'Slēpts lauks',
unknown : 'Nezināms objekts'
},
resize : 'Drag to resize', // MISSING
resize : 'Velciet lai mērogotu',
colordialog :
{
title : 'Select color', // MISSING
options : 'Color Options', // MISSING
highlight : 'Highlight', // MISSING
selected : 'Selected Color', // MISSING
clear : 'Clear' // MISSING
title : 'Izvēlies krāsu',
options : 'Krāsas uzstādījumi',
highlight : 'Paraugs',
selected : 'Izvēlētā krāsa',
clear : 'Notīrīt'
},
toolbarCollapse : 'Collapse Toolbar', // MISSING
toolbarExpand : 'Expand Toolbar', // MISSING
toolbarCollapse : 'Aizvērt rīkjoslu',
toolbarExpand : 'Atvērt rīkjoslu',
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 : 'Dokuments',
clipboard : 'Starpliktuve/Atcelt',
editing : 'Labošana',
forms : 'Formas',
basicstyles : 'Pamata stili',
paragraph : 'Paragrāfs',
links : 'Saites',
insert : 'Ievietot',
styles : 'Stili',
colors : 'Krāsas',
tools : 'Rīki'
},
bidi :
{
ltr : 'Text direction from left to right', // MISSING
rtl : 'Text direction from right to left' // MISSING
ltr : 'Teksta virziens no kreisās uz labo',
rtl : 'Teksta virziens no labās uz kreiso'
},
docprops :
{
label : 'Dokumenta īpašības',
title : 'Dokumenta īpašības',
design : 'Design', // MISSING
design : 'Dizains',
meta : 'META dati',
chooseColor : 'Choose', // MISSING
chooseColor : 'Izvēlēties',
other : '<cits>',
docTitle : 'Dokumenta virsraksts <Title>',
charset : 'Simbolu kodējums',
charsetOther : 'Cits simbolu kodējums',
charsetASCII : 'ASCII', // MISSING
charsetCE : 'Central European', // MISSING
charsetCT : 'Chinese Traditional (Big5)', // MISSING
charsetCR : 'Cyrillic', // MISSING
charsetGR : 'Greek', // MISSING
charsetJP : 'Japanese', // MISSING
charsetKR : 'Korean', // MISSING
charsetTR : 'Turkish', // MISSING
charsetUN : 'Unicode (UTF-8)', // MISSING
charsetWE : 'Western European', // MISSING
charsetASCII : 'ASCII',
charsetCE : 'Centrāleiropas',
charsetCT : 'Ķīniešu tradicionālā (Big5)',
charsetCR : 'Kirilica',
charsetGR : 'Grieķu',
charsetJP : 'Japāņu',
charsetKR : 'Korejiešu',
charsetTR : 'Turku',
charsetUN : 'Unikods (UTF-8)',
charsetWE : 'Rietumeiropas',
docType : 'Dokumenta tips',
docTypeOther : 'Cits dokumenta tips',
xhtmlDec : 'Ietvert XHTML deklarācijas',
@ -811,6 +812,6 @@ CKEDITOR.lang['lv'] =
metaDescription : 'Dokumenta apraksts',
metaAuthor : 'Autors',
metaCopyright : 'Autortiesības',
previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
previewHtml : '<p>Šis ir <strong>parauga teksts</strong>. Jūs izmantojiet <a href="javascript:void(0)">CKEditor</a>.</p>'
}
};

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -119,6 +119,7 @@ CKEDITOR.lang['mk'] =
alignTop : 'Top', // MISSING
alignMiddle : 'Middle', // MISSING
alignBottom : 'Bottom', // MISSING
invalidValue : 'Invalid value.', // 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
@ -696,7 +697,7 @@ CKEDITOR.lang['mk'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : 'No suggestions', // MISSING
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -35,8 +35,8 @@ CKEDITOR.lang['mn'] =
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 : 'Код',
@ -51,14 +51,14 @@ CKEDITOR.lang['mn'] =
bold : 'Тод бүдүүн',
italic : 'Налуу',
selectAll : 'Бүгдийг нь сонгох',
removeFormat : 'Формат авч хаях',
removeFormat : 'Параргафын загварыг авч хаях',
strike : 'Дундуур нь зураастай болгох',
subscript : 'Суурь болгох',
superscript : 'Зэрэг болгох',
horizontalrule : 'Хөндлөн зураас оруулах',
pagebreak : 'Хуудас тусгаарлагч оруулах',
pagebreakAlt : 'Page Break', // MISSING
unlink : 'Линк авч хаях',
unlink : 'Холбоос авч хаях',
undo : 'Хүчингүй болгох',
redo : 'Өмнөх үйлдлээ сэргээх',
@ -94,34 +94,35 @@ CKEDITOR.lang['mn'] =
cssStyle : 'Загвар',
ok : 'OK',
cancel : 'Болих',
close : 'Close', // MISSING
close : 'Хаах',
preview : 'Preview', // MISSING
generalTab : 'General', // MISSING
generalTab : 'Ерөнхий',
advancedTab : 'Нэмэлт',
validateNumberFailed : 'This value is not a number.', // MISSING
confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING
options : 'Options', // MISSING
target : 'Target', // MISSING
options : 'Сонголт',
target : 'Бай',
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
langDirLTR : 'Зүүн талаас баруун тийшээ (LTR)',
langDirRTL : 'Баруун талаас зүүн тийшээ (RTL)',
styles : 'Загвар',
cssClasses : 'Stylesheet Classes', // MISSING
width : 'Өргөн',
height : 'Өндөр',
align : 'Эгнээ',
align : 'Тулгах тал',
alignLeft : 'Зүүн',
alignRight : 'Баруун',
alignCenter : 'Төвд',
alignTop : 'Дээд талд',
alignMiddle : 'Дунд талд',
alignBottom : 'Доод талд',
invalidHeight : 'Height must be a number.', // MISSING
invalidWidth : 'Width must be a number.', // MISSING
invalidValue : 'Invalid value.', // MISSING
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
@ -147,18 +148,18 @@ CKEDITOR.lang['mn'] =
// Link dialog.
link :
{
toolbar : 'Линк Оруулах/Засварлах',
toolbar : 'Холбоос',
other : '<other>', // MISSING
menu : 'Холбоос засварлах',
title : 'Линк',
info : 'Линкийн мэдээлэл',
title : 'Холбоос',
info : 'Холбоосын тухай мэдээлэл',
target : 'Байрлал',
upload : 'Хуулах',
advanced : 'Нэмэлт',
type : 'Линкийн төрөл',
toUrl : 'URL', // MISSING
toAnchor : 'Энэ хуудасандах холбоос',
toEmail : 'E-Mail',
toUrl : 'цахим хуудасны хаяг (URL)',
toAnchor : 'Энэ бичвэр дэх зангуу руу очих холбоос',
toEmail : 'Э-захиа',
targetFrame : '<Агуулах хүрээ>',
targetPopup : '<popup цонх>',
targetFrameName : 'Очих фремын нэр',
@ -167,9 +168,9 @@ CKEDITOR.lang['mn'] =
popupResizable : 'Resizable', // MISSING
popupStatusBar : 'Статус хэсэг',
popupLocationBar: 'Location хэсэг',
popupToolbar : 'Багажны хэсэг',
popupMenuBar : 'Meню хэсэг',
popupFullScreen : 'Цонх дүүргэх (IE)',
popupToolbar : 'Багажны самбар',
popupMenuBar : 'Цэсний самбар',
popupFullScreen : 'Цонх дүүргэх (Internet Explorer)',
popupScrollBars : 'Скрол хэсэгүүд',
popupDependent : 'Хамаатай (Netscape)',
popupLeft : 'Зүүн байрлал',
@ -180,7 +181,7 @@ CKEDITOR.lang['mn'] =
langDirRTL : 'Баруунаас зүүн (RTL)',
acccessKey : 'Холбох түлхүүр',
name : 'Нэр',
langCode : 'Хэлний чиглэл',
langCode : 'Хэлний код',
tabIndex : 'Tab индекс',
advisoryTitle : 'Зөвлөлдөх гарчиг',
advisoryContentType : 'Зөвлөлдөх төрлийн агуулга',
@ -188,26 +189,26 @@ CKEDITOR.lang['mn'] =
charset : 'Тэмдэгт оноох нөөцөд холбогдсон',
styles : 'Загвар',
rel : 'Relationship', // MISSING
selectAnchor : 'Холбоос сонгох',
anchorName : 'Холбоосын нэрээр',
anchorId : 'Элемэнт Id-гаар',
emailAddress : 'E-Mail Хаяг',
emailSubject : 'Message гарчиг',
emailBody : 'Message-ийн агуулга',
noAnchors : '(Баримт бичиг холбоосгүй байна)',
noUrl : 'Линк URL-ээ төрөлжүүлнэ үү',
noEmail : 'Е-mail хаягаа төрөлжүүлнэ үү'
selectAnchor : 'Нэг зангууг сонгоно уу',
anchorName : 'Зангуугийн нэрээр',
anchorId : 'Элемэнтйн Id нэрээр',
emailAddress : 'Э-шуудангийн хаяг',
emailSubject : 'Зурвасны гарчиг',
emailBody : 'Зурвасны их бие',
noAnchors : '(Баримт бичиг зангуугүй байна)',
noUrl : 'Холбоосны URL хаягийг шивнэ үү',
noEmail : 'Э-шуудангий хаягаа шивнэ үү'
},
// Anchor dialog
anchor :
{
toolbar : 'Холбоос Оруулах/Засварлах',
menu : 'Холбоос шинж чанар',
title : 'Холбоос шинж чанар',
name : 'Холбоос нэр',
errorName : 'Холбоос төрөл оруулна уу',
remove : 'Remove Anchor' // MISSING
toolbar : 'Зангуу',
menu : 'Зангууг болосруулах',
title : 'Зангуугийн шинж чанар',
name : 'Зангуугийн нэр',
errorName : 'Зангуугийн нэрийг оруулна уу',
remove : 'Зангууг устгах'
},
// List style dialog
@ -215,7 +216,7 @@ CKEDITOR.lang['mn'] =
{
numberedTitle : 'Numbered List Properties', // MISSING
bulletedTitle : 'Bulleted List Properties', // MISSING
type : 'Type', // MISSING
type : 'Төрөл',
start : 'Start', // MISSING
validateStartNumber :'List start number must be a whole number.', // MISSING
circle : 'Circle', // MISSING
@ -237,17 +238,17 @@ CKEDITOR.lang['mn'] =
// Find And Replace Dialog
findAndReplace :
{
title : 'Хай мөн Дарж бич',
title : 'Хайж орлуулах',
find : 'Хайх',
replace : 'Солих',
replace : 'Орлуулах',
findWhat : 'Хайх үг/үсэг:',
replaceWith : 'Солих үг:',
notFoundMsg : 'Хайсан текст олсонгүй.',
findOptions : 'Find Options', // MISSING
notFoundMsg : 'Хайсан бичвэрийг олсонгүй.',
findOptions : 'Хайх сонголтууд',
matchCase : 'Тэнцэх төлөв',
matchWord : 'Тэнцэх бүтэн үг',
matchCyclic : 'Match cyclic', // MISSING
replaceAll : 'Бүгдийг нь Солих',
replaceAll : 'Бүгдийг нь солих',
replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING
},
@ -263,7 +264,7 @@ CKEDITOR.lang['mn'] =
border : 'Хүрээний хэмжээ',
widthPx : 'цэг',
widthPc : 'хувь',
widthUnit : 'width unit', // MISSING
widthUnit : 'өргөний нэгж',
cellSpace : 'Нүх хоорондын зай (spacing)',
cellPad : 'Нүх доторлох(padding)',
caption : 'Тайлбар',
@ -276,7 +277,7 @@ CKEDITOR.lang['mn'] =
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
invalidWidth : 'Хүснэгтийн өргөн нь тоо байх ёстой.',
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
@ -297,20 +298,20 @@ CKEDITOR.lang['mn'] =
rowSpan : 'Rows Span', // MISSING
colSpan : 'Columns Span', // MISSING
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
bgColor : 'Дэвсгэр өнгө',
borderColor : 'Хүрээний өнгө',
data : 'Data', // MISSING
header : 'Header', // MISSING
yes : 'Yes', // MISSING
no : 'No', // MISSING
invalidWidth : 'Cell width must be a number.', // MISSING
yes : 'Тийм',
no : 'Үгүй',
invalidWidth : 'Нүдний өргөн нь тоо байх ёстой.',
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
chooseColor : 'Сонгох'
},
row :
@ -369,7 +370,7 @@ CKEDITOR.lang['mn'] =
value : 'Утга',
size : 'Хэмжээ',
lines : 'Мөр',
chkMulti : 'Олон сонголт зөвшөөрөх',
chkMulti : 'Олон зүйл зэрэг сонгохыг зөвшөөрөх',
opText : 'Тэкст',
opValue : 'Утга',
btnAdd : 'Нэмэх',
@ -418,17 +419,17 @@ CKEDITOR.lang['mn'] =
infoTab : 'Зурагны мэдээлэл',
btnUpload : 'Үүнийг сервэррүү илгээ',
upload : 'Хуулах',
alt : 'Тайлбар текст',
alt : 'Зургийг орлох бичвэр',
lockRatio : 'Радио түгжих',
resetSize : 'хэмжээ дахин оноох',
border : 'Хүрээ',
hSpace : 'Хөндлөн зай',
vSpace : 'Босоо зай',
alertUrl : 'Зурагны URL-ын төрлийн сонгоно уу',
linkTab : 'Линк',
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
urlMissing : 'Зургийн эх сурвалжийн хаяг (URL) байхгүй байна.',
validateBorder : 'Border must be a whole number.', // MISSING
validateHSpace : 'HSpace must be a whole number.', // MISSING
validateVSpace : 'VSpace must be a whole number.' // MISSING
@ -449,9 +450,9 @@ CKEDITOR.lang['mn'] =
scaleNoBorder : 'Хүрээгүй',
scaleFit : 'Яг тааруулах',
access : 'Script Access', // MISSING
accessAlways : 'Always', // MISSING
accessSameDomain: 'Same domain', // MISSING
accessNever : 'Never', // MISSING
accessAlways : 'Онцлогууд',
accessSameDomain: 'Байнга',
accessNever : 'Хэзээ ч үгүй',
alignAbsBottom : 'Abs доод талд',
alignAbsMiddle : 'Abs Дунд талд',
alignBaseline : 'Baseline',
@ -468,7 +469,7 @@ CKEDITOR.lang['mn'] =
windowModeTransparent : 'Transparent', // MISSING
windowMode : 'Window mode', // MISSING
flashvars : 'Variables for Flash', // MISSING
bgcolor : 'Фонны өнгө',
bgcolor : 'Дэвсгэр өнгө',
hSpace : 'Хөндлөн зай',
vSpace : 'Босоо зай',
validateSrc : 'Линк URL-ээ төрөлжүүлнэ үү',
@ -487,7 +488,7 @@ CKEDITOR.lang['mn'] =
changeTo : 'Өөрчлөх',
btnIgnore : 'Зөвшөөрөх',
btnIgnoreAll : 'Бүгдийг зөвшөөрөх',
btnReplace : 'Дарж бичих',
btnReplace : 'Солих',
btnReplaceAll : 'Бүгдийг Дарж бичих',
btnUndo : 'Буцаах',
noSuggestions : '- Тайлбаргүй -',
@ -519,13 +520,13 @@ CKEDITOR.lang['mn'] =
justify :
{
left : 'Зүүн талд байрлуулах',
center : 'Төвд байрлуулах',
right : 'Баруун талд байрлуулах',
block : 'Блок хэлбэрээр байрлуулах'
left : 'Зүүн талд тулгах',
center : 'Голлуулах',
right : 'Баруун талд тулгах',
block : 'Тэгшлэх'
},
blockquote : 'Хайрцаглах',
blockquote : 'Ишлэл хэсэг',
clipboard :
{
@ -547,8 +548,8 @@ CKEDITOR.lang['mn'] =
pasteText :
{
button : 'Plain Text-ээс буулгах',
title : 'Plain Text-ээс буулгах'
button : 'Энгийн бичвэрээр буулгах',
title : 'Энгийн бичвэрээр буулгах'
},
templates :
@ -561,12 +562,12 @@ CKEDITOR.lang['mn'] =
emptyListMsg : '(Загвар тодорхойлогдоогүй байна)'
},
showBlocks : 'Block-уудыг үзүүлэх',
showBlocks : 'Хавтангуудыг харуулах',
stylesCombo :
{
label : 'Загвар',
panelTitle : 'Formatting Styles', // MISSING
panelTitle : 'Загвар хэлбэржүүлэх',
panelTitle1 : 'Block Styles', // MISSING
panelTitle2 : 'Inline Styles', // MISSING
panelTitle3 : 'Object Styles' // MISSING
@ -574,25 +575,25 @@ CKEDITOR.lang['mn'] =
format :
{
label : 'Формат',
panelTitle : 'Формат',
label : 'Параргафын загвар',
panelTitle : 'Параргафын загвар',
tag_p : 'Хэвийн',
tag_pre : 'Formatted',
tag_address : 'Хаяг',
tag_h1 : 'Heading 1',
tag_h2 : 'Heading 2',
tag_h3 : 'Heading 3',
tag_h4 : 'Heading 4',
tag_h5 : 'Heading 5',
tag_h6 : 'Heading 6',
tag_h1 : 'Гарчиг 1',
tag_h2 : 'Гарчиг 2',
tag_h3 : 'Гарчиг 3',
tag_h4 : 'Гарчиг 4',
tag_h5 : 'Гарчиг 5',
tag_h6 : 'Гарчиг 6',
tag_div : 'Paragraph (DIV)'
},
div :
{
title : 'Create Div Container', // MISSING
toolbar : 'Create Div Container', // MISSING
title : 'Div гэдэг хэсэг бий болгох',
toolbar : 'Div гэдэг хэсэг бий болгох',
cssClassInputLabel : 'Stylesheet Classes', // MISSING
styleSelectLabel : 'Style', // MISSING
IdInputLabel : 'Id', // MISSING
@ -600,8 +601,8 @@ CKEDITOR.lang['mn'] =
inlineStyleInputLabel : 'Inline Style', // MISSING
advisoryTitleInputLabel : 'Advisory Title', // MISSING
langDirLabel : 'Language Direction', // MISSING
langDirLTRLabel : 'Left to Right (LTR)', // MISSING
langDirRTLLabel : 'Right to Left (RTL)', // MISSING
langDirLTRLabel : 'Зүүн талаас баруун тишээ (LTR)',
langDirRTLLabel : 'Баруун талаас зүүн тишээ (RTL)',
edit : 'Edit Div', // MISSING
remove : 'Remove Div' // MISSING
},
@ -617,31 +618,31 @@ CKEDITOR.lang['mn'] =
font :
{
label : 'Фонт',
voiceLabel : 'Font', // MISSING
panelTitle : 'Фонт'
label : 'Үсгийн хэлбэр',
voiceLabel : 'Үгсийн хэлбэр',
panelTitle : 'Үгсийн хэлбэрийн нэр'
},
fontSize :
{
label : 'Хэмжээ',
voiceLabel : 'Font Size', // MISSING
panelTitle : 'Хэмжээ'
voiceLabel : 'Үсгийн хэмжээ',
panelTitle : 'Үсгийн хэмжээ'
},
colorButton :
{
textColorTitle : 'Фонтны өнгө',
bgColorTitle : 'Фонны өнгө',
panelTitle : 'Colors', // MISSING
textColorTitle : 'Бичвэрийн өнгө',
bgColorTitle : 'Дэвсгэр өнгө',
panelTitle : 'Өнгөнүүд',
auto : 'Автоматаар',
more : 'Нэмэлт өнгөнүүд...'
},
colors :
{
'000' : 'Black', // MISSING
'800000' : 'Maroon', // MISSING
'000' : 'Хар',
'800000' : 'Хүрэн',
'8B4513' : 'Saddle Brown', // MISSING
'2F4F4F' : 'Dark Slate Gray', // MISSING
'008080' : 'Teal', // MISSING
@ -655,23 +656,23 @@ CKEDITOR.lang['mn'] =
'40E0D0' : 'Turquoise', // MISSING
'0000CD' : 'Medium Blue', // MISSING
'800080' : 'Purple', // MISSING
'808080' : 'Gray', // MISSING
'F00' : 'Red', // MISSING
'808080' : 'Саарал',
'F00' : 'Улаан',
'FF8C00' : 'Dark Orange', // MISSING
'FFD700' : 'Gold', // MISSING
'008000' : 'Green', // MISSING
'0FF' : 'Cyan', // MISSING
'00F' : 'Blue', // MISSING
'EE82EE' : 'Violet', // MISSING
'FFD700' : 'Алт',
'008000' : 'Ногоон',
'0FF' : 'Цэнхэр',
'00F' : 'Хөх',
'EE82EE' : 'Ягаан',
'A9A9A9' : 'Dim Gray', // MISSING
'FFA07A' : 'Light Salmon', // MISSING
'FFA500' : 'Orange', // MISSING
'FFFF00' : 'Yellow', // MISSING
'FFA500' : 'Улбар шар',
'FFFF00' : 'Шар',
'00FF00' : 'Lime', // MISSING
'AFEEEE' : 'Pale Turquoise', // MISSING
'ADD8E6' : 'Light Blue', // MISSING
'DDA0DD' : 'Plum', // MISSING
'D3D3D3' : 'Light Grey', // MISSING
'D3D3D3' : 'Цайвар саарал',
'FFF0F5' : 'Lavender Blush', // MISSING
'FAEBD7' : 'Antique White', // MISSING
'FFFFE0' : 'Light Yellow', // MISSING
@ -679,7 +680,7 @@ CKEDITOR.lang['mn'] =
'F0FFFF' : 'Azure', // MISSING
'F0F8FF' : 'Alice Blue', // MISSING
'E6E6FA' : 'Lavender', // MISSING
'FFF' : 'White' // MISSING
'FFF' : 'Цагаан'
},
scayt :
@ -690,28 +691,28 @@ CKEDITOR.lang['mn'] =
disable : 'Disable SCAYT', // MISSING
about : 'About SCAYT', // MISSING
toggle : 'Toggle SCAYT', // MISSING
options : 'Options', // MISSING
langs : 'Languages', // MISSING
options : 'Сонголт',
langs : 'Хэлүүд',
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
noSuggestions : 'No suggestions', // MISSING
optionsTab : 'Сонголт',
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING
mixedCase : 'Ignore Words with Mixed Case', // MISSING
mixedWithDigits : 'Ignore Words with Numbers', // MISSING
languagesTab : 'Languages', // MISSING
languagesTab : 'Хэлүүд',
dictionariesTab : 'Dictionaries', // MISSING
dictionariesTab : 'Толь бичгүүд',
dic_field_name : 'Dictionary name', // MISSING
dic_create : 'Create', // MISSING
dic_create : 'Бий болгох',
dic_restore : 'Restore', // MISSING
dic_delete : 'Delete', // MISSING
dic_rename : 'Rename', // MISSING
dic_delete : 'Устгах',
dic_rename : 'Нэрийг солих',
dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
aboutTab : 'About' // MISSING
@ -727,12 +728,12 @@ CKEDITOR.lang['mn'] =
copy : 'Copyright &copy; $1. All rights reserved.' // MISSING
},
maximize : 'Maximize', // MISSING
minimize : 'Minimize', // MISSING
maximize : 'Дэлгэц дүүргэх',
minimize : 'Цонхыг багсгаж харуулах',
fakeobjects :
{
anchor : 'Anchor', // MISSING
anchor : 'Зангуу',
flash : 'Flash Animation', // MISSING
iframe : 'IFrame', // MISSING
hiddenfield : 'Hidden Field', // MISSING
@ -761,17 +762,17 @@ CKEDITOR.lang['mn'] =
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
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 :
@ -780,7 +781,7 @@ CKEDITOR.lang['mn'] =
title : 'Баримт бичиг шинж чанар',
design : 'Design', // MISSING
meta : 'Meta өгөгдөл',
chooseColor : 'Choose', // MISSING
chooseColor : 'Сонгох',
other : '<other>',
docTitle : 'Хуудасны гарчиг',
charset : 'Encoding тэмдэгт',
@ -797,7 +798,7 @@ CKEDITOR.lang['mn'] =
charsetWE : 'Баруун европ',
docType : 'Баримт бичгийн төрөл Heading',
docTypeOther : 'Бусад баримт бичгийн төрөл Heading',
xhtmlDec : 'XHTML агуулж зарлах',
xhtmlDec : 'XHTML-ийн мэдээллийг агуулах',
bgColor : 'Фоно өнгө',
bgImage : 'Фоно зурагны URL',
bgFixed : 'Гүйдэггүй фоно',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['ms'] =
alignTop : 'Atas',
alignMiddle : 'Pertengahan',
alignBottom : 'Bawah',
invalidValue : 'Invalid value.', // 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
@ -697,7 +698,7 @@ CKEDITOR.lang['ms'] =
ignoreAll : 'Ignore All', // MISSING
addWord : 'Add Word', // MISSING
emptyDic : 'Dictionary name should not be empty.', // MISSING
noSuggestions : 'Tiada cadangan',
optionsTab : 'Options', // MISSING
allCaps : 'Ignore All-Caps Words', // MISSING
ignoreDomainNames : 'Ignore Domain Names', // MISSING

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['nb'] =
alignTop : 'Topp',
alignMiddle : 'Midten',
alignBottom : 'Bunn',
invalidValue : 'Ugyldig verdi.',
invalidHeight : 'Høyde må være et tall.',
invalidWidth : 'Bredde må være et tall.',
invalidCssLength : 'Den angitte verdien for feltet "%1" må være et positivt tall med eller uten en gyldig CSS-målingsenhet (px, %, in, cm, mm, em, ex, pt, eller pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['nb'] =
ignoreAll : 'Ignorer Alle',
addWord : 'Legg til ord',
emptyDic : 'Ordboknavn bør ikke være tom.',
noSuggestions : 'Ingen forslag',
optionsTab : 'Valg',
allCaps : 'Ikke kontroller ord med kun store bokstaver',
ignoreDomainNames : 'Ikke kontroller domenenavn',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['nl'] =
alignTop : 'Boven',
alignMiddle : 'Midden',
alignBottom : 'Onder',
invalidValue : 'Invalid value.', // MISSING
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).',
@ -697,7 +698,7 @@ CKEDITOR.lang['nl'] =
ignoreAll : 'Alles negeren',
addWord : 'Woord toevoegen',
emptyDic : 'De naam van het woordenboek mag niet leeg zijn.',
noSuggestions : 'Geen suggesties',
optionsTab : 'Opties',
allCaps : 'Negeer woorden helemaal in hoofdletters',
ignoreDomainNames : 'Negeer domeinnamen',

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -120,6 +120,7 @@ CKEDITOR.lang['no'] =
alignTop : 'Topp',
alignMiddle : 'Midten',
alignBottom : 'Bunn',
invalidValue : 'Ugyldig verdi.',
invalidHeight : 'Høyde må være et tall.',
invalidWidth : 'Bredde må være et tall.',
invalidCssLength : 'Den angitte verdien for feltet "%1" må være et positivt tall med eller uten en gyldig CSS-målingsenhet (px, %, in, cm, mm, em, ex, pt, eller pc).',
@ -697,7 +698,7 @@ CKEDITOR.lang['no'] =
ignoreAll : 'Ignorer Alle',
addWord : 'Legg til ord',
emptyDic : 'Ordboknavn bør ikke være tom.',
noSuggestions : 'Ingen forslag',
optionsTab : 'Valg',
allCaps : 'Ikke kontroller ord med kun store bokstaver',
ignoreDomainNames : 'Ikke kontroller domenenavn',

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