mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
* API/CKEditor: Version update to 3.6.6
This commit is contained in:
parent
dc5fabfcb4
commit
0bfa06c6b3
@ -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 <tbody> 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 <source> 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 © 2003-2012, <a href="http://cksource.com/">CKSource</a> - Frederico
|
||||
Copyright © 2003-2013, <a href="http://cksource.com/">CKSource</a> - Frederico
|
||||
Knabben. All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
|
@ -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 © 2003-2012, <a href="http://cksource.com/">CKSource</a> - Frederico
|
||||
Copyright © 2003-2013, <a href="http://cksource.com/">CKSource</a> - Frederico
|
||||
Knabben. All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
|
@ -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™</strong> - The text editor for Internet™ - <a href="http://ckeditor.com">
|
||||
http://ckeditor.com</a><br />
|
||||
Copyright © 2003-2012, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
|
||||
Copyright © 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:
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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 };
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -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 )
|
||||
{
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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 ]*(?: |\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 ]*(?: |\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 ]*(?: |\xa0)$/;
|
||||
|
||||
function nextDFS( node, childOnly )
|
||||
{
|
||||
var next;
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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 );
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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 )
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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() );
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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 )
|
||||
{
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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( /"/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;
|
||||
}
|
||||
|
||||
};
|
||||
})();
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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',
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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 :
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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
|
||||
|
@ -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 : 'عبور از نامهای دامنه',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
@ -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
|
||||
|
@ -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 : 'ડોમેન નામ છોડી દો.',
|
||||
|
@ -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 : 'התעלם משמות מתחם',
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
@ -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 : 'ドメイン名を無視',
|
||||
|
@ -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 : 'დომენური სახელების უგულებელყოფა',
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
816
phpgwapi/js/ckeditor3/_source/lang/ku.js
Normal file
816
phpgwapi/js/ckeditor3/_source/lang/ku.js
Normal 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 : 'مافی لهبهرگرتنهوهی © $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>'
|
||||
}
|
||||
};
|
@ -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',
|
||||
|
@ -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 © $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 © $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>'
|
||||
}
|
||||
};
|
||||
|
@ -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
|
||||
|
@ -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 © $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 : 'Гүйдэггүй фоно',
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user