From 059b4c2fef02528bf1af189f7996e80652faddfb Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 4 Nov 2010 01:29:18 -0400 Subject: [PATCH] vanilla ckeditor-3.2 --- CHANGES.html | 23 ++ _source/core/ckeditor_base.js | 4 +- _source/core/ckeditor_basic.js | 2 +- _source/core/config.js | 2 +- _source/core/dom/element.js | 12 +- _source/core/dom/node.js | 11 + _source/core/editor.js | 2 + _source/core/focusmanager.js | 4 +- _source/core/plugins.js | 6 +- _source/core/resourcemanager.js | 8 +- _source/core/tools.js | 10 + _source/lang/_translationstatus.txt | 114 +++--- _source/lang/af.js | 312 +++++++------- _source/lang/ar.js | 310 +++++++------- _source/lang/bg.js | 312 +++++++------- _source/lang/bn.js | 312 +++++++------- _source/lang/bs.js | 312 +++++++------- _source/lang/ca.js | 310 +++++++------- _source/lang/cs.js | 310 +++++++------- _source/lang/cy.js | 310 +++++++------- _source/lang/da.js | 310 +++++++------- _source/lang/de.js | 310 +++++++------- _source/lang/el.js | 312 +++++++------- _source/lang/en-au.js | 312 +++++++------- _source/lang/en-ca.js | 312 +++++++------- _source/lang/en-gb.js | 312 +++++++------- _source/lang/en.js | 312 +++++++------- _source/lang/eo.js | 312 +++++++------- _source/lang/es.js | 310 +++++++------- _source/lang/et.js | 310 +++++++------- _source/lang/eu.js | 310 +++++++------- _source/lang/fa.js | 310 +++++++------- _source/lang/fi.js | 310 +++++++------- _source/lang/fo.js | 310 +++++++------- _source/lang/fr-ca.js | 310 +++++++------- _source/lang/fr.js | 310 +++++++------- _source/lang/gl.js | 312 +++++++------- _source/lang/gu.js | 310 +++++++------- _source/lang/he.js | 310 +++++++------- _source/lang/hi.js | 310 +++++++------- _source/lang/hr.js | 310 +++++++------- _source/lang/hu.js | 310 +++++++------- _source/lang/is.js | 310 +++++++------- _source/lang/it.js | 310 +++++++------- _source/lang/ja.js | 310 +++++++------- _source/lang/km.js | 312 +++++++------- _source/lang/ko.js | 312 +++++++------- _source/lang/lt.js | 310 +++++++------- _source/lang/lv.js | 312 +++++++------- _source/lang/mn.js | 310 +++++++------- _source/lang/ms.js | 312 +++++++------- _source/lang/nb.js | 310 +++++++------- _source/lang/nl.js | 310 +++++++------- _source/lang/no.js | 310 +++++++------- _source/lang/pl.js | 310 +++++++------- _source/lang/pt-br.js | 310 +++++++------- _source/lang/pt.js | 312 +++++++------- _source/lang/ro.js | 310 +++++++------- _source/lang/ru.js | 310 +++++++------- _source/lang/sk.js | 310 +++++++------- _source/lang/sl.js | 310 +++++++------- _source/lang/sr-latn.js | 312 +++++++------- _source/lang/sr.js | 312 +++++++------- _source/lang/sv.js | 312 +++++++------- _source/lang/th.js | 312 +++++++------- _source/lang/tr.js | 310 +++++++------- _source/lang/uk.js | 310 +++++++------- _source/lang/vi.js | 310 +++++++------- _source/lang/zh-cn.js | 310 +++++++------- _source/lang/zh.js | 310 +++++++------- _source/plugins/a11yhelp/dialogs/a11yhelp.js | 211 ++++++++++ _source/plugins/a11yhelp/lang/en.js | 108 +++++ _source/plugins/a11yhelp/plugin.js | 46 +++ _source/plugins/about/plugin.js | 2 +- _source/plugins/button/plugin.js | 32 +- _source/plugins/clipboard/dialogs/paste.js | 165 ++++---- _source/plugins/colorbutton/plugin.js | 24 +- _source/plugins/contextmenu/plugin.js | 37 +- _source/plugins/dialog/plugin.js | 159 +++++-- _source/plugins/dialogui/plugin.js | 138 +++++-- _source/plugins/div/dialogs/div.js | 109 ++++- _source/plugins/div/plugin.js | 2 +- _source/plugins/editingblock/plugin.js | 19 - _source/plugins/elementspath/plugin.js | 13 +- _source/plugins/find/dialogs/find.js | 12 +- _source/plugins/flash/dialogs/flash.js | 88 ++-- _source/plugins/floatpanel/plugin.js | 36 +- _source/plugins/font/plugin.js | 6 +- _source/plugins/format/plugin.js | 6 +- _source/plugins/forms/dialogs/form.js | 12 +- _source/plugins/htmldataprocessor/plugin.js | 5 + _source/plugins/image/dialogs/image.js | 64 ++- _source/plugins/keystrokes/plugin.js | 3 +- _source/plugins/link/dialogs/anchor.js | 1 + _source/plugins/link/dialogs/link.js | 433 ++++++++++---------- _source/plugins/listblock/plugin.js | 43 +- _source/plugins/maximize/plugin.js | 2 +- _source/plugins/menu/plugin.js | 63 ++- _source/plugins/panel/plugin.js | 63 ++- _source/plugins/panelbutton/plugin.js | 11 +- _source/plugins/pastetext/dialogs/pastetext.js | 9 + _source/plugins/richcombo/plugin.js | 22 +- _source/plugins/smiley/dialogs/smiley.js | 45 +- _source/plugins/smiley/plugin.js | 34 +- _source/plugins/sourcearea/plugin.js | 6 +- _source/plugins/specialchar/dialogs/specialchar.js | 137 ++++--- _source/plugins/styles/plugin.js | 10 + _source/plugins/stylescombo/plugin.js | 56 +-- _source/plugins/stylescombo/styles/default.js | 2 +- _source/plugins/tab/plugin.js | 77 ++-- _source/plugins/table/dialogs/table.js | 32 +- _source/plugins/tabletools/dialogs/tableCell.js | 28 +- _source/plugins/templates/dialogs/templates.js | 227 +++++----- _source/plugins/toolbar/plugin.js | 83 +++- _source/plugins/wysiwygarea/plugin.js | 123 +++--- _source/skins/kama/dialog.css | 69 +++- _source/skins/kama/elementspath.css | 5 + _source/skins/kama/mainui.css | 20 + _source/skins/kama/menu.css | 14 + _source/skins/kama/panel.css | 17 +- _source/skins/kama/richcombo.css | 14 +- _source/skins/kama/templates.css | 23 +- _source/skins/kama/toolbar.css | 22 +- _source/skins/office2003/dialog.css | 80 +++- _source/skins/office2003/elementspath.css | 5 + _source/skins/office2003/mainui.css | 20 + _source/skins/office2003/menu.css | 14 + _source/skins/office2003/panel.css | 15 +- _source/skins/office2003/richcombo.css | 10 + _source/skins/office2003/templates.css | 12 +- _source/skins/office2003/toolbar.css | 13 + _source/skins/v2/dialog.css | 87 +++- _source/skins/v2/elementspath.css | 5 + _source/skins/v2/mainui.css | 20 + _source/skins/v2/menu.css | 14 + _source/skins/v2/panel.css | 15 +- _source/skins/v2/richcombo.css | 10 + _source/skins/v2/templates.css | 12 +- _source/skins/v2/toolbar.css | 13 + _source/themes/default/theme.js | 48 +-- ckeditor.js | 206 +++++----- ckeditor.pack | 2 + ckeditor_basic.js | 2 +- ckeditor_basic_source.js | 2 +- ckeditor_php4.php | 2 +- ckeditor_php5.php | 2 +- ckeditor_source.js | 2 +- lang/_translationstatus.txt | 114 +++--- lang/af.js | 2 +- lang/ar.js | 2 +- lang/bg.js | 2 +- lang/bn.js | 2 +- lang/bs.js | 2 +- lang/ca.js | 2 +- lang/cs.js | 2 +- lang/cy.js | 2 +- lang/da.js | 2 +- lang/de.js | 2 +- lang/el.js | 2 +- lang/en-au.js | 2 +- lang/en-ca.js | 2 +- lang/en-gb.js | 2 +- lang/en.js | 2 +- lang/eo.js | 2 +- lang/es.js | 2 +- lang/et.js | 2 +- lang/eu.js | 2 +- lang/fa.js | 2 +- lang/fi.js | 2 +- lang/fo.js | 2 +- lang/fr-ca.js | 2 +- lang/fr.js | 2 +- lang/gl.js | 2 +- lang/gu.js | 2 +- lang/he.js | 2 +- lang/hi.js | 2 +- lang/hr.js | 2 +- lang/hu.js | 2 +- lang/is.js | 2 +- lang/it.js | 2 +- lang/ja.js | 2 +- lang/km.js | 2 +- lang/ko.js | 2 +- lang/lt.js | 2 +- lang/lv.js | 2 +- lang/mn.js | 2 +- lang/ms.js | 2 +- lang/nb.js | 2 +- lang/nl.js | 2 +- lang/no.js | 2 +- lang/pl.js | 2 +- lang/pt-br.js | 2 +- lang/pt.js | 2 +- lang/ro.js | 2 +- lang/ru.js | 2 +- lang/sk.js | 2 +- lang/sl.js | 2 +- lang/sr-latn.js | 2 +- lang/sr.js | 2 +- lang/sv.js | 2 +- lang/th.js | 2 +- lang/tr.js | 2 +- lang/uk.js | 2 +- lang/vi.js | 2 +- lang/zh-cn.js | 2 +- lang/zh.js | 2 +- plugins/a11yhelp/dialogs/a11yhelp.js | 7 + plugins/a11yhelp/lang/en.js | 6 + plugins/clipboard/dialogs/paste.js | 4 +- plugins/div/dialogs/div.js | 4 +- plugins/find/dialogs/find.js | 2 +- plugins/flash/dialogs/flash.js | 6 +- plugins/forms/dialogs/form.js | 2 +- plugins/image/dialogs/image.js | 14 +- plugins/link/dialogs/anchor.js | 2 +- plugins/link/dialogs/link.js | 8 +- plugins/pastetext/dialogs/pastetext.js | 2 +- plugins/smiley/dialogs/smiley.js | 4 +- plugins/specialchar/dialogs/specialchar.js | 4 +- plugins/stylescombo/styles/default.js | 2 +- plugins/table/dialogs/table.js | 5 +- plugins/tabletools/dialogs/tableCell.js | 6 +- plugins/templates/dialogs/templates.js | 3 +- skins/kama/dialog.css | 8 +- skins/kama/editor.css | 14 +- skins/kama/templates.css | 2 +- skins/office2003/dialog.css | 5 +- skins/office2003/editor.css | 16 +- skins/office2003/templates.css | 2 +- skins/v2/dialog.css | 6 +- skins/v2/editor.css | 14 +- skins/v2/templates.css | 2 +- themes/default/theme.js | 5 +- 233 files changed, 11898 insertions(+), 10304 deletions(-) create mode 100644 _source/plugins/a11yhelp/dialogs/a11yhelp.js create mode 100644 _source/plugins/a11yhelp/lang/en.js create mode 100644 _source/plugins/a11yhelp/plugin.js create mode 100644 plugins/a11yhelp/dialogs/a11yhelp.js create mode 100644 plugins/a11yhelp/lang/en.js diff --git a/CHANGES.html b/CHANGES.html index ad47005..9b763b0 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -35,6 +35,29 @@ For licensing, see LICENSE.html or http://ckeditor.com/license CKEditor Changelog

+ CKEditor 3.2

+

+ New features:

+ +

+ Fixed issues:

+ +

CKEditor 3.1.1

New features:

diff --git a/_source/core/ckeditor_base.js b/_source/core/ckeditor_base.js index 1e42cc7..e32ec34 100644 --- a/_source/core/ckeditor_base.js +++ b/_source/core/ckeditor_base.js @@ -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.1.1',rev:'5205',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f=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.2',rev:'5205',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f=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 ) * @example * alert( CKEDITOR.version ); // e.g. 'CKEditor 3.0 Beta' */ - version : '3.1.1', + version : '3.2', /** * Contains the CKEditor revision number. diff --git a/_source/core/ckeditor_basic.js b/_source/core/ckeditor_basic.js index 4a9383b..177d7c5 100644 --- a/_source/core/ckeditor_basic.js +++ b/_source/core/ckeditor_basic.js @@ -136,7 +136,7 @@ if ( CKEDITOR.status == 'unloaded' ) return createInstance( elementOrId, config, CKEDITOR.editor.appendTo ); }; - /* + /** * @ignore * Documented at ckeditor.js. */ diff --git a/_source/core/config.js b/_source/core/config.js index cd71ffe..d83e0e3 100644 --- a/_source/core/config.js +++ b/_source/core/config.js @@ -217,7 +217,7 @@ CKEDITOR.config = * @type String * @example */ - plugins : 'about,basicstyles,blockquote,button,clipboard,colorbutton,colordialog,contextmenu,div,elementspath,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,htmldataprocessor,image,indent,justify,keystrokes,link,list,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,scayt,smiley,showblocks,showborders,sourcearea,stylescombo,table,tabletools,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc', + plugins : 'about,a11yhelp,basicstyles,blockquote,button,clipboard,colorbutton,colordialog,contextmenu,div,elementspath,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,htmldataprocessor,image,indent,justify,keystrokes,link,list,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,scayt,smiley,showblocks,showborders,sourcearea,stylescombo,table,tabletools,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc', /** * List of additional plugins to be loaded. This is a tool setting which diff --git a/_source/core/dom/element.js b/_source/core/dom/element.js index 512397e..ead6581 100644 --- a/_source/core/dom/element.js +++ b/_source/core/dom/element.js @@ -991,8 +991,16 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype, removeAttributes : function ( attributes ) { - for ( var i = 0 ; i < attributes.length ; i++ ) - this.removeAttribute( attributes[ i ] ); + if ( CKEDITOR.tools.isArray( attributes ) ) + { + for ( var i = 0 ; i < attributes.length ; i++ ) + this.removeAttribute( attributes[ i ] ); + } + else + { + for ( var attr in attributes ) + attributes.hasOwnProperty( attr ) && this.removeAttribute( attr ); + } }, /** diff --git a/_source/core/dom/node.js b/_source/core/dom/node.js index a4188dc..2ae3a13 100644 --- a/_source/core/dom/node.js +++ b/_source/core/dom/node.js @@ -25,6 +25,10 @@ CKEDITOR.dom.node = function( domNode ) { switch ( domNode.nodeType ) { + // Safari don't consider document as element node type. (#3389) + case CKEDITOR.NODE_DOCUMENT : + return new CKEDITOR.dom.document( domNode ); + case CKEDITOR.NODE_ELEMENT : return new CKEDITOR.dom.element( domNode ); @@ -49,6 +53,13 @@ CKEDITOR.dom.node.prototype = new CKEDITOR.dom.domObject(); CKEDITOR.NODE_ELEMENT = 1; /** + * Document node type. + * @constant + * @example + */ +CKEDITOR.NODE_DOCUMENT = 9; + +/** * Text node type. * @constant * @example diff --git a/_source/core/editor.js b/_source/core/editor.js index 5a80fe8..7168ad0 100644 --- a/_source/core/editor.js +++ b/_source/core/editor.js @@ -122,6 +122,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license editor.skinPath = skinPath; editor.skinClass = 'cke_skin_' + skinName; + editor.tabIndex = editor.config.tabIndex || editor.element.getAttribute( 'tabindex' ) || 0; + // Fire the "configLoaded" event. editor.fireOnce( 'configLoaded' ); diff --git a/_source/core/focusmanager.js b/_source/core/focusmanager.js index 749de6d..933c3cf 100644 --- a/_source/core/focusmanager.js +++ b/_source/core/focusmanager.js @@ -68,7 +68,7 @@ CKEDITOR.focusManager.prototype = var editor = this._.editor; - editor.container.getFirst().addClass( 'cke_focus' ); + editor.container.getChild( 1 ).addClass( 'cke_focus' ); this.hasFocus = true; editor.fire( 'focus' ); @@ -114,7 +114,7 @@ CKEDITOR.focusManager.prototype = { var editor = this._.editor; - editor.container.getFirst().removeClass( 'cke_focus' ); + editor.container.getChild( 1 ).removeClass( 'cke_focus' ); this.hasFocus = false; editor.fire( 'blur' ); diff --git a/_source/core/plugins.js b/_source/core/plugins.js index 5f549cb..77f04a4 100644 --- a/_source/core/plugins.js +++ b/_source/core/plugins.js @@ -78,6 +78,8 @@ CKEDITOR.plugins.load = CKEDITOR.tools.override( CKEDITOR.plugins.load, function CKEDITOR.plugins.setLang = function( pluginName, languageCode, languageEntries ) { - var plugin = this.get( pluginName ); - plugin.lang[ languageCode ] = languageEntries; + var plugin = this.get( pluginName ), + pluginLang = plugin.lang || ( plugin.lang = {} ); + + pluginLang[ languageCode ] = languageEntries; }; diff --git a/_source/core/resourcemanager.js b/_source/core/resourcemanager.js index fd3bbda..a38433e 100644 --- a/_source/core/resourcemanager.js +++ b/_source/core/resourcemanager.js @@ -127,7 +127,7 @@ CKEDITOR.resourceManager.prototype = var external = this.externals[ name ]; return CKEDITOR.getUrl( this.getPath( name ) + - ( ( external && external.file ) || ( this.fileName + '.js' ) ) ); + ( ( external && ( typeof external.file == 'string' ) ) ? external.file : this.fileName + '.js' ) ); }, /** @@ -136,13 +136,17 @@ CKEDITOR.resourceManager.prototype = * @param {String} names The resource names, separated by commas. * @param {String} path The path of the folder containing the resource. * @param {String} [fileName] The resource file name. If not provided, the - * default name is used. + * default name is used; If provided with a empty string, will implicitly indicates that {@param path} + * is already the full path. * @example * // Loads a plugin from '/myplugin/samples/plugin.js'. * CKEDITOR.plugins.addExternal( 'sample', '/myplugins/sample/' ); * @example * // Loads a plugin from '/myplugin/samples/my_plugin.js'. * CKEDITOR.plugins.addExternal( 'sample', '/myplugins/sample/', 'my_plugin.js' ); + * @example + * // Loads a plugin from '/myplugin/samples/my_plugin.js'. + * CKEDITOR.plugins.addExternal( 'sample', '/myplugins/sample/my_plugin.js', '' ); */ addExternal : function( names, path, fileName ) { diff --git a/_source/core/tools.js b/_source/core/tools.js index 6fb417b..0fd703f 100644 --- a/_source/core/tools.js +++ b/_source/core/tools.js @@ -619,6 +619,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license }, /** + * Removes the function reference created with {@see CKEDITOR.tools.addFunction}. + * @param {Number} ref The function reference created with + * CKEDITOR.tools.addFunction. + */ + removeFunction : function( ref ) + { + functions[ ref ] = null; + }, + + /** * Executes a function based on the reference created with * CKEDITOR.tools.addFunction. * @param {Number} ref The function reference created with diff --git a/_source/lang/_translationstatus.txt b/_source/lang/_translationstatus.txt index a9c89c1..fbca9ad 100644 --- a/_source/lang/_translationstatus.txt +++ b/_source/lang/_translationstatus.txt @@ -1,60 +1,60 @@ Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -af.js Found: 302 Missing: 187 -ar.js Found: 473 Missing: 16 -bg.js Found: 295 Missing: 194 -bn.js Found: 297 Missing: 192 -bs.js Found: 203 Missing: 286 -ca.js Found: 426 Missing: 63 -cs.js Found: 433 Missing: 56 -cy.js Found: 474 Missing: 15 -da.js Found: 426 Missing: 63 -de.js Found: 466 Missing: 23 -el.js Found: 301 Missing: 188 -en-au.js Found: 385 Missing: 104 -en-ca.js Found: 385 Missing: 104 -en-gb.js Found: 385 Missing: 104 -eo.js Found: 275 Missing: 214 -es.js Found: 489 Missing: 0 -et.js Found: 316 Missing: 173 -eu.js Found: 426 Missing: 63 -fa.js Found: 317 Missing: 172 -fi.js Found: 489 Missing: 0 -fo.js Found: 316 Missing: 173 -fr-ca.js Found: 317 Missing: 172 -fr.js Found: 425 Missing: 64 -gl.js Found: 298 Missing: 191 -gu.js Found: 316 Missing: 173 -he.js Found: 489 Missing: 0 -hi.js Found: 317 Missing: 172 -hr.js Found: 426 Missing: 63 -hu.js Found: 316 Missing: 173 -is.js Found: 322 Missing: 167 -it.js Found: 425 Missing: 64 -ja.js Found: 435 Missing: 54 -km.js Found: 291 Missing: 198 -ko.js Found: 308 Missing: 181 -lt.js Found: 321 Missing: 168 -lv.js Found: 298 Missing: 191 -mn.js Found: 316 Missing: 173 -ms.js Found: 280 Missing: 209 -nb.js Found: 432 Missing: 57 -nl.js Found: 489 Missing: 0 -no.js Found: 432 Missing: 57 -pl.js Found: 433 Missing: 56 -pt-br.js Found: 425 Missing: 64 -pt.js Found: 297 Missing: 192 -ro.js Found: 316 Missing: 173 -ru.js Found: 489 Missing: 0 -sk.js Found: 317 Missing: 172 -sl.js Found: 432 Missing: 57 -sr-latn.js Found: 291 Missing: 198 -sr.js Found: 291 Missing: 198 -sv.js Found: 314 Missing: 175 -th.js Found: 302 Missing: 187 -tr.js Found: 322 Missing: 167 -uk.js Found: 426 Missing: 63 -vi.js Found: 426 Missing: 63 -zh-cn.js Found: 426 Missing: 63 -zh.js Found: 426 Missing: 63 +af.js Found: 286 Missing: 203 +ar.js Found: 450 Missing: 39 +bg.js Found: 279 Missing: 210 +bn.js Found: 281 Missing: 208 +bs.js Found: 187 Missing: 302 +ca.js Found: 403 Missing: 86 +cs.js Found: 410 Missing: 79 +cy.js Found: 451 Missing: 38 +da.js Found: 403 Missing: 86 +de.js Found: 443 Missing: 46 +el.js Found: 285 Missing: 204 +en-au.js Found: 368 Missing: 121 +en-ca.js Found: 368 Missing: 121 +en-gb.js Found: 369 Missing: 120 +eo.js Found: 259 Missing: 230 +es.js Found: 466 Missing: 23 +et.js Found: 300 Missing: 189 +eu.js Found: 403 Missing: 86 +fa.js Found: 301 Missing: 188 +fi.js Found: 466 Missing: 23 +fo.js Found: 300 Missing: 189 +fr-ca.js Found: 301 Missing: 188 +fr.js Found: 402 Missing: 87 +gl.js Found: 282 Missing: 207 +gu.js Found: 300 Missing: 189 +he.js Found: 466 Missing: 23 +hi.js Found: 301 Missing: 188 +hr.js Found: 403 Missing: 86 +hu.js Found: 300 Missing: 189 +is.js Found: 306 Missing: 183 +it.js Found: 403 Missing: 86 +ja.js Found: 412 Missing: 77 +km.js Found: 275 Missing: 214 +ko.js Found: 292 Missing: 197 +lt.js Found: 305 Missing: 184 +lv.js Found: 282 Missing: 207 +mn.js Found: 300 Missing: 189 +ms.js Found: 264 Missing: 225 +nb.js Found: 409 Missing: 80 +nl.js Found: 466 Missing: 23 +no.js Found: 409 Missing: 80 +pl.js Found: 410 Missing: 79 +pt-br.js Found: 402 Missing: 87 +pt.js Found: 281 Missing: 208 +ro.js Found: 300 Missing: 189 +ru.js Found: 466 Missing: 23 +sk.js Found: 301 Missing: 188 +sl.js Found: 409 Missing: 80 +sr-latn.js Found: 275 Missing: 214 +sr.js Found: 275 Missing: 214 +sv.js Found: 298 Missing: 191 +th.js Found: 286 Missing: 203 +tr.js Found: 306 Missing: 183 +uk.js Found: 403 Missing: 86 +vi.js Found: 403 Missing: 86 +zh-cn.js Found: 403 Missing: 86 +zh.js Found: 403 Missing: 86 diff --git a/_source/lang/af.js b/_source/lang/af.js index e1f347f..345cdf7 100644 --- a/_source/lang/af.js +++ b/_source/lang/af.js @@ -31,7 +31,11 @@ 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 + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Source', @@ -68,12 +72,12 @@ CKEDITOR.lang['af'] = flash : 'Flash', form : 'Form', checkbox : 'HakBox', - radio : 'PuntBox', + radio : 'PuntBox', textField : 'Byvoegbare karakter strook', textarea : 'Byvoegbare karakter area', hiddenField : 'Blinde strook', button : 'Knop', - select : 'Opklapbare keuse strook', + select : 'Opklapbare keuse strook', imageButton : 'Beeld knop', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['af'] = cssStyle : 'Styl', ok : 'OK', cancel : 'Kanseleer', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : 'Ingewikkeld', - validateNumberFailed : 'This value is not a number.', // MISSING + validateNumberFailed : 'This value is not a number.', // MISSING confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['af'] = upload : 'Oplaai', advanced : 'Ingewikkeld', type : 'Skakel soort', + toUrl : 'URL', // MISSING toAnchor : 'Skakel na plekhouers in text', toEmail : 'E-Mail', - target : 'Mikpunt', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Nuwe Venster (_blank)', - targetTop : 'Boonste Venster (_top)', - targetSelf : 'Selfde Venster (_self)', - targetParent : 'Vorige Venster (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Mikpunt Venster Naam', targetPopupName : 'Popup Venster Naam', popupFeatures : 'Popup Venster Geaartheid', popupResizable : 'Resizable', // MISSING popupStatusBar : 'Status Balk', - popupLocationBar : 'Adres Balk', + popupLocationBar: 'Adres Balk', popupToolbar : 'Gereedskap Balk', popupMenuBar : 'Menu Balk', popupFullScreen : 'Voll Skerm (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['af'] = popupTop : 'Bo Posisie', id : 'Id', // MISSING langDir : 'Taal rigting', - langDirNotSet : '', langDirLTR : 'Links na regs (LTR)', langDirRTL : 'Regs na links (RTL)', acccessKey : 'Toegang sleutel', @@ -203,13 +209,13 @@ CKEDITOR.lang['af'] = columns : 'Kolome', border : 'Kant groote', align : 'Parideering', - alignNotSet : '', alignLeft : 'Links', alignCenter : 'Middel', alignRight : 'Regs', width : 'Weite', widthPx : 'pixels', widthPc : 'percent', + widthUnit : 'width unit', // MISSING height : 'Hoogde', cellSpace : 'Cell spasieering', cellPad : 'Cell buffer', @@ -260,7 +266,7 @@ CKEDITOR.lang['af'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['af'] = menu : 'Form eienskappe', action : 'Aksie', method : 'Metode', - encoding : 'Encoding', // MISSING - target : 'Mikpunt', - targetNotSet : '', - targetNew : 'Nuwe Venster (_blank)', - targetTop : 'Boonste Venster (_top)', - targetSelf : 'Selfde Venster (_self)', - targetParent : 'Vorige Venster (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['af'] = title : 'Beeld eienskappe', titleButton : 'Beeld knop eienskappe', menu : 'Beeld eienskappe', - infoTab : 'Beeld informasie', + infoTab : 'Beeld informasie', btnUpload : 'Stuur dit na die Server', - url : 'URL', - upload : 'Uplaai', - alt : 'Alternatiewe beskrywing', + upload : 'Uplaai', + alt : 'Alternatiewe beskrywing', width : 'Weidte', - height : 'Hoogde', + height : 'Hoogde', lockRatio : 'Behou preporsie', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Herstel groote', - border : 'Kant', - hSpace : 'HSpasie', - vSpace : 'VSpasie', + border : 'Kant', + hSpace : 'HSpasie', + vSpace : 'VSpasie', align : 'Paradeer', alignLeft : 'Links', alignRight : 'Regs', - preview : 'Voorskou', alertUrl : 'Voeg asseblief Beeld URL in.', - linkTab : 'Skakel', + linkTab : 'Skakel', 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 : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['af'] = { properties : 'Flash eienskappe', propertiesTab : 'Properties', // MISSING - title : 'Flash eienskappe', - chkPlay : 'Automaties Speel', - chkLoop : 'Herhaling', - chkMenu : 'Laat Flash Menu toe', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Scale', + title : 'Flash eienskappe', + chkPlay : 'Automaties Speel', + chkLoop : 'Herhaling', + chkMenu : 'Laat Flash Menu toe', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'Scale', scaleAll : 'Wys alles', scaleNoBorder : 'Geen kante', scaleFit : 'Presiese pas', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'Paradeer', - alignLeft : 'Links', - alignAbsBottom: 'Abs Onder', - alignAbsMiddle: 'Abs Middel', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'Paradeer', + alignLeft : 'Links', + alignAbsBottom : 'Abs Onder', + alignAbsMiddle : 'Abs Middel', alignBaseline : 'Baseline', - alignBottom : 'Onder', - alignMiddle : 'Middel', - alignRight : 'Regs', + alignBottom : 'Onder', + alignMiddle : 'Middel', + alignRight : 'Regs', alignTextTop : 'Text Bo', - alignTop : 'Bo', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Agtergrond kleur', - width : 'Weidte', - height : 'Hoogde', - hSpace : 'HSpasie', - vSpace : 'VSpasie', - validateSrc : 'Voeg asseblief die URL in', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'Bo', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'Agtergrond kleur', + width : 'Weidte', + height : 'Hoogde', + hSpace : 'HSpasie', + vSpace : 'VSpasie', + validateSrc : 'Voeg asseblief die URL in', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,23 +481,24 @@ CKEDITOR.lang['af'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'Genommerde lys', - bulletedlist : 'Gepunkte lys', - indent : 'Paradeering verleng', - outdent : 'Paradeering verkort', + numberedlist : 'Genommerde lys', + bulletedlist : 'Gepunkte lys', + indent : 'Paradeering verleng', + outdent : 'Paradeering verkort', justify : { - left : 'Links rig', - center : 'Rig Middel', - right : 'Regs rig', - block : 'Blok paradeer' + left : 'Links rig', + center : 'Rig Middel', + right : 'Regs rig', + block : 'Blok paradeer' }, - blockquote : 'Blockquote', // MISSING + blockquote : 'Block Quote', // MISSING clipboard : { @@ -501,61 +506,59 @@ CKEDITOR.lang['af'] = cutError : 'U browser se sekuriteit instelling behinder die uitsny aksie. Gebruik asseblief die sleutel kombenasie(Ctrl+X).', copyError : 'U browser se sekuriteit instelling behinder die kopieerings aksie. Gebruik asseblief die sleutel kombenasie(Ctrl+C).', pasteMsg : 'Voeg asseblief die inhoud in die gegewe box by met sleutel kombenasie(Ctrl+V) en druk OK.', - securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.' // MISSING + securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Van Word af byvoeg', - title : 'Van Word af byvoeg', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Van Word af byvoeg', + title : 'Van Word af byvoeg', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Voeg slegs karakters by', - title : 'Voeg slegs karakters by' + button : 'Voeg slegs karakters by', + title : 'Voeg slegs karakters by' }, templates : { - button : 'Templates', - title : 'Inhoud Templates', - insertOption: 'Vervang bestaande inhoud', - selectPromptMsg: 'Kies die template om te gebruik in die editor
(Inhoud word vervang!):', - emptyListMsg : '(Geen templates gedefinieerd)' + button : 'Templates', + title : 'Inhoud Templates', + insertOption : 'Vervang bestaande inhoud', + selectPromptMsg : 'Kies die template om te gebruik in die editor
(Inhoud word vervang!):', + emptyListMsg : '(Geen templates gedefinieerd)' }, showBlocks : 'Show Blocks', // MISSING stylesCombo : { - label : 'Styl', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'Styl', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'Karakter formaat', - voiceLabel : 'Format', // MISSING - panelTitle : 'Karakter formaat', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Karakter formaat', + panelTitle : 'Karakter formaat', - tag_p : 'Normaal', - tag_pre : 'Geformateerd', - tag_address : 'Adres', - tag_h1 : 'Opskrif 1', - tag_h2 : 'Opskrif 2', - tag_h3 : 'Opskrif 3', - tag_h4 : 'Opskrif 4', - tag_h5 : 'Opskrif 5', - tag_h6 : 'Opskrif 6', - tag_div : 'Normaal (DIV)' + tag_p : 'Normaal', + tag_pre : 'Geformateerd', + tag_address : 'Adres', + tag_h1 : 'Opskrif 1', + tag_h2 : 'Opskrif 2', + tag_h3 : 'Opskrif 3', + tag_h4 : 'Opskrif 4', + tag_h5 : 'Opskrif 5', + tag_h6 : 'Opskrif 6', + tag_div : 'Normaal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['af'] = font : { - label : 'Karakters', - voiceLabel : 'Font', // MISSING - panelTitle : 'Karakters', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Karakters', + voiceLabel : 'Font', // MISSING + panelTitle : 'Karakters' }, fontSize : { - label : 'Karakter grote', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Karakter grote', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Karakter grote', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Karakter grote' }, colorButton : { - textColorTitle : 'Karakter kleur', - bgColorTitle : 'Agtergrond kleur', - auto : 'Automaties', - more : 'Meer Kleure...' + textColorTitle : 'Karakter kleur', + bgColorTitle : 'Agtergrond kleur', + panelTitle : 'Colors', // MISSING + auto : 'Automaties', + more : 'Meer Kleure...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['af'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['af'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/ar.js b/_source/lang/ar.js index bd54e0f..1729936 100644 --- a/_source/lang/ar.js +++ b/_source/lang/ar.js @@ -31,7 +31,11 @@ CKEDITOR.lang['ar'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'محرر النص المنسق, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'المصدر', @@ -68,12 +72,12 @@ CKEDITOR.lang['ar'] = flash : 'فلاش', form : 'نموذج', checkbox : 'خانة إختيار', - radio : 'زر اختيار', + radio : 'زر اختيار', textField : 'مربع نص', textarea : 'مساحة نصية', hiddenField : 'إدراج حقل خفي', button : 'زر ضغط', - select : 'اختار', + select : 'اختار', imageButton : 'زر صورة', notSet : '<بدون تحديد>', id : 'الرقم', @@ -88,11 +92,19 @@ CKEDITOR.lang['ar'] = cssStyle : 'نمط', ok : 'موافق', cancel : 'إلغاء الأمر', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'عام', advancedTab : 'متقدم', - validateNumberFailed : 'لايوجد نتيجة', + validateNumberFailed : 'لايوجد نتيجة', confirmNewPage : 'ستفقد أي متغييرات اذا لم تقم بحفظها اولا. هل أنت متأكد أنك تريد صفحة جديدة؟', confirmCancel : 'بعض الخيارات قد تغيرت. هل أنت متأكد من إغلاق مربع النص؟', + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, غير متاح' @@ -116,22 +128,17 @@ CKEDITOR.lang['ar'] = upload : 'رفع', advanced : 'متقدم', type : 'نوع الربط', + toUrl : 'URL', // MISSING toAnchor : 'مكان في هذا المستند', toEmail : 'بريد إلكتروني', - target : 'هدف الرابط', - targetNotSet : '<بدون تحديد>', - targetFrame : '<إطار>', - targetPopup : '<نافذة منبثقة>', - targetNew : 'إطار جديد (_blank)', - targetTop : 'صفحة كاملة (_top)', - targetSelf : 'الاطار الحالى (_self)', - targetParent : 'الإطار الأصلي (_parent)', + targetFrame : '<إطار>', + targetPopup : '<نافذة منبثقة>', targetFrameName : 'اسم الإطار المستهدف', targetPopupName : 'اسم النافذة المنبثقة', popupFeatures : 'خصائص النافذة المنبثقة', popupResizable : 'قابلة التشكيل', popupStatusBar : 'شريط الحالة', - popupLocationBar : 'شريط العنوان', + popupLocationBar: 'شريط العنوان', popupToolbar : 'شريط الأدوات', popupMenuBar : 'القوائم الرئيسية', popupFullScreen : 'ملئ الشاشة (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['ar'] = popupTop : 'التمركز للأعلى', id : 'هوية', langDir : 'إتجاه النص', - langDirNotSet : '<بدون تحديد>', langDirLTR : 'اليسار لليمين (LTR)', langDirRTL : 'اليمين لليسار (RTL)', acccessKey : 'مفاتيح الإختصار', @@ -203,13 +209,13 @@ CKEDITOR.lang['ar'] = columns : 'أعمدة', border : 'الحدود', align : 'المحاذاة', - alignNotSet : '<بدون محاذاة>', alignLeft : 'يسار', alignCenter : 'وسط', alignRight : 'يمين', width : 'العرض', widthPx : 'بكسل', widthPc : 'بالمئة', + widthUnit : 'width unit', // MISSING height : 'الإرتفاع', cellSpace : 'تباعد الخلايا', cellPad : 'المسافة البادئة', @@ -260,7 +266,7 @@ CKEDITOR.lang['ar'] = invalidHeight : 'ارتفاع الخلية يجب أن يكون عدداً.', invalidRowSpan : 'امتداد الصفوف يجب أن يكون عدداً صحيحاً.', invalidColSpan : 'امتداد الأعمدة يجب أن يكون عدداً صحيحاً.', - chooseColor : 'اختر' + chooseColor : 'اختر' }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['ar'] = menu : 'خصائص النموذج', action : 'اسم الملف', method : 'الأسلوب', - encoding : 'تشفير', - target : 'الهدف', - targetNotSet : '<بدون تحديد>', - targetNew : 'نافذة جديدة (_blank)', - targetTop : 'نافذة بالاعلى (_top)', - targetSelf : 'نفس النافذة (_self)', - targetParent : 'النافذة الأصل (_parent)' + encoding : 'تشفير' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['ar'] = title : 'خصائص الصورة', titleButton : 'خصائص زر الصورة', menu : 'خصائص الصورة', - infoTab : 'معلومات الصورة', + infoTab : 'معلومات الصورة', btnUpload : 'أرسلها للخادم', - url : 'موقع الصورة', - upload : 'رفع', - alt : 'عنوان الصورة', + upload : 'رفع', + alt : 'عنوان الصورة', width : 'العرض', - height : 'الإرتفاع', + height : 'الإرتفاع', lockRatio : 'تناسق الحجم', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'إستعادة الحجم الأصلي', - border : 'سمك الحدود', - hSpace : 'تباعد أفقي', - vSpace : 'تباعد عمودي', + border : 'سمك الحدود', + hSpace : 'تباعد أفقي', + vSpace : 'تباعد عمودي', align : 'محاذاة', alignLeft : 'يسار', alignRight : 'يمين', - preview : 'معاينة', alertUrl : 'فضلاً أكتب الموقع الذي توجد عليه هذه الصورة.', - linkTab : 'الرابط', + linkTab : 'الرابط', button2Img : 'هل تريد تحويل زر الصورة المختار إلى صورة بسيطة؟', img2Button : 'هل تريد تحويل الصورة المختارة إلى زر صورة؟', - urlMissing : 'عنوان مصدر الصورة مفقود' + urlMissing : 'عنوان مصدر الصورة مفقود', + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['ar'] = { properties : 'خصائص الفلاش', propertiesTab : 'الخصائص', - title : 'خصائص فيلم الفلاش', - chkPlay : 'تشغيل تلقائي', - chkLoop : 'تكرار', - chkMenu : 'تمكين قائمة فيلم الفلاش', - chkFull : 'ملء الشاشة', - scale : 'الحجم', + title : 'خصائص فيلم الفلاش', + chkPlay : 'تشغيل تلقائي', + chkLoop : 'تكرار', + chkMenu : 'تمكين قائمة فيلم الفلاش', + chkFull : 'ملء الشاشة', + scale : 'الحجم', scaleAll : 'إظهار الكل', scaleNoBorder : 'بلا حدود', scaleFit : 'ضبط تام', access : 'دخول النص البرمجي', accessAlways : 'دائماً', - accessSameDomain : 'نفس النطاق', - accessNever : 'مطلقاً', - align : 'محاذاة', - alignLeft : 'يسار', - alignAbsBottom: 'أسفل النص', - alignAbsMiddle: 'وسط السطر', + accessSameDomain: 'نفس النطاق', + accessNever : 'مطلقاً', + align : 'محاذاة', + alignLeft : 'يسار', + alignAbsBottom : 'أسفل النص', + alignAbsMiddle : 'وسط السطر', alignBaseline : 'على السطر', - alignBottom : 'أسفل', - alignMiddle : 'وسط', - alignRight : 'يمين', + alignBottom : 'أسفل', + alignMiddle : 'وسط', + alignRight : 'يمين', alignTextTop : 'أعلى النص', - alignTop : 'أعلى', - quality : 'جودة', - qualityBest : 'أفضل', - qualityHigh : 'عالية', - qualityAutoHigh : 'عالية تلقائياً', - qualityMedium : 'متوسطة', - qualityAutoLow : 'منخفضة تلقائياً', - qualityLow : 'منخفضة', - windowModeWindow : 'نافذة', - windowModeOpaque : 'غير شفاف', - windowModeTransparent : 'شفاف', - windowMode : 'وضع النافذة', - flashvars : 'متغيرات الفلاش', - bgcolor : 'لون الخلفية', - width : 'العرض', - height : 'الإرتفاع', - hSpace : 'تباعد أفقي', - vSpace : 'تباعد عمودي', - validateSrc : 'فضلاً أدخل عنوان الموقع الذي يشير إليه الرابط', - validateWidth : 'العرض يجب أن يكون عدداً.', - validateHeight : 'الارتفاع يجب أن يكون عدداً.', - validateHSpace : 'HSpace يجب أن يكون عدداً.', - validateVSpace : 'VSpace يجب أن يكون عدداً.' + alignTop : 'أعلى', + quality : 'جودة', + qualityBest : 'أفضل', + qualityHigh : 'عالية', + qualityAutoHigh : 'عالية تلقائياً', + qualityMedium : 'متوسطة', + qualityAutoLow : 'منخفضة تلقائياً', + qualityLow : 'منخفضة', + windowModeWindow: 'نافذة', + windowModeOpaque: 'غير شفاف', + windowModeTransparent : 'شفاف', + windowMode : 'وضع النافذة', + flashvars : 'متغيرات الفلاش', + bgcolor : 'لون الخلفية', + width : 'العرض', + height : 'الإرتفاع', + hSpace : 'تباعد أفقي', + vSpace : 'تباعد عمودي', + validateSrc : 'فضلاً أدخل عنوان الموقع الذي يشير إليه الرابط', + validateWidth : 'العرض يجب أن يكون عدداً.', + validateHeight : 'الارتفاع يجب أن يكون عدداً.', + validateHSpace : 'HSpace يجب أن يكون عدداً.', + validateVSpace : 'VSpace يجب أن يكون عدداً.' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['ar'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : 'عنصر 1%' }, - numberedlist : 'ادخال/حذف تعداد رقمي', - bulletedlist : 'ادخال/حذف تعداد نقطي', - indent : 'زيادة المسافة البادئة', - outdent : 'إنقاص المسافة البادئة', + numberedlist : 'ادخال/حذف تعداد رقمي', + bulletedlist : 'ادخال/حذف تعداد نقطي', + indent : 'زيادة المسافة البادئة', + outdent : 'إنقاص المسافة البادئة', justify : { - left : 'محاذاة إلى اليسار', - center : 'توسيط', - right : 'محاذاة إلى اليمين', - block : 'ضبط' + left : 'محاذاة إلى اليسار', + center : 'توسيط', + right : 'محاذاة إلى اليمين', + block : 'ضبط' }, blockquote : 'اقتباس', @@ -501,61 +506,59 @@ CKEDITOR.lang['ar'] = cutError : 'الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع القص التلقائي. فضلاً إستخدم لوحة المفاتيح لفعل ذلك (Ctrl+X).', copyError : 'الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع النسخ التلقائي. فضلاً إستخدم لوحة المفاتيح لفعل ذلك (Ctrl+C).', pasteMsg : 'الصق داخل الصندوق بإستخدام زرائر (Ctrl+V) في لوحة المفاتيح، ثم اضغط زر موافق.', - securityMsg : 'نظراً لإعدادات الأمان الخاصة بمتصفحك، لن يتمكن هذا المحرر من الوصول لمحتوى حافظتك، لذلك يجب عليك لصق المحتوى مرة أخرى في هذه النافذة.' + securityMsg : 'نظراً لإعدادات الأمان الخاصة بمتصفحك، لن يتمكن هذا المحرر من الوصول لمحتوى حافظتك، لذلك يجب عليك لصق المحتوى مرة أخرى في هذه النافذة.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'يبدو أن النص المراد لصقه منسوخ من برنامج وورد. هل تود تنظيفه قبل الشروع في عملية اللصق؟', - toolbar : 'لصق من وورد', - title : 'لصق من وورد', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'يبدو أن النص المراد لصقه منسوخ من برنامج وورد. هل تود تنظيفه قبل الشروع في عملية اللصق؟', + toolbar : 'لصق من وورد', + title : 'لصق من وورد', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'لصق كنص بسيط', - title : 'لصق كنص بسيط' + button : 'لصق كنص بسيط', + title : 'لصق كنص بسيط' }, templates : { - button : 'القوالب', - title : 'قوالب المحتوى', - insertOption: 'استبدال المحتوى', - selectPromptMsg: 'اختر القالب الذي تود وضعه في المحرر', - emptyListMsg : '(لم يتم تعريف أي قالب)' + button : 'القوالب', + title : 'قوالب المحتوى', + insertOption : 'استبدال المحتوى', + selectPromptMsg : 'اختر القالب الذي تود وضعه في المحرر', + emptyListMsg : '(لم يتم تعريف أي قالب)' }, showBlocks : 'مخطط تفصيلي', stylesCombo : { - label : 'أنماط', - voiceLabel : 'أنماط', - panelVoiceLabel : 'اختر نمط', - panelTitle1 : 'أنماط الفقرة', - panelTitle2 : 'أنماط مضمنة', - panelTitle3 : 'أنماط الكائن' + label : 'أنماط', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'أنماط الفقرة', + panelTitle2 : 'أنماط مضمنة', + panelTitle3 : 'أنماط الكائن' }, format : { - label : 'تنسيق', - voiceLabel : 'تنسيق', - panelTitle : 'تنسيق الفقرة', - panelVoiceLabel : 'اختر تنسيق الفقرة', + label : 'تنسيق', + panelTitle : 'تنسيق الفقرة', - tag_p : 'عادي', - tag_pre : 'منسّق', - tag_address : 'عنوان', - tag_h1 : 'العنوان 1', - tag_h2 : 'العنوان 2', - tag_h3 : 'العنوان 3', - tag_h4 : 'العنوان 4', - tag_h5 : 'العنوان 5', - tag_h6 : 'العنوان 6', - tag_div : 'عادي (DIV)' + tag_p : 'عادي', + tag_pre : 'منسّق', + tag_address : 'عنوان', + tag_h1 : 'العنوان 1', + tag_h2 : 'العنوان 2', + tag_h3 : 'العنوان 3', + tag_h4 : 'العنوان 4', + tag_h5 : 'العنوان 5', + tag_h6 : 'العنوان 6', + tag_div : 'عادي (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['ar'] = font : { - label : 'خط', - voiceLabel : 'حجم الخط', - panelTitle : 'حجم الخط', - panelVoiceLabel : 'اختر حجم الخط' + label : 'خط', + voiceLabel : 'حجم الخط', + panelTitle : 'حجم الخط' }, fontSize : { - label : 'حجم الخط', - voiceLabel : 'حجم الخط', - panelTitle : 'حجم الخط', - panelVoiceLabel : 'اختر حجم الخط' + label : 'حجم الخط', + voiceLabel : 'حجم الخط', + panelTitle : 'حجم الخط' }, colorButton : { - textColorTitle : 'لون النص', - bgColorTitle : 'لون الخلفية', - auto : 'تلقائي', - more : 'ألوان إضافية...' + textColorTitle : 'لون النص', + bgColorTitle : 'لون الخلفية', + panelTitle : 'Colors', // MISSING + auto : 'تلقائي', + more : 'ألوان إضافية...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['ar'] = scayt : { - title : 'تدقيق إملائي أثناء الكتابة', - enable : 'تفعيل SCAYT', - disable : 'تعطيل SCAYT', - about : 'عن SCAYT', - toggle : 'تثبيت SCAYT', - options : 'خيارات', - langs : 'لغات', - moreSuggestions : 'المزيد من المقترحات', - ignore : 'تجاهل', - ignoreAll : 'تجاهل الكل', - addWord : 'إضافة كلمة', - emptyDic : 'اسم القاموس يجب ألا يكون فارغاً.', - optionsTab : 'خيارات', - languagesTab : 'لغات', - dictionariesTab : 'قواميس', - aboutTab : 'عن' + title : 'تدقيق إملائي أثناء الكتابة', + enable : 'تفعيل SCAYT', + disable : 'تعطيل SCAYT', + about : 'عن SCAYT', + toggle : 'تثبيت SCAYT', + options : 'خيارات', + langs : 'لغات', + moreSuggestions : 'المزيد من المقترحات', + ignore : 'تجاهل', + ignoreAll : 'تجاهل الكل', + addWord : 'إضافة كلمة', + emptyDic : 'اسم القاموس يجب ألا يكون فارغاً.', + optionsTab : 'خيارات', + languagesTab : 'لغات', + dictionariesTab : 'قواميس', + aboutTab : 'عن' }, about : { - title : 'عن CKEditor', - dlgTitle : 'عن rotidEKC', - moreInfo : 'للحصول على معلومات الترخيص ، يرجى زيارة موقعنا على شبكة الانترنت:', - copy : 'حقوق النشر © $1. جميع الحقوق محفوظة.' + title : 'عن CKEditor', + dlgTitle : 'عن rotidEKC', + moreInfo : 'للحصول على معلومات الترخيص ، يرجى زيارة موقعنا على شبكة الانترنت:', + copy : 'حقوق النشر © $1. جميع الحقوق محفوظة.' }, maximize : 'تكبير', @@ -676,22 +678,22 @@ CKEDITOR.lang['ar'] = fakeobjects : { - anchor : 'إرساء', - flash : 'رسم متحرك بالفلاش', - div : 'فاصل صفحة', - unknown : 'كائن غير معروف' + anchor : 'إرساء', + flash : 'رسم متحرك بالفلاش', + div : 'فاصل صفحة', + unknown : 'كائن غير معروف' }, resize : 'اسحب لتغيير الحجم', colordialog : { - title : 'اختر لون', - highlight : 'إلقاء الضوء', - selected : 'مُختار', - clear : 'مسح' + title : 'اختر لون', + highlight : 'إلقاء الضوء', + selected : 'مُختار', + clear : 'مسح' }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/bg.js b/_source/lang/bg.js index 79c844c..e8c4df3 100644 --- a/_source/lang/bg.js +++ b/_source/lang/bg.js @@ -31,7 +31,11 @@ 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 + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Код', @@ -68,12 +72,12 @@ CKEDITOR.lang['bg'] = flash : 'Flash', form : 'Формуляр', checkbox : 'Поле за отметка', - radio : 'Поле за опция', + radio : 'Поле за опция', textField : 'Текстово поле', textarea : 'Текстова област', hiddenField : 'Скрито поле', button : 'Бутон', - select : 'Падащо меню с опции', + select : 'Падащо меню с опции', imageButton : 'Бутон-изображение', notSet : '<не е настроен>', id : 'Идентификатор', @@ -88,11 +92,19 @@ CKEDITOR.lang['bg'] = cssStyle : 'Стил', ok : 'ОК', cancel : 'Отказ', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : 'Подробности...', - validateNumberFailed : 'This value is not a number.', // MISSING + validateNumberFailed : 'This value is not a number.', // MISSING confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['bg'] = upload : 'Качи', advanced : 'Подробности...', type : 'Вид на връзката', + toUrl : 'URL', // MISSING toAnchor : 'Котва в текущата страница', toEmail : 'Е-поща', - target : 'Цел', - targetNotSet : '<не е настроен>', - targetFrame : '<рамка>', - targetPopup : '<дъщерен прозорец>', - targetNew : 'Нов прозорец (_blank)', - targetTop : 'Целия прозорец (_top)', - targetSelf : 'Активния прозорец (_self)', - targetParent : 'Родителски прозорец (_parent)', + targetFrame : '<рамка>', + targetPopup : '<дъщерен прозорец>', targetFrameName : 'Име на целевия прозорец', targetPopupName : 'Име на дъщерния прозорец', popupFeatures : 'Параметри на дъщерния прозорец', popupResizable : 'Resizable', // MISSING popupStatusBar : 'Поле за статус', - popupLocationBar : 'Поле за адрес', + popupLocationBar: 'Поле за адрес', popupToolbar : 'Панел с бутони', popupMenuBar : 'Меню', popupFullScreen : 'Голям екран (MS IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['bg'] = popupTop : 'Координати - Y', id : 'Id', // MISSING langDir : 'посока на речта', - langDirNotSet : '<не е настроен>', langDirLTR : 'От ляво на дясно', langDirRTL : 'От дясно на ляво', acccessKey : 'Бърз клавиш', @@ -203,13 +209,13 @@ CKEDITOR.lang['bg'] = columns : 'Колони', border : 'Размер на рамката', align : 'Подравняване', - alignNotSet : '<Не е избрано>', alignLeft : 'Ляво', alignCenter : 'Център', alignRight : 'Дясно', width : 'Ширина', widthPx : 'пиксели', widthPc : 'проценти', + widthUnit : 'width unit', // MISSING height : 'Височина', cellSpace : 'Разстояние между клетките', cellPad : 'Отстъп на съдържанието в клетките', @@ -260,7 +266,7 @@ CKEDITOR.lang['bg'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['bg'] = menu : 'Параметри на формуляра', action : 'Действие', method : 'Метод', - encoding : 'Encoding', // MISSING - target : 'Цел', - targetNotSet : '<не е настроен>', - targetNew : 'Нов прозорец (_blank)', - targetTop : 'Целия прозорец (_top)', - targetSelf : 'Активния прозорец (_self)', - targetParent : 'Родителски прозорец (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['bg'] = title : 'Параметри на изображението', titleButton : 'Параметри на бутона-изображение', menu : 'Параметри на изображението', - infoTab : 'Информация за изображението', + infoTab : 'Информация за изображението', btnUpload : 'Прати към сървъра', - url : 'Пълен път (URL)', - upload : 'Качи', - alt : 'Алтернативен текст', + upload : 'Качи', + alt : 'Алтернативен текст', width : 'Ширина', - height : 'Височина', + height : 'Височина', lockRatio : 'Запази пропорцията', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Възстанови размера', - border : 'Рамка', - hSpace : 'Хоризонтален отстъп', - vSpace : 'Вертикален отстъп', + border : 'Рамка', + hSpace : 'Хоризонтален отстъп', + vSpace : 'Вертикален отстъп', align : 'Подравняване', alignLeft : 'Ляво', alignRight : 'Дясно', - preview : 'Изглед', alertUrl : 'Моля, въведете пълния път до изображението', - 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 : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['bg'] = { properties : 'Параметри на Flash обекта', propertiesTab : 'Properties', // MISSING - title : 'Параметри на Flash обекта', - chkPlay : 'Автоматично стартиране', - chkLoop : 'Ново стартиране след завършването', - chkMenu : 'Разрешено Flash меню', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Оразмеряване', + title : 'Параметри на Flash обекта', + chkPlay : 'Автоматично стартиране', + chkLoop : 'Ново стартиране след завършването', + chkMenu : 'Разрешено Flash меню', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'Оразмеряване', scaleAll : 'Покажи целия обект', scaleNoBorder : 'Без рамка', scaleFit : 'Според мястото', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'Подравняване', - alignLeft : 'Ляво', - alignAbsBottom: 'Най-долу', - alignAbsMiddle: 'Точно по средата', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'Подравняване', + alignLeft : 'Ляво', + alignAbsBottom : 'Най-долу', + alignAbsMiddle : 'Точно по средата', alignBaseline : 'По базовата линия', - alignBottom : 'Долу', - alignMiddle : 'По средата', - alignRight : 'Дясно', + alignBottom : 'Долу', + alignMiddle : 'По средата', + alignRight : 'Дясно', alignTextTop : 'Върху текста', - alignTop : 'Отгоре', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Цвят на фона', - width : 'Ширина', - height : 'Височина', - hSpace : 'Хоризонтален отстъп', - vSpace : 'Вертикален отстъп', - validateSrc : 'Моля, напишете пълния път (URL)', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'Отгоре', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'Цвят на фона', + width : 'Ширина', + height : 'Височина', + hSpace : 'Хоризонтален отстъп', + vSpace : 'Вертикален отстъп', + validateSrc : 'Моля, напишете пълния път (URL)', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,23 +481,24 @@ CKEDITOR.lang['bg'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'Нумериран списък', - bulletedlist : 'Ненумериран списък', - indent : 'Увеличи отстъпа', - outdent : 'Намали отстъпа', + numberedlist : 'Нумериран списък', + bulletedlist : 'Ненумериран списък', + indent : 'Увеличи отстъпа', + outdent : 'Намали отстъпа', justify : { - left : 'Подравняване в ляво', - center : 'Подравнявне в средата', - right : 'Подравняване в дясно', - block : 'Двустранно подравняване' + left : 'Подравняване в ляво', + center : 'Подравнявне в средата', + right : 'Подравняване в дясно', + block : 'Двустранно подравняване' }, - blockquote : 'Blockquote', // MISSING + blockquote : 'Block Quote', // MISSING clipboard : { @@ -501,61 +506,59 @@ CKEDITOR.lang['bg'] = cutError : 'Настройките за сигурност на вашия бразуър не разрешават на редактора да изпълни изрязването. За целта използвайте клавиатурата (Ctrl+X).', copyError : 'Настройките за сигурност на вашия бразуър не разрешават на редактора да изпълни запаметяването. За целта използвайте клавиатурата (Ctrl+C).', pasteMsg : 'Вмъкнете тук съдъжанието с клавиатуарата (Ctrl+V) и натиснете OK.', - securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.' // MISSING + securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Вмъкни от MS Word', - title : 'Вмъкни от MS Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Вмъкни от MS Word', + title : 'Вмъкни от MS Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Вмъкни като чист текст', - title : 'Вмъкни като чист текст' + button : 'Вмъкни като чист текст', + title : 'Вмъкни като чист текст' }, templates : { - button : 'Шаблони', - title : 'Шаблони', - insertOption: 'Replace actual contents', // MISSING - selectPromptMsg: 'Изберете шаблон
(текущото съдържание на редактора ще бъде загубено):', - emptyListMsg : '(Няма дефинирани шаблони)' + button : 'Шаблони', + title : 'Шаблони', + insertOption : 'Replace actual contents', // MISSING + selectPromptMsg : 'Изберете шаблон
(текущото съдържание на редактора ще бъде загубено):', + emptyListMsg : '(Няма дефинирани шаблони)' }, showBlocks : 'Show Blocks', // MISSING stylesCombo : { - label : 'Стил', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'Стил', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'Формат', - voiceLabel : 'Format', // MISSING - panelTitle : 'Формат', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Формат', + panelTitle : 'Формат', - tag_p : 'Нормален', - tag_pre : 'Форматиран', - tag_address : 'Адрес', - tag_h1 : 'Заглавие 1', - tag_h2 : 'Заглавие 2', - tag_h3 : 'Заглавие 3', - tag_h4 : 'Заглавие 4', - tag_h5 : 'Заглавие 5', - tag_h6 : 'Заглавие 6', - tag_div : 'Параграф (DIV)' + tag_p : 'Нормален', + tag_pre : 'Форматиран', + tag_address : 'Адрес', + tag_h1 : 'Заглавие 1', + tag_h2 : 'Заглавие 2', + tag_h3 : 'Заглавие 3', + tag_h4 : 'Заглавие 4', + tag_h5 : 'Заглавие 5', + tag_h6 : 'Заглавие 6', + tag_div : 'Параграф (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['bg'] = font : { - label : 'Шрифт', - voiceLabel : 'Font', // MISSING - panelTitle : 'Шрифт', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Шрифт', + voiceLabel : 'Font', // MISSING + panelTitle : 'Шрифт' }, fontSize : { - label : 'Размер', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Размер', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Размер', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Размер' }, colorButton : { - textColorTitle : 'Цвят на текста', - bgColorTitle : 'Цвят на фона', - auto : 'По подразбиране', - more : 'Други цветове...' + textColorTitle : 'Цвят на текста', + bgColorTitle : 'Цвят на фона', + panelTitle : 'Colors', // MISSING + auto : 'По подразбиране', + more : 'Други цветове...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['bg'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['bg'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/bn.js b/_source/lang/bn.js index f9144db..decec21 100644 --- a/_source/lang/bn.js +++ b/_source/lang/bn.js @@ -31,7 +31,11 @@ CKEDITOR.lang['bn'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'সোর্স', @@ -68,12 +72,12 @@ CKEDITOR.lang['bn'] = flash : 'ফ্লাশ লেবেল যুক্ত কর', form : 'ফর্ম', checkbox : 'চেক বাক্স', - radio : 'রেডিও বাটন', + radio : 'রেডিও বাটন', textField : 'টেক্সট ফীল্ড', textarea : 'টেক্সট এরিয়া', hiddenField : 'গুপ্ত ফীল্ড', button : 'বাটন', - select : 'বাছাই ফীল্ড', + select : 'বাছাই ফীল্ড', imageButton : 'ছবির বাটন', notSet : '<সেট নেই>', id : 'আইডি', @@ -88,11 +92,19 @@ CKEDITOR.lang['bn'] = cssStyle : 'স্টাইল', ok : 'ওকে', cancel : 'বাতিল', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : 'এডভান্সড', - validateNumberFailed : 'This value is not a number.', // MISSING + validateNumberFailed : 'This value is not a number.', // MISSING confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['bn'] = upload : 'আপলোড', advanced : 'এডভান্সড', type : 'লিংক প্রকার', + toUrl : 'URL', // MISSING toAnchor : 'এই পেজে নোঙর কর', toEmail : 'ইমেইল', - target : 'টার্গেট', - targetNotSet : '<সেট নেই>', - targetFrame : '<ফ্রেম>', - targetPopup : '<পপআপ উইন্ডো>', - targetNew : 'নতুন উইন্ডো (_blank)', - targetTop : 'শীর্ষ উইন্ডো (_top)', - targetSelf : 'এই উইন্ডো (_self)', - targetParent : 'মূল উইন্ডো (_parent)', + targetFrame : '<ফ্রেম>', + targetPopup : '<পপআপ উইন্ডো>', targetFrameName : 'টার্গেট ফ্রেমের নাম', targetPopupName : 'পপআপ উইন্ডোর নাম', popupFeatures : 'পপআপ উইন্ডো ফীচার সমূহ', popupResizable : 'Resizable', // MISSING popupStatusBar : 'স্ট্যাটাস বার', - popupLocationBar : 'লোকেশন বার', + popupLocationBar: 'লোকেশন বার', popupToolbar : 'টুল বার', popupMenuBar : 'মেন্যু বার', popupFullScreen : 'পূর্ণ পর্দা জুড়ে (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['bn'] = popupTop : 'ডানের পজিশন', id : 'Id', // MISSING langDir : 'ভাষা লেখার দিক', - langDirNotSet : '<সেট নেই>', langDirLTR : 'বাম থেকে ডান (LTR)', langDirRTL : 'ডান থেকে বাম (RTL)', acccessKey : 'এক্সেস কী', @@ -203,13 +209,13 @@ CKEDITOR.lang['bn'] = columns : 'কলাম', border : 'বর্ডার সাইজ', align : 'এলাইনমেন্ট', - alignNotSet : '<সেট নেই>', alignLeft : 'বামে', alignCenter : 'মাঝখানে', alignRight : 'ডানে', width : 'প্রস্থ', widthPx : 'পিক্সেল', widthPc : 'শতকরা', + widthUnit : 'width unit', // MISSING height : 'দৈর্ঘ্য', cellSpace : 'সেল স্পেস', cellPad : 'সেল প্যাডিং', @@ -260,7 +266,7 @@ CKEDITOR.lang['bn'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['bn'] = menu : 'ফর্ম প্রোপার্টি', action : 'একশ্যন', method : 'পদ্ধতি', - encoding : 'Encoding', // MISSING - target : 'টার্গেট', - targetNotSet : '<সেট নেই>', - targetNew : 'নতুন উইন্ডো (_blank)', - targetTop : 'শীর্ষ উইন্ডো (_top)', - targetSelf : 'এই উইন্ডো (_self)', - targetParent : 'মূল উইন্ডো (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['bn'] = title : 'ছবির প্রোপার্টি', titleButton : 'ছবি বাটন প্রোপার্টি', menu : 'ছবির প্রোপার্টি', - infoTab : 'ছবির তথ্য', + infoTab : 'ছবির তথ্য', btnUpload : 'ইহাকে সার্ভারে প্রেরন কর', - url : 'URL', - upload : 'আপলোড', - alt : 'বিকল্প টেক্সট', + upload : 'আপলোড', + alt : 'বিকল্প টেক্সট', width : 'প্রস্থ', - height : 'দৈর্ঘ্য', + height : 'দৈর্ঘ্য', lockRatio : 'অনুপাত লক কর', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'সাইজ পূর্বাবস্থায় ফিরিয়ে দাও', - border : 'বর্ডার', - hSpace : 'হরাইজন্টাল স্পেস', - vSpace : 'ভার্টিকেল স্পেস', + border : 'বর্ডার', + hSpace : 'হরাইজন্টাল স্পেস', + vSpace : 'ভার্টিকেল স্পেস', align : 'এলাইন', alignLeft : 'বামে', alignRight : 'ডানে', - preview : 'প্রীভিউ', 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 : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['bn'] = { properties : 'ফ্লাশ প্রোপার্টি', propertiesTab : 'Properties', // MISSING - title : 'ফ্ল্যাশ প্রোপার্টি', - chkPlay : 'অটো প্লে', - chkLoop : 'লূপ', - chkMenu : 'ফ্ল্যাশ মেনু এনাবল কর', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'স্কেল', + title : 'ফ্ল্যাশ প্রোপার্টি', + chkPlay : 'অটো প্লে', + chkLoop : 'লূপ', + chkMenu : 'ফ্ল্যাশ মেনু এনাবল কর', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'স্কেল', scaleAll : 'সব দেখাও', scaleNoBorder : 'কোনো বর্ডার নেই', scaleFit : 'নিখুঁত ফিট', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'এলাইন', - alignLeft : 'বামে', - alignAbsBottom: 'Abs নীচে', - alignAbsMiddle: 'Abs উপর', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'এলাইন', + alignLeft : 'বামে', + alignAbsBottom : 'Abs নীচে', + alignAbsMiddle : 'Abs উপর', alignBaseline : 'মূল রেখা', - alignBottom : 'নীচে', - alignMiddle : 'মধ্য', - alignRight : 'ডানে', + alignBottom : 'নীচে', + alignMiddle : 'মধ্য', + alignRight : 'ডানে', alignTextTop : 'টেক্সট উপর', - alignTop : 'উপর', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'বেকগ্রাউন্ড রং', - width : 'প্রস্থ', - height : 'দৈর্ঘ্য', - hSpace : 'হরাইজন্টাল স্পেস', - vSpace : 'ভার্টিকেল স্পেস', - validateSrc : 'অনুগ্রহ করে URL লিংক টাইপ করুন', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'উপর', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'বেকগ্রাউন্ড রং', + width : 'প্রস্থ', + height : 'দৈর্ঘ্য', + hSpace : 'হরাইজন্টাল স্পেস', + vSpace : 'ভার্টিকেল স্পেস', + validateSrc : 'অনুগ্রহ করে URL লিংক টাইপ করুন', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,23 +481,24 @@ CKEDITOR.lang['bn'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'সাংখ্যিক লিস্টের লেবেল', - bulletedlist : 'বুলেট লিস্ট লেবেল', - indent : 'ইনডেন্ট বাড়াও', - outdent : 'ইনডেন্ট কমাও', + numberedlist : 'সাংখ্যিক লিস্টের লেবেল', + bulletedlist : 'বুলেট লিস্ট লেবেল', + indent : 'ইনডেন্ট বাড়াও', + outdent : 'ইনডেন্ট কমাও', justify : { - left : 'বা দিকে ঘেঁষা', - center : 'মাঝ বরাবর ঘেষা', - right : 'ডান দিকে ঘেঁষা', - block : 'ব্লক জাস্টিফাই' + left : 'বা দিকে ঘেঁষা', + center : 'মাঝ বরাবর ঘেষা', + right : 'ডান দিকে ঘেঁষা', + block : 'ব্লক জাস্টিফাই' }, - blockquote : 'Blockquote', // MISSING + blockquote : 'Block Quote', // MISSING clipboard : { @@ -501,61 +506,59 @@ CKEDITOR.lang['bn'] = cutError : 'আপনার ব্রাউজারের সুরক্ষা সেটিংস এডিটরকে অটোমেটিক কাট করার অনুমতি দেয়নি। দয়া করে এই কাজের জন্য কিবোর্ড ব্যবহার করুন (Ctrl+X)।', copyError : 'আপনার ব্রাউজারের সুরক্ষা সেটিংস এডিটরকে অটোমেটিক কপি করার অনুমতি দেয়নি। দয়া করে এই কাজের জন্য কিবোর্ড ব্যবহার করুন (Ctrl+C)।', pasteMsg : 'অনুগ্রহ করে নীচের বাক্সে কিবোর্ড ব্যবহার করে (Ctrl+V) পেস্ট করুন এবং OK চাপ দিন', - securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.' // MISSING + securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'পেস্ট (শব্দ)', - title : 'পেস্ট (শব্দ)', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'পেস্ট (শব্দ)', + title : 'পেস্ট (শব্দ)', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'সাদা টেক্সট হিসেবে পেস্ট কর', - title : 'সাদা টেক্সট হিসেবে পেস্ট কর' + button : 'সাদা টেক্সট হিসেবে পেস্ট কর', + title : 'সাদা টেক্সট হিসেবে পেস্ট কর' }, templates : { - button : 'টেমপ্লেট', - title : 'কনটেন্ট টেমপ্লেট', - insertOption: 'Replace actual contents', // MISSING - selectPromptMsg: 'অনুগ্রহ করে এডিটরে ওপেন করার জন্য টেমপ্লেট বাছাই করুন
(আসল কনটেন্ট হারিয়ে যাবে):', - emptyListMsg : '(কোন টেমপ্লেট ডিফাইন করা নেই)' + button : 'টেমপ্লেট', + title : 'কনটেন্ট টেমপ্লেট', + insertOption : 'Replace actual contents', // MISSING + selectPromptMsg : 'অনুগ্রহ করে এডিটরে ওপেন করার জন্য টেমপ্লেট বাছাই করুন
(আসল কনটেন্ট হারিয়ে যাবে):', + emptyListMsg : '(কোন টেমপ্লেট ডিফাইন করা নেই)' }, showBlocks : 'Show Blocks', // MISSING stylesCombo : { - label : 'স্টাইল', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'স্টাইল', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'ফন্ট ফরমেট', - voiceLabel : 'Format', // MISSING - panelTitle : 'ফন্ট ফরমেট', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'ফন্ট ফরমেট', + panelTitle : 'ফন্ট ফরমেট', - tag_p : 'সাধারণ', - tag_pre : 'ফর্মেটেড', - tag_address : 'ঠিকানা', - tag_h1 : 'শীর্ষক ১', - tag_h2 : 'শীর্ষক ২', - tag_h3 : 'শীর্ষক ৩', - tag_h4 : 'শীর্ষক ৪', - tag_h5 : 'শীর্ষক ৫', - tag_h6 : 'শীর্ষক ৬', - tag_div : 'শীর্ষক (DIV)' + tag_p : 'সাধারণ', + tag_pre : 'ফর্মেটেড', + tag_address : 'ঠিকানা', + tag_h1 : 'শীর্ষক ১', + tag_h2 : 'শীর্ষক ২', + tag_h3 : 'শীর্ষক ৩', + tag_h4 : 'শীর্ষক ৪', + tag_h5 : 'শীর্ষক ৫', + tag_h6 : 'শীর্ষক ৬', + tag_div : 'শীর্ষক (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['bn'] = font : { - label : 'ফন্ট', - voiceLabel : 'Font', // MISSING - panelTitle : 'ফন্ট', - panelVoiceLabel : 'Select a font' // MISSING + label : 'ফন্ট', + voiceLabel : 'Font', // MISSING + panelTitle : 'ফন্ট' }, fontSize : { - label : 'সাইজ', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'সাইজ', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'সাইজ', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'সাইজ' }, colorButton : { - textColorTitle : 'টেক্স্ট রং', - bgColorTitle : 'বেকগ্রাউন্ড রং', - auto : 'অটোমেটিক', - more : 'আরও রং...' + textColorTitle : 'টেক্স্ট রং', + bgColorTitle : 'বেকগ্রাউন্ড রং', + panelTitle : 'Colors', // MISSING + auto : 'অটোমেটিক', + more : 'আরও রং...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['bn'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['bn'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/bs.js b/_source/lang/bs.js index 2e8ce59..49b6c74 100644 --- a/_source/lang/bs.js +++ b/_source/lang/bs.js @@ -31,7 +31,11 @@ CKEDITOR.lang['bs'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'HTML kôd', @@ -68,12 +72,12 @@ CKEDITOR.lang['bs'] = flash : 'Flash', // MISSING form : 'Form', // MISSING checkbox : 'Checkbox', // MISSING - radio : 'Radio Button', // MISSING + radio : 'Radio Button', // MISSING textField : 'Text Field', // MISSING textarea : 'Textarea', // MISSING hiddenField : 'Hidden Field', // MISSING button : 'Button', // MISSING - select : 'Selection Field', // MISSING + select : 'Selection Field', // MISSING imageButton : 'Image Button', // MISSING notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['bs'] = cssStyle : 'Stil', ok : 'OK', cancel : 'Odustani', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : 'Naprednije', - validateNumberFailed : 'This value is not a number.', // MISSING + 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 // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['bs'] = upload : 'Å alji', advanced : 'Naprednije', type : 'Tip linka', + toUrl : 'URL', // MISSING toAnchor : 'Sidro na ovoj stranici', toEmail : 'E-Mail', - target : 'Prozor', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Novi prozor (_blank)', - targetTop : 'Najgornji prozor (_top)', - targetSelf : 'Isti prozor (_self)', - targetParent : 'Glavni prozor (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Target Frame Name', // MISSING targetPopupName : 'Naziv popup prozora', popupFeatures : 'Moguænosti popup prozora', popupResizable : 'Resizable', // MISSING popupStatusBar : 'Statusna traka', - popupLocationBar : 'Traka za lokaciju', + popupLocationBar: 'Traka za lokaciju', popupToolbar : 'Traka sa alatima', popupMenuBar : 'Izborna traka', popupFullScreen : 'Cijeli ekran (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['bs'] = popupTop : 'Gornja pozicija', id : 'Id', // MISSING langDir : 'Smjer pisanja', - langDirNotSet : '', langDirLTR : 'S lijeva na desno (LTR)', langDirRTL : 'S desna na lijevo (RTL)', acccessKey : 'Pristupna tipka', @@ -203,13 +209,13 @@ CKEDITOR.lang['bs'] = columns : 'Kolona', border : 'Okvir', align : 'Poravnanje', - alignNotSet : '', alignLeft : 'Lijevo', alignCenter : 'Centar', alignRight : 'Desno', width : 'Å irina', widthPx : 'piksela', widthPc : 'posto', + widthUnit : 'width unit', // MISSING height : 'Visina', cellSpace : 'Razmak æelija', cellPad : 'Uvod æelija', @@ -260,7 +266,7 @@ CKEDITOR.lang['bs'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['bs'] = menu : 'Form Properties', // MISSING action : 'Action', // MISSING method : 'Method', // MISSING - encoding : 'Encoding', // MISSING - target : 'Prozor', - targetNotSet : '', - targetNew : 'Novi prozor (_blank)', - targetTop : 'Najgornji prozor (_top)', - targetSelf : 'Isti prozor (_self)', - targetParent : 'Glavni prozor (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['bs'] = title : 'Svojstva slike', titleButton : 'Image Button Properties', // MISSING menu : 'Svojstva slike', - infoTab : 'Info slike', + infoTab : 'Info slike', btnUpload : 'Å alji na server', - url : 'URL', - upload : 'Å alji', - alt : 'Tekst na slici', + upload : 'Å alji', + alt : 'Tekst na slici', width : 'Å irina', - height : 'Visina', + height : 'Visina', lockRatio : 'Zakljuèaj odnos', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Resetuj dimenzije', - border : 'Okvir', - hSpace : 'HSpace', - vSpace : 'VSpace', + border : 'Okvir', + hSpace : 'HSpace', + vSpace : 'VSpace', align : 'Poravnanje', alignLeft : 'Lijevo', alignRight : 'Desno', - preview : 'Prikaz', alertUrl : 'Molimo ukucajte URL od slike.', - linkTab : 'Link', // MISSING + linkTab : 'Link', // MISSING button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['bs'] = { properties : 'Flash Properties', // MISSING propertiesTab : 'Properties', // MISSING - title : 'Flash Properties', // MISSING - chkPlay : 'Auto Play', // MISSING - chkLoop : 'Loop', // MISSING - chkMenu : 'Enable Flash Menu', // MISSING - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Scale', // MISSING + title : 'Flash Properties', // MISSING + chkPlay : 'Auto Play', // MISSING + chkLoop : 'Loop', // MISSING + chkMenu : 'Enable Flash Menu', // MISSING + chkFull : 'Allow Fullscreen', // MISSING + scale : 'Scale', // MISSING scaleAll : 'Show all', // MISSING scaleNoBorder : 'No Border', // MISSING scaleFit : 'Exact Fit', // MISSING access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'Poravnanje', - alignLeft : 'Lijevo', - alignAbsBottom: 'Abs dole', - alignAbsMiddle: 'Abs sredina', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'Poravnanje', + alignLeft : 'Lijevo', + alignAbsBottom : 'Abs dole', + alignAbsMiddle : 'Abs sredina', alignBaseline : 'Bazno', - alignBottom : 'Dno', - alignMiddle : 'Sredina', - alignRight : 'Desno', + alignBottom : 'Dno', + alignMiddle : 'Sredina', + alignRight : 'Desno', alignTextTop : 'Vrh teksta', - alignTop : 'Vrh', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Boja pozadine', - width : 'Å irina', - height : 'Visina', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'Molimo ukucajte URL link', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'Vrh', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'Boja pozadine', + width : 'Å irina', + height : 'Visina', + hSpace : 'HSpace', + vSpace : 'VSpace', + validateSrc : 'Molimo ukucajte URL link', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,23 +481,24 @@ CKEDITOR.lang['bs'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'Numerisana lista', - bulletedlist : 'Lista', - indent : 'Poveæaj uvod', - outdent : 'Smanji uvod', + numberedlist : 'Numerisana lista', + bulletedlist : 'Lista', + indent : 'Poveæaj uvod', + outdent : 'Smanji uvod', justify : { - left : 'Lijevo poravnanje', - center : 'Centralno poravnanje', - right : 'Desno poravnanje', - block : 'Puno poravnanje' + left : 'Lijevo poravnanje', + center : 'Centralno poravnanje', + right : 'Desno poravnanje', + block : 'Puno poravnanje' }, - blockquote : 'Blockquote', // MISSING + blockquote : 'Block Quote', // MISSING clipboard : { @@ -501,61 +506,59 @@ CKEDITOR.lang['bs'] = cutError : 'Sigurnosne postavke vaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl+X).', copyError : 'Sigurnosne postavke VaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl+C).', pasteMsg : 'Please paste inside the following box using the keyboard (Ctrl+V) and hit OK', // MISSING - securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.' // MISSING + securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Zalijepi iz Word-a', - title : 'Zalijepi iz Word-a', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Zalijepi iz Word-a', + title : 'Zalijepi iz Word-a', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Zalijepi kao obièan tekst', - title : 'Zalijepi kao obièan tekst' + button : 'Zalijepi kao obièan tekst', + title : 'Zalijepi kao obièan tekst' }, templates : { - button : 'Templates', // MISSING - title : 'Content Templates', // MISSING - insertOption: 'Replace actual contents', // MISSING - selectPromptMsg: 'Please select the template to open in the editor', // MISSING - emptyListMsg : '(No templates defined)' // MISSING + button : 'Templates', // MISSING + title : 'Content Templates', // MISSING + insertOption : 'Replace actual contents', // MISSING + selectPromptMsg : 'Please select the template to open in the editor', // MISSING + emptyListMsg : '(No templates defined)' // MISSING }, showBlocks : 'Show Blocks', // MISSING stylesCombo : { - label : 'Stil', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'Stil', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'Format', - voiceLabel : 'Format', // MISSING - panelTitle : 'Format', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Format', + panelTitle : 'Format', - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - tag_h1 : 'Heading 1', - tag_h2 : 'Heading 2', - tag_h3 : 'Heading 3', - tag_h4 : 'Heading 4', - tag_h5 : 'Heading 5', - tag_h6 : 'Heading 6', - tag_div : 'Normal (DIV)' // MISSING + tag_p : 'Normal', + tag_pre : 'Formatted', + tag_address : 'Address', + tag_h1 : 'Heading 1', + tag_h2 : 'Heading 2', + tag_h3 : 'Heading 3', + tag_h4 : 'Heading 4', + tag_h5 : 'Heading 5', + tag_h6 : 'Heading 6', + tag_div : 'Normal (DIV)' // MISSING }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['bs'] = font : { - label : 'Font', - voiceLabel : 'Font', // MISSING - panelTitle : 'Font', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Font', + voiceLabel : 'Font', // MISSING + panelTitle : 'Font' }, fontSize : { - label : 'Velièina', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Velièina', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Velièina', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Velièina' }, colorButton : { - textColorTitle : 'Boja teksta', - bgColorTitle : 'Boja pozadine', - auto : 'Automatska', - more : 'ViÅ¡e boja...' + textColorTitle : 'Boja teksta', + bgColorTitle : 'Boja pozadine', + panelTitle : 'Colors', // MISSING + auto : 'Automatska', + more : 'ViÅ¡e boja...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['bs'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['bs'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/ca.js b/_source/lang/ca.js index d9e6a9e..26eebda 100644 --- a/_source/lang/ca.js +++ b/_source/lang/ca.js @@ -31,7 +31,11 @@ CKEDITOR.lang['ca'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Editor de text enriquit, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Codi font', @@ -68,12 +72,12 @@ CKEDITOR.lang['ca'] = flash : 'Flash', form : 'Formulari', checkbox : 'Casella de verificació', - radio : 'Botó d\'opció', + radio : 'Botó d\'opció', textField : 'Camp de text', textarea : 'Àrea de text', hiddenField : 'Camp ocult', button : 'Botó', - select : 'Camp de selecció', + select : 'Camp de selecció', imageButton : 'Botó d\'imatge', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['ca'] = cssStyle : 'Estil', ok : 'D\'acord', cancel : 'Cancel·la', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', advancedTab : 'Avançat', - validateNumberFailed : 'Aquest valor no és un número.', + validateNumberFailed : 'Aquest valor no és un número.', confirmNewPage : 'Els canvis en aquest contingut que no es desin es perdran. Esteu segur que voleu carregar una pàgina nova?', confirmCancel : 'Algunes opcions s\'han canviat. Esteu segur que voleu tancar la finestra de diàleg?', + options : '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 // Put the voice-only part of the label in the span. unavailable : '%1, no disponible' @@ -116,22 +128,17 @@ CKEDITOR.lang['ca'] = upload : 'Puja', advanced : 'Avançat', type : 'Tipus d\'enllaç', + toUrl : 'URL', // MISSING toAnchor : 'Àncora en aquesta pàgina', toEmail : 'Correu electrònic', - target : 'Destí', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Nova finestra (_blank)', - targetTop : 'Finestra Major (_top)', - targetSelf : 'Mateixa finestra (_self)', - targetParent : 'Finestra pare (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Nom del marc de destí', targetPopupName : 'Nom finestra popup', popupFeatures : 'Característiques finestra popup', popupResizable : 'Redimensionable', popupStatusBar : 'Barra d\'estat', - popupLocationBar : 'Barra d\'adreça', + popupLocationBar: 'Barra d\'adreça', popupToolbar : 'Barra d\'eines', popupMenuBar : 'Barra de menú', popupFullScreen : 'Pantalla completa (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['ca'] = popupTop : 'Posició dalt', id : 'Id', langDir : 'Direcció de l\'idioma', - langDirNotSet : '', langDirLTR : 'D\'esquerra a dreta (LTR)', langDirRTL : 'De dreta a esquerra (RTL)', acccessKey : 'Clau d\'accés', @@ -203,13 +209,13 @@ CKEDITOR.lang['ca'] = columns : 'Columnes', border : 'Mida vora', align : 'Alineació', - alignNotSet : '', alignLeft : 'Esquerra', alignCenter : 'Centre', alignRight : 'Dreta', width : 'Amplada', widthPx : 'píxels', widthPc : 'percentatge', + widthUnit : 'width unit', // MISSING height : 'Alçada', cellSpace : 'Espaiat de cel·les', cellPad : 'Encoixinament de cel·les', @@ -260,7 +266,7 @@ CKEDITOR.lang['ca'] = invalidHeight : 'L\'alçada de cel·la ha de ser un nombre.', invalidRowSpan : 'L\'expansió de files ha de ser un nombre enter.', invalidColSpan : 'L\'expansió de columnes ha de ser un nombre enter.', - chooseColor : 'Choose' // MISSING + chooseColor : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['ca'] = menu : 'Propietats del formulari', action : 'Acció', method : 'Mètode', - encoding : 'Codificació', - target : 'Destí', - targetNotSet : '', - targetNew : 'Nova finestra (_blank)', - targetTop : 'Finestra Major (_top)', - targetSelf : 'Mateixa finestra (_self)', - targetParent : 'Finestra pare (_parent)' + encoding : 'Codificació' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['ca'] = title : 'Propietats de la imatge', titleButton : 'Propietats del botó d\'imatge', menu : 'Propietats de la imatge', - infoTab : 'Informació de la imatge', + infoTab : 'Informació de la imatge', btnUpload : 'Envia-la al servidor', - url : 'URL', - upload : 'Puja', - alt : 'Text alternatiu', + upload : 'Puja', + alt : 'Text alternatiu', width : 'Amplada', - height : 'Alçada', + height : 'Alçada', lockRatio : 'Bloqueja les proporcions', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Restaura la mida', - border : 'Vora', - hSpace : 'Espaiat horit.', - vSpace : 'Espaiat vert.', + border : 'Vora', + hSpace : 'Espaiat horit.', + vSpace : 'Espaiat vert.', align : 'Alineació', alignLeft : 'Ajusta a l\'esquerra', alignRight : 'Ajusta a la dreta', - preview : 'Vista prèvia', alertUrl : 'Si us plau, escriviu la URL de la imatge', - linkTab : 'Enllaç', + linkTab : 'Enllaç', button2Img : 'Voleu transformar el botó d\'imatge seleccionat en una simple imatge?', img2Button : 'Voleu transformar la imatge seleccionada en un botó d\'imatge?', - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['ca'] = { properties : 'Propietats del Flash', propertiesTab : 'Propietats', - title : 'Propietats del Flash', - chkPlay : 'Reprodució automàtica', - chkLoop : 'Bucle', - chkMenu : 'Habilita menú Flash', - chkFull : 'Permetre la pantalla completa', - scale : 'Escala', + title : 'Propietats del Flash', + chkPlay : 'Reprodució automàtica', + chkLoop : 'Bucle', + chkMenu : 'Habilita menú Flash', + chkFull : 'Permetre la pantalla completa', + scale : 'Escala', scaleAll : 'Mostra-ho tot', scaleNoBorder : 'Sense vores', scaleFit : 'Mida exacta', access : 'Accés a scripts', accessAlways : 'Sempre', - accessSameDomain : 'El mateix domini', - accessNever : 'Mai', - align : 'Alineació', - alignLeft : 'Ajusta a l\'esquerra', - alignAbsBottom: 'Abs Bottom', - alignAbsMiddle: 'Abs Middle', + accessSameDomain: 'El mateix domini', + accessNever : 'Mai', + align : 'Alineació', + alignLeft : 'Ajusta a l\'esquerra', + alignAbsBottom : 'Abs Bottom', + alignAbsMiddle : 'Abs Middle', alignBaseline : 'Baseline', - alignBottom : 'Bottom', - alignMiddle : 'Middle', - alignRight : 'Ajusta a la dreta', + alignBottom : 'Bottom', + alignMiddle : 'Middle', + alignRight : 'Ajusta a la dreta', alignTextTop : 'Text Top', - alignTop : 'Top', - quality : 'Qualitat', - qualityBest : 'La millor', - qualityHigh : 'Alta', - qualityAutoHigh : 'Alta automàtica', - qualityMedium : 'Mitjana', - qualityAutoLow : 'Baixa automàtica', - qualityLow : 'Baixa', - windowModeWindow : 'Finestra', - windowModeOpaque : 'Opaca', - windowModeTransparent : 'Transparent', - windowMode : 'Mode de la finestra', - flashvars : 'Variables de Flash', - bgcolor : 'Color de Fons', - width : 'Amplada', - height : 'Alçada', - hSpace : 'Espaiat horit.', - vSpace : 'Espaiat vert.', - validateSrc : 'Si us plau, escrigui l\'enllaç URL', - validateWidth : 'L\'amplada ha de ser un nombre.', - validateHeight : 'L\'alçada ha de ser un nombre.', - validateHSpace : 'L\'espaiat horitzonatal ha de ser un nombre.', - validateVSpace : 'L\'espaiat vertical ha de ser un nombre.' + alignTop : 'Top', + quality : 'Qualitat', + qualityBest : 'La millor', + qualityHigh : 'Alta', + qualityAutoHigh : 'Alta automàtica', + qualityMedium : 'Mitjana', + qualityAutoLow : 'Baixa automàtica', + qualityLow : 'Baixa', + windowModeWindow: 'Finestra', + windowModeOpaque: 'Opaca', + windowModeTransparent : 'Transparent', + windowMode : 'Mode de la finestra', + flashvars : 'Variables de Flash', + bgcolor : 'Color de Fons', + width : 'Amplada', + height : 'Alçada', + hSpace : 'Espaiat horit.', + vSpace : 'Espaiat vert.', + validateSrc : 'Si us plau, escrigui l\'enllaç URL', + validateWidth : 'L\'amplada ha de ser un nombre.', + validateHeight : 'L\'alçada ha de ser un nombre.', + validateHSpace : 'L\'espaiat horitzonatal ha de ser un nombre.', + validateVSpace : 'L\'espaiat vertical ha de ser un nombre.' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['ca'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' }, - numberedlist : 'Llista numerada', - bulletedlist : 'Llista de pics', - indent : 'Augmenta el sagnat', - outdent : 'Redueix el sagnat', + numberedlist : 'Llista numerada', + bulletedlist : 'Llista de pics', + indent : 'Augmenta el sagnat', + outdent : 'Redueix el sagnat', justify : { - left : 'Alinia a l\'esquerra', - center : 'Centrat', - right : 'Alinia a la dreta', - block : 'Justificat' + left : 'Alinia a l\'esquerra', + center : 'Centrat', + right : 'Alinia a la dreta', + block : 'Justificat' }, blockquote : 'Bloc de cita', @@ -501,61 +506,59 @@ CKEDITOR.lang['ca'] = cutError : 'La seguretat del vostre navegador no permet executar automàticament les operacions de retallar. Si us plau, utilitzeu el teclat (Ctrl+X).', copyError : 'La seguretat del vostre navegador no permet executar automàticament les operacions de copiar. Si us plau, utilitzeu el teclat (Ctrl+C).', pasteMsg : 'Si us plau, enganxeu dins del següent camp utilitzant el teclat (Ctrl+V) i premeu OK.', - securityMsg : 'A causa de la configuració de seguretat del vostre navegador, l\'editor no pot accedir al porta-retalls directament. Enganxeu-ho un altre cop en aquesta finestra.' + securityMsg : 'A causa de la configuració de seguretat del vostre navegador, l\'editor no pot accedir al porta-retalls directament. Enganxeu-ho un altre cop en aquesta finestra.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'El text que voleu enganxar sembla provenir de Word. Voleu netejar aquest text abans que sigui enganxat?', - toolbar : 'Enganxa des del Word', - title : 'Enganxa des del Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'El text que voleu enganxar sembla provenir de Word. Voleu netejar aquest text abans que sigui enganxat?', + toolbar : 'Enganxa des del Word', + title : 'Enganxa des del Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Enganxa com a text no formatat', - title : 'Enganxa com a text no formatat' + button : 'Enganxa com a text no formatat', + title : 'Enganxa com a text no formatat' }, templates : { - button : 'Plantilles', - title : 'Contingut plantilles', - insertOption: 'Reemplaça el contingut actual', - selectPromptMsg: 'Si us plau, seleccioneu la plantilla per obrir a l\'editor
(el contingut actual no serà enregistrat):', - emptyListMsg : '(No hi ha plantilles definides)' + button : 'Plantilles', + title : 'Contingut plantilles', + insertOption : 'Reemplaça el contingut actual', + selectPromptMsg : 'Si us plau, seleccioneu la plantilla per obrir a l\'editor
(el contingut actual no serà enregistrat):', + emptyListMsg : '(No hi ha plantilles definides)' }, showBlocks : 'Mostra els blocs', stylesCombo : { - label : 'Estil', - voiceLabel : 'Estils', - panelVoiceLabel : 'Seleccioneu un estil', - panelTitle1 : 'Estils de bloc', - panelTitle2 : 'Estils incrustats', - panelTitle3 : 'Estils d\'objecte' + label : 'Estil', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Estils de bloc', + panelTitle2 : 'Estils incrustats', + panelTitle3 : 'Estils d\'objecte' }, format : { - label : 'Format', - voiceLabel : 'Format', - panelTitle : 'Format', - panelVoiceLabel : 'Seleccioneu un format de paràgraf', + label : 'Format', + panelTitle : 'Format', - tag_p : 'Normal', - tag_pre : 'Formatejat', - tag_address : 'Adreça', - tag_h1 : 'Encapçalament 1', - tag_h2 : 'Encapçalament 2', - tag_h3 : 'Encapçalament 3', - tag_h4 : 'Encapçalament 4', - tag_h5 : 'Encapçalament 5', - tag_h6 : 'Encapçalament 6', - tag_div : 'Normal (DIV)' + tag_p : 'Normal', + tag_pre : 'Formatejat', + tag_address : 'Adreça', + tag_h1 : 'Encapçalament 1', + tag_h2 : 'Encapçalament 2', + tag_h3 : 'Encapçalament 3', + tag_h4 : 'Encapçalament 4', + tag_h5 : 'Encapçalament 5', + tag_h6 : 'Encapçalament 6', + tag_div : 'Normal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['ca'] = font : { - label : 'Tipus de lletra', - voiceLabel : 'Tipus de lletra', - panelTitle : 'Tipus de lletra', - panelVoiceLabel : 'Seleccioneu un tipus de lletra' + label : 'Tipus de lletra', + voiceLabel : 'Tipus de lletra', + panelTitle : 'Tipus de lletra' }, fontSize : { - label : 'Mida', - voiceLabel : 'Mida de la lletra', - panelTitle : 'Mida', - panelVoiceLabel : 'Seleccioneu una mida de lletra' + label : 'Mida', + voiceLabel : 'Mida de la lletra', + panelTitle : 'Mida' }, colorButton : { - textColorTitle : 'Color de Text', - bgColorTitle : 'Color de Fons', - auto : 'Automàtic', - more : 'Més colors...' + textColorTitle : 'Color de Text', + bgColorTitle : 'Color de Fons', + panelTitle : 'Colors', // MISSING + auto : 'Automàtic', + more : 'Més colors...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['ca'] = scayt : { - title : 'Spell Check As You Type', - enable : 'Habilitat l\'SCAYT', - disable : 'Deshabilita SCAYT', - about : 'Quant a l\'SCAYT', - toggle : 'Commuta l\'SCAYT', - options : 'Opcions', - langs : 'Idiomes', - moreSuggestions : 'Més suggerències', - ignore : 'Ignora', - ignoreAll : 'Ignora\'ls tots', - addWord : 'Afegeix una paraula', - emptyDic : 'El nom del diccionari no hauria d\'estar buit.', - optionsTab : 'Opcions', - languagesTab : 'Idiomes', - dictionariesTab : 'Diccionaris', - aboutTab : 'Quant a' + title : 'Spell Check As You Type', + enable : 'Habilitat l\'SCAYT', + disable : 'Deshabilita SCAYT', + about : 'Quant a l\'SCAYT', + toggle : 'Commuta l\'SCAYT', + options : 'Opcions', + langs : 'Idiomes', + moreSuggestions : 'Més suggerències', + ignore : 'Ignora', + ignoreAll : 'Ignora\'ls tots', + addWord : 'Afegeix una paraula', + emptyDic : 'El nom del diccionari no hauria d\'estar buit.', + optionsTab : 'Opcions', + languagesTab : 'Idiomes', + dictionariesTab : 'Diccionaris', + aboutTab : 'Quant a' }, about : { - title : 'Quan al CKEditor', - dlgTitle : 'Quan al CKEditor', - moreInfo : 'Per informació sobre llicències visiteu el web:', - copy : 'Copyright © $1. All rights reserved.' + title : 'Quan al CKEditor', + dlgTitle : 'Quan al CKEditor', + moreInfo : 'Per informació sobre llicències visiteu el web:', + copy : 'Copyright © $1. All rights reserved.' }, maximize : 'Maximiza', @@ -676,22 +678,22 @@ CKEDITOR.lang['ca'] = fakeobjects : { - anchor : 'Àncora', - flash : 'Animació Flash', - div : 'Salt de pàgina', - unknown : 'Objecte desconegut' + anchor : 'Àncora', + flash : 'Animació Flash', + div : 'Salt de pàgina', + unknown : 'Objecte desconegut' }, resize : 'Arrossegueu per redimensionar', colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/cs.js b/_source/lang/cs.js index 9cef445..e8fc379 100644 --- a/_source/lang/cs.js +++ b/_source/lang/cs.js @@ -31,7 +31,11 @@ CKEDITOR.lang['cs'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Editor formátovaného textu, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Zdroj', @@ -68,12 +72,12 @@ CKEDITOR.lang['cs'] = flash : 'Flash', form : 'Formulář', checkbox : 'ZaÅ¡krtávací políčko', - radio : 'Přepínač', + radio : 'Přepínač', textField : 'Textové pole', textarea : 'Textová oblast', hiddenField : 'Skryté pole', button : 'Tlačítko', - select : 'Seznam', + select : 'Seznam', imageButton : 'Obrázkové tlačítko', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['cs'] = cssStyle : 'Styl', ok : 'OK', cancel : 'Storno', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'Obecné', advancedTab : 'Rozšířené', - validateNumberFailed : 'Zadaná hodnota není číselná.', + validateNumberFailed : 'Zadaná hodnota není číselná.', confirmNewPage : 'Jakékoliv neuložené změny obsahu budou ztraceny. Skutečně chete otevrít novou stránku?', confirmCancel : 'Některá z nastavení byla změněna. Skutečně chete zavřít dialogové okno?', + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, nedostupné' @@ -116,22 +128,17 @@ CKEDITOR.lang['cs'] = upload : 'Odeslat', advanced : 'Rozšířené', type : 'Typ odkazu', + toUrl : 'URL', // MISSING toAnchor : 'Kotva v této stránce', toEmail : 'E-Mail', - target : 'Cíl', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Nové okno (_blank)', - targetTop : 'Hlavní okno (_top)', - targetSelf : 'Stejné okno (_self)', - targetParent : 'Rodičovské okno (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Název cílového rámu', targetPopupName : 'Název vyskakovacího okna', popupFeatures : 'Vlastnosti vyskakovacího okna', popupResizable : 'Umožňující měnit velikost', popupStatusBar : 'Stavový řádek', - popupLocationBar : 'Panel umístění', + popupLocationBar: 'Panel umístění', popupToolbar : 'Panel nástrojů', popupMenuBar : 'Panel nabídky', popupFullScreen : 'Celá obrazovka (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['cs'] = popupTop : 'Horní okraj', id : 'Id', langDir : 'Orientace jazyka', - langDirNotSet : '', langDirLTR : 'Zleva do prava (LTR)', langDirRTL : 'Zprava do leva (RTL)', acccessKey : 'Přístupový klíč', @@ -203,13 +209,13 @@ CKEDITOR.lang['cs'] = columns : 'Sloupce', border : 'Ohraničení', align : 'Zarovnání', - alignNotSet : '', alignLeft : 'Vlevo', alignCenter : 'Na střed', alignRight : 'Vpravo', width : 'Šířka', widthPx : 'bodů', widthPc : 'procent', + widthUnit : 'width unit', // MISSING height : 'Výška', cellSpace : 'Vzdálenost buněk', cellPad : 'Odsazení obsahu v buňce', @@ -260,7 +266,7 @@ CKEDITOR.lang['cs'] = invalidHeight : 'Zadaná výška buňky musí být číslená.', invalidRowSpan : 'Zadaný počet sloučených řádků musí být celé číslo.', invalidColSpan : 'Zadaný počet sloučených sloupců musí být celé číslo.', - chooseColor : 'Výběr' + chooseColor : 'Výběr' }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['cs'] = menu : 'Vlastnosti formuláře', action : 'Akce', method : 'Metoda', - encoding : 'Kódování', - target : 'Cíl', - targetNotSet : '', - targetNew : 'Nové okno (_blank)', - targetTop : 'Hlavní okno (_top)', - targetSelf : 'Stejné okno (_self)', - targetParent : 'Rodičovské okno (_parent)' + encoding : 'Kódování' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['cs'] = title : 'Vlastnosti obrázku', titleButton : 'Vlastností obrázkového tlačítka', menu : 'Vlastnosti obrázku', - infoTab : 'Informace o obrázku', + infoTab : 'Informace o obrázku', btnUpload : 'Odeslat na server', - url : 'URL', - upload : 'Odeslat', - alt : 'Alternativní text', + upload : 'Odeslat', + alt : 'Alternativní text', width : 'Šířka', - height : 'Výška', + height : 'Výška', lockRatio : 'Zámek', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Původní velikost', - border : 'Okraje', - hSpace : 'H-mezera', - vSpace : 'V-mezera', + border : 'Okraje', + hSpace : 'H-mezera', + vSpace : 'V-mezera', align : 'Zarovnání', alignLeft : 'Vlevo', alignRight : 'Vpravo', - preview : 'Náhled', alertUrl : 'Zadejte prosím URL obrázku', - linkTab : 'Odkaz', + linkTab : 'Odkaz', button2Img : 'Skutečně chcete převést zvolené obrázkové tlačítko na obyčejný obrázek?', img2Button : 'Skutečně chcete převést zvolený obrázek na obrázkové tlačítko?', - urlMissing : 'Zadané URL zdroje obrázku nebylo nalezeno.' + urlMissing : 'Zadané URL zdroje obrázku nebylo nalezeno.', + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['cs'] = { properties : 'Vlastnosti Flashe', propertiesTab : 'Vlastnosti', - title : 'Vlastnosti Flashe', - chkPlay : 'Automatické spuÅ¡tění', - chkLoop : 'Opakování', - chkMenu : 'Nabídka Flash', - chkFull : 'Povolit celoobrazovkový režim', - scale : 'Zobrazit', + title : 'Vlastnosti Flashe', + chkPlay : 'Automatické spuÅ¡tění', + chkLoop : 'Opakování', + chkMenu : 'Nabídka Flash', + chkFull : 'Povolit celoobrazovkový režim', + scale : 'Zobrazit', scaleAll : 'Zobrazit vÅ¡e', scaleNoBorder : 'Bez okraje', scaleFit : 'Přizpůsobit', access : 'Přístup ke skriptu', accessAlways : 'Vždy', - accessSameDomain : 'Ve stejné doméně', - accessNever : 'Nikdy', - align : 'Zarovnání', - alignLeft : 'Vlevo', - alignAbsBottom: 'Zcela dolů', - alignAbsMiddle: 'Doprostřed', + accessSameDomain: 'Ve stejné doméně', + accessNever : 'Nikdy', + align : 'Zarovnání', + alignLeft : 'Vlevo', + alignAbsBottom : 'Zcela dolů', + alignAbsMiddle : 'Doprostřed', alignBaseline : 'Na účaří', - alignBottom : 'Dolů', - alignMiddle : 'Na střed', - alignRight : 'Vpravo', + alignBottom : 'Dolů', + alignMiddle : 'Na střed', + alignRight : 'Vpravo', alignTextTop : 'Na horní okraj textu', - alignTop : 'Nahoru', - quality : 'Kvalita', - qualityBest : 'Nejlepší', - qualityHigh : 'Vysoká', - qualityAutoHigh : 'Vysoká - auto', - qualityMedium : 'Střední', - qualityAutoLow : 'Nízká - auto', - qualityLow : 'Nejnižší', - windowModeWindow : 'Okno', - windowModeOpaque : 'Neprůhledné', - windowModeTransparent : 'Průhledné', - windowMode : 'Režim okna', - flashvars : 'Proměnné pro Flash', - bgcolor : 'Barva pozadí', - width : 'Šířka', - height : 'Výška', - hSpace : 'H-mezera', - vSpace : 'V-mezera', - validateSrc : 'Zadejte prosím URL odkazu', - validateWidth : 'Zadaná šířka musí být číslo.', - validateHeight : 'Zadaná výška musí být číslo.', - validateHSpace : 'Zadaná H-mezera musí být číslo.', - validateVSpace : 'Zadaná V-mezera musí být číslo.' + alignTop : 'Nahoru', + quality : 'Kvalita', + qualityBest : 'Nejlepší', + qualityHigh : 'Vysoká', + qualityAutoHigh : 'Vysoká - auto', + qualityMedium : 'Střední', + qualityAutoLow : 'Nízká - auto', + qualityLow : 'Nejnižší', + windowModeWindow: 'Okno', + windowModeOpaque: 'Neprůhledné', + windowModeTransparent : 'Průhledné', + windowMode : 'Režim okna', + flashvars : 'Proměnné pro Flash', + bgcolor : 'Barva pozadí', + width : 'Šířka', + height : 'Výška', + hSpace : 'H-mezera', + vSpace : 'V-mezera', + validateSrc : 'Zadejte prosím URL odkazu', + validateWidth : 'Zadaná šířka musí být číslo.', + validateHeight : 'Zadaná výška musí být číslo.', + validateHSpace : 'Zadaná H-mezera musí být číslo.', + validateVSpace : 'Zadaná V-mezera musí být číslo.' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['cs'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 objekt' }, - numberedlist : 'Číslování', - bulletedlist : 'Odrážky', - indent : 'ZvětÅ¡it odsazení', - outdent : 'ZmenÅ¡it odsazení', + numberedlist : 'Číslování', + bulletedlist : 'Odrážky', + indent : 'ZvětÅ¡it odsazení', + outdent : 'ZmenÅ¡it odsazení', justify : { - left : 'Zarovnat vlevo', - center : 'Zarovnat na střed', - right : 'Zarovnat vpravo', - block : 'Zarovnat do bloku' + left : 'Zarovnat vlevo', + center : 'Zarovnat na střed', + right : 'Zarovnat vpravo', + block : 'Zarovnat do bloku' }, blockquote : 'Citace', @@ -501,61 +506,59 @@ CKEDITOR.lang['cs'] = cutError : 'Bezpečnostní nastavení VaÅ¡eho prohlížeče nedovolují editoru spustit funkci pro vyjmutí zvoleného textu do schránky. Prosím vyjměte zvolený text do schránky pomocí klávesnice (Ctrl+X).', copyError : 'Bezpečnostní nastavení VaÅ¡eho prohlížeče nedovolují editoru spustit funkci pro kopírování zvoleného textu do schránky. Prosím zkopírujte zvolený text do schránky pomocí klávesnice (Ctrl+C).', pasteMsg : 'Do následujícího pole vložte požadovaný obsah pomocí klávesnice (Ctrl+V) a stiskněte OK.', - securityMsg : 'Z důvodů nastavení bezpečnosti VaÅ¡eho prohlížeče nemůže editor přistupovat přímo do schránky. Obsah schránky prosím vložte znovu do tohoto okna.' + securityMsg : 'Z důvodů nastavení bezpečnosti VaÅ¡eho prohlížeče nemůže editor přistupovat přímo do schránky. Obsah schránky prosím vložte znovu do tohoto okna.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'Jak je vidět, vkládaný text je kopírován z Wordu. Chcete jej před vložením vyčistit?', - toolbar : 'Vložit z Wordu', - title : 'Vložit z Wordu', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'Jak je vidět, vkládaný text je kopírován z Wordu. Chcete jej před vložením vyčistit?', + toolbar : 'Vložit z Wordu', + title : 'Vložit z Wordu', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Vložit jako čistý text', - title : 'Vložit jako čistý text' + button : 'Vložit jako čistý text', + title : 'Vložit jako čistý text' }, templates : { - button : 'Å ablony', - title : 'Å ablony obsahu', - insertOption: 'Nahradit aktuální obsah', - selectPromptMsg: 'Prosím zvolte Å¡ablonu pro otevření v editoru
(aktuální obsah editoru bude ztracen):', - emptyListMsg : '(Není definována žádná šablona)' + button : 'Šablony', + title : 'Šablony obsahu', + insertOption : 'Nahradit aktuální obsah', + selectPromptMsg : 'Prosím zvolte šablonu pro otevření v editoru
(aktuální obsah editoru bude ztracen):', + emptyListMsg : '(Není definována žádná Å¡ablona)' }, showBlocks : 'Ukázat bloky', stylesCombo : { - label : 'Styl', - voiceLabel : 'Styly', - panelVoiceLabel : 'Výběr stylu', - panelTitle1 : 'Blokové styly', - panelTitle2 : 'Řádkové styly', - panelTitle3 : 'Objektové styly' + label : 'Styl', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Blokové styly', + panelTitle2 : 'Řádkové styly', + panelTitle3 : 'Objektové styly' }, format : { - label : 'Formát', - voiceLabel : 'Formátování', - panelTitle : 'Formát', - panelVoiceLabel : 'Volba formátu odstavce', + label : 'Formát', + panelTitle : 'Formát', - tag_p : 'Normální', - tag_pre : 'Naformátováno', - tag_address : 'Adresa', - tag_h1 : 'Nadpis 1', - tag_h2 : 'Nadpis 2', - tag_h3 : 'Nadpis 3', - tag_h4 : 'Nadpis 4', - tag_h5 : 'Nadpis 5', - tag_h6 : 'Nadpis 6', - tag_div : 'Normální (DIV)' + tag_p : 'Normální', + tag_pre : 'Naformátováno', + tag_address : 'Adresa', + tag_h1 : 'Nadpis 1', + tag_h2 : 'Nadpis 2', + tag_h3 : 'Nadpis 3', + tag_h4 : 'Nadpis 4', + tag_h5 : 'Nadpis 5', + tag_h6 : 'Nadpis 6', + tag_div : 'Normální (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['cs'] = font : { - label : 'Písmo', - voiceLabel : 'Písmo', - panelTitle : 'Písmo', - panelVoiceLabel : 'Volba písma' + label : 'Písmo', + voiceLabel : 'Písmo', + panelTitle : 'Písmo' }, fontSize : { - label : 'Velikost', - voiceLabel : 'Velikost písma', - panelTitle : 'Velikost', - panelVoiceLabel : 'Volba velikosti písma' + label : 'Velikost', + voiceLabel : 'Velikost písma', + panelTitle : 'Velikost' }, colorButton : { - textColorTitle : 'Barva textu', - bgColorTitle : 'Barva pozadí', - auto : 'Automaticky', - more : 'Více barev...' + textColorTitle : 'Barva textu', + bgColorTitle : 'Barva pozadí', + panelTitle : 'Colors', // MISSING + auto : 'Automaticky', + more : 'Více barev...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['cs'] = scayt : { - title : 'Kontrola pravopisu během psaní (SCAYT)', - enable : 'Zapnout SCAYT', - disable : 'Vypnout SCAYT', - about : 'O aplikaci SCAYT', - toggle : 'Vypínač SCAYT', - options : 'Nastavení', - langs : 'Jazyky', - moreSuggestions : 'Více návrhů', - ignore : 'Přeskočit', - ignoreAll : 'Přeskočit vÅ¡e', - addWord : 'Přidat slovo', - emptyDic : 'Název slovníku nesmí být prázdný.', - optionsTab : 'Nastavení', - languagesTab : 'Jazyky', - dictionariesTab : 'Slovníky', - aboutTab : 'O aplikaci' + title : 'Kontrola pravopisu během psaní (SCAYT)', + enable : 'Zapnout SCAYT', + disable : 'Vypnout SCAYT', + about : 'O aplikaci SCAYT', + toggle : 'Vypínač SCAYT', + options : 'Nastavení', + langs : 'Jazyky', + moreSuggestions : 'Více návrhů', + ignore : 'Přeskočit', + ignoreAll : 'Přeskočit vÅ¡e', + addWord : 'Přidat slovo', + emptyDic : 'Název slovníku nesmí být prázdný.', + optionsTab : 'Nastavení', + languagesTab : 'Jazyky', + dictionariesTab : 'Slovníky', + aboutTab : 'O aplikaci' }, about : { - title : 'O aplikaci CKEditor', - dlgTitle : 'O aplikaci CKEditor', - moreInfo : 'Pro informace o lincenci navÅ¡tivte naÅ¡i webovou stránku:', - copy : 'Copyright © $1. All rights reserved.' + title : 'O aplikaci CKEditor', + dlgTitle : 'O aplikaci CKEditor', + moreInfo : 'Pro informace o lincenci navÅ¡tivte naÅ¡i webovou stránku:', + copy : 'Copyright © $1. All rights reserved.' }, maximize : 'Maximalizovat', @@ -676,22 +678,22 @@ CKEDITOR.lang['cs'] = fakeobjects : { - anchor : 'Záložka', - flash : 'Flash animace', - div : 'Zalomení stránky', - unknown : 'Neznámý objekt' + anchor : 'Záložka', + flash : 'Flash animace', + div : 'Zalomení stránky', + unknown : 'Neznámý objekt' }, resize : 'Uchopit pro změnu velikosti', colordialog : { - title : 'Výběr barvy', - highlight : 'Zvýraznit', - selected : 'Vybráno', - clear : 'Vyčistit' + title : 'Výběr barvy', + highlight : 'Zvýraznit', + selected : 'Vybráno', + clear : 'Vyčistit' }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/cy.js b/_source/lang/cy.js index c452ad7..18dbf66 100644 --- a/_source/lang/cy.js +++ b/_source/lang/cy.js @@ -31,7 +31,11 @@ CKEDITOR.lang['cy'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Golygydd testun cyfoethog, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Tarddle', @@ -68,12 +72,12 @@ CKEDITOR.lang['cy'] = flash : 'Flash', form : 'Ffurflen', checkbox : 'Blwch ticio', - radio : 'Botwm Radio', + radio : 'Botwm Radio', textField : 'Maes Testun', textarea : 'Ardal Testun', hiddenField : 'Maes Cudd', button : 'Botwm', - select : 'Maes Dewis', + select : 'Maes Dewis', imageButton : 'Botwm Delwedd', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['cy'] = cssStyle : 'Arddull', ok : 'Iawn', cancel : 'Diddymu', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'Cyffredinol', advancedTab : 'Uwch', - validateNumberFailed : 'Nid yw\'r gwerth hwn yn rhif.', + validateNumberFailed : 'Nid yw\'r gwerth hwn yn rhif.', confirmNewPage : 'Byddwch yn colli unrhyw newidiadau i\'r cynnwys sydd heb eu cadw. A ydych am barhau i lwytho tudalen newydd?', confirmCancel : 'Mae rhai o\'r opsiynau wedi\'u newid. A ydych wir am gau\'r deialog?', + options : '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 // Put the voice-only part of the label in the span. unavailable : '%1, ddim ar gael' @@ -116,22 +128,17 @@ CKEDITOR.lang['cy'] = upload : 'Lanlwytho', advanced : 'Uwch', type : 'Math y Ddolen', + toUrl : 'URL', // MISSING toAnchor : 'Dolen at angor yn y testun', toEmail : 'E-bost', - target : 'Targed', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Ffenestr Newydd (_blank)', - targetTop : 'Ffenestr Dop (_top)', - targetSelf : 'R\'un Ffenestr (_self)', - targetParent : 'Ffenestr y Rhiant (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Enw Ffrâm y Targed', targetPopupName : 'Enw Ffenestr Bop', popupFeatures : 'Nodweddion Ffenestr Bop', popupResizable : 'Ailfeintiol', popupStatusBar : 'Bar Statws', - popupLocationBar : 'Bar Safle', + popupLocationBar: 'Bar Safle', popupToolbar : 'Bar Offer', popupMenuBar : 'Dewislen', popupFullScreen : 'Sgrin Llawn (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['cy'] = popupTop : 'Safle Top', id : 'Id', langDir : 'Cyfeiriad Iaith', - langDirNotSet : '', langDirLTR : 'Chwith i\'r Dde (LTR)', langDirRTL : 'Dde i\'r Chwith (RTL)', acccessKey : 'Allwedd Mynediad', @@ -203,13 +209,13 @@ CKEDITOR.lang['cy'] = columns : 'Colofnau', border : 'Maint yr Ymyl', align : 'Aliniad', - alignNotSet : '', alignLeft : 'Chwith', alignCenter : 'Canol', alignRight : 'Dde', width : 'Lled', widthPx : 'picsel', widthPc : 'y cant', + widthUnit : 'width unit', // MISSING height : 'Uchder', cellSpace : 'Bylchu\'r gell', cellPad : 'Padio\'r gell', @@ -260,7 +266,7 @@ CKEDITOR.lang['cy'] = invalidHeight : 'Mae\'n rhaid i uchder y gell fod yn rhif.', invalidRowSpan : 'Mae\'n rhaid i rychwant y rhesi fod yn gyfanrif.', invalidColSpan : 'Mae\'n rhaid i rychwant y colofnau fod yn gyfanrif.', - chooseColor : 'Choose' + chooseColor : 'Choose' }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['cy'] = menu : 'Priodweddau Ffurflen', action : 'Gweithred', method : 'Dull', - encoding : 'Amgodio', - target : 'Targed', - targetNotSet : '', - targetNew : 'Ffenestr Newydd (_blank)', - targetTop : 'Ffenestr Dop (_top)', - targetSelf : 'R\'un Ffenestr (_self)', - targetParent : 'Ffenestr y Rhiant(_parent)' + encoding : 'Amgodio' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['cy'] = title : 'Priodweddau Delwedd', titleButton : 'Priodweddau Botwm Delwedd', menu : 'Priodweddau Delwedd', - infoTab : 'Gwyb Delwedd', + infoTab : 'Gwyb Delwedd', btnUpload : 'Anfon i\'r Gweinydd', - url : 'URL', - upload : 'lanlwytho', - alt : 'Testun Amgen', + upload : 'lanlwytho', + alt : 'Testun Amgen', width : 'Lled', - height : 'Uchder', + height : 'Uchder', lockRatio : 'Cloi Cymhareb', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Ailosod Maint', - border : 'Ymyl', - hSpace : 'BwlchLl', - vSpace : 'BwlchF', + border : 'Ymyl', + hSpace : 'BwlchLl', + vSpace : 'BwlchF', align : 'Alinio', alignLeft : 'Chwith', alignRight : 'Dde', - preview : 'Rhagolwg', alertUrl : 'Rhowch URL y ddelwedd', - linkTab : 'Dolen', + linkTab : 'Dolen', button2Img : 'Ydych am drawsffurfio\'r botwm ddelwedd hwn ar ddelwedd syml?', img2Button : 'Ydych am drawsffurfio\'r ddelwedd hon ar fotwm delwedd?', - urlMissing : 'URL tarddle\'r ddelwedd ar goll.' + urlMissing : 'URL tarddle\'r ddelwedd ar goll.', + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['cy'] = { properties : 'Priodweddau Flash', propertiesTab : 'Priodweddau', - title : 'Priodweddau Flash', - chkPlay : 'AwtoChwarae', - chkLoop : 'Lwpio', - chkMenu : 'Galluogi Dewislen Flash', - chkFull : 'Caniatàu Sgrin Llawn', - scale : 'Graddfa', + title : 'Priodweddau Flash', + chkPlay : 'AwtoChwarae', + chkLoop : 'Lwpio', + chkMenu : 'Galluogi Dewislen Flash', + chkFull : 'Caniatàu Sgrin Llawn', + scale : 'Graddfa', scaleAll : 'Dangos pob', scaleNoBorder : 'Dim Ymyl', scaleFit : 'Ffit Union', access : 'Mynediad Sgript', accessAlways : 'Pob amser', - accessSameDomain : 'R\'un parth', - accessNever : 'Byth', - align : 'Alinio', - alignLeft : 'Chwith', - alignAbsBottom: 'Gwaelod Abs', - alignAbsMiddle: 'Canol Abs', + accessSameDomain: 'R\'un parth', + accessNever : 'Byth', + align : 'Alinio', + alignLeft : 'Chwith', + alignAbsBottom : 'Gwaelod Abs', + alignAbsMiddle : 'Canol Abs', alignBaseline : 'Baslinell', - alignBottom : 'Gwaelod', - alignMiddle : 'Canol', - alignRight : 'Dde', + alignBottom : 'Gwaelod', + alignMiddle : 'Canol', + alignRight : 'Dde', alignTextTop : 'Testun Top', - alignTop : 'Top', - quality : 'Ansawdd', - qualityBest : 'Gorau', - qualityHigh : 'Uchel', - qualityAutoHigh : 'Uchel Awto', - qualityMedium : 'Canolig', - qualityAutoLow : 'Isel Awto', - qualityLow : 'Isel', - windowModeWindow : 'Ffenestr', - windowModeOpaque : 'Afloyw', - windowModeTransparent : 'Tryloyw', - windowMode : 'Modd ffenestr', - flashvars : 'Newidynnau ar gyfer Flash', - bgcolor : 'Lliw cefndir', - width : 'Lled', - height : 'Uchder', - hSpace : 'BwlchLl', - vSpace : 'BwlchF', - validateSrc : 'Ni all yr URL fod yn wag.', - validateWidth : 'Rhaid i\'r Lled fod yn rhif.', - validateHeight : 'Rhaid i\'r Uchder fod yn rhif.', - validateHSpace : 'Rhaid i\'r BwlchLl fod yn rhif.', - validateVSpace : 'Rhaid i\'r BwlchF fod yn rhif.' + alignTop : 'Top', + quality : 'Ansawdd', + qualityBest : 'Gorau', + qualityHigh : 'Uchel', + qualityAutoHigh : 'Uchel Awto', + qualityMedium : 'Canolig', + qualityAutoLow : 'Isel Awto', + qualityLow : 'Isel', + windowModeWindow: 'Ffenestr', + windowModeOpaque: 'Afloyw', + windowModeTransparent : 'Tryloyw', + windowMode : 'Modd ffenestr', + flashvars : 'Newidynnau ar gyfer Flash', + bgcolor : 'Lliw cefndir', + width : 'Lled', + height : 'Uchder', + hSpace : 'BwlchLl', + vSpace : 'BwlchF', + validateSrc : 'Ni all yr URL fod yn wag.', + validateWidth : 'Rhaid i\'r Lled fod yn rhif.', + validateHeight : 'Rhaid i\'r Uchder fod yn rhif.', + validateHSpace : 'Rhaid i\'r BwlchLl fod yn rhif.', + validateVSpace : 'Rhaid i\'r BwlchF fod yn rhif.' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['cy'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : 'Elfen %1' }, - numberedlist : 'Mewnosod/Tynnu Rhestr Rhifol', - bulletedlist : 'Mewnosod/Tynnu Rhestr Bwled', - indent : 'Cynyddu\'r Mewnoliad', - outdent : 'Lleihau\'r Mewnoliad', + numberedlist : 'Mewnosod/Tynnu Rhestr Rhifol', + bulletedlist : 'Mewnosod/Tynnu Rhestr Bwled', + indent : 'Cynyddu\'r Mewnoliad', + outdent : 'Lleihau\'r Mewnoliad', justify : { - left : 'Alinio i\'r Chwith', - center : 'Alinio i\'r Canol', - right : 'Alinio i\'r Dde', - block : 'Aliniad Bloc' + left : 'Alinio i\'r Chwith', + center : 'Alinio i\'r Canol', + right : 'Alinio i\'r Dde', + block : 'Aliniad Bloc' }, blockquote : 'Dyfyniad bloc', @@ -501,61 +506,59 @@ CKEDITOR.lang['cy'] = cutError : 'Nid yw gosodiadau diogelwch eich porwr yn caniatàu\'r golygydd i gynnal \'gweithredoedd torri\' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl+X).', copyError : 'Nid yw gosodiadau diogelwch eich porwr yn caniatàu\'r golygydd i gynnal \'gweithredoedd copïo\' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl+C).', pasteMsg : 'Gludwch i mewn i\'r blwch canlynol gan ddefnyddio\'r bysellfwrdd (Ctrl+V) a phwyso Iawn.', - securityMsg : 'Oherwydd gosodiadau diogelwch eich porwr, nid yw\'r porwr yn gallu ennill mynediad i\'r data ar y clipfwrdd yn uniongyrchol. Mae angen i chi ei ludo eto i\'r ffenestr hon.' + securityMsg : 'Oherwydd gosodiadau diogelwch eich porwr, nid yw\'r porwr yn gallu ennill mynediad i\'r data ar y clipfwrdd yn uniongyrchol. Mae angen i chi ei ludo eto i\'r ffenestr hon.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Gludo o Word', - title : 'Gludo o Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Gludo o Word', + title : 'Gludo o Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Gludo fel testun plaen', - title : 'Gludo fel Testun Plaen' + button : 'Gludo fel testun plaen', + title : 'Gludo fel Testun Plaen' }, templates : { - button : 'Templedi', - title : 'Templedi Cynnwys', - insertOption: 'Amnewid y cynnwys go iawn', - selectPromptMsg: 'Dewiswch dempled i\'w agor yn y golygydd', - emptyListMsg : '(Dim templedi wedi\'u diffinio)' + button : 'Templedi', + title : 'Templedi Cynnwys', + insertOption : 'Amnewid y cynnwys go iawn', + selectPromptMsg : 'Dewiswch dempled i\'w agor yn y golygydd', + emptyListMsg : '(Dim templedi wedi\'u diffinio)' }, showBlocks : 'Dangos Blociau', stylesCombo : { - label : 'Arddulliau', - voiceLabel : 'Arddulliau', - panelVoiceLabel : 'Dewiswch arddull', - panelTitle1 : 'Arddulliau Bloc', - panelTitle2 : 'Arddulliau Mewnol', - panelTitle3 : 'Arddulliau Gwrthrych' + label : 'Arddulliau', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Arddulliau Bloc', + panelTitle2 : 'Arddulliau Mewnol', + panelTitle3 : 'Arddulliau Gwrthrych' }, format : { - label : 'Fformat', - voiceLabel : 'Fformat', - panelTitle : 'Fformat Paragraff', - panelVoiceLabel : 'Dewiswch fformat y paragraff', + label : 'Fformat', + panelTitle : 'Fformat Paragraff', - tag_p : 'Normal', - tag_pre : 'Wedi\'i Fformatio', - tag_address : 'Cyfeiriad', - tag_h1 : 'Pennawd 1', - tag_h2 : 'Pennawd 2', - tag_h3 : 'Pennawd 3', - tag_h4 : 'Pennawd 4', - tag_h5 : 'Pennawd 5', - tag_h6 : 'Pennawd 6', - tag_div : 'Normal (DIV)' + tag_p : 'Normal', + tag_pre : 'Wedi\'i Fformatio', + tag_address : 'Cyfeiriad', + tag_h1 : 'Pennawd 1', + tag_h2 : 'Pennawd 2', + tag_h3 : 'Pennawd 3', + tag_h4 : 'Pennawd 4', + tag_h5 : 'Pennawd 5', + tag_h6 : 'Pennawd 6', + tag_div : 'Normal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['cy'] = font : { - label : 'Ffont', - voiceLabel : 'Ffont', - panelTitle : 'Enw\'r Ffont', - panelVoiceLabel : 'Dewiswch ffont' + label : 'Ffont', + voiceLabel : 'Ffont', + panelTitle : 'Enw\'r Ffont' }, fontSize : { - label : 'Maint', - voiceLabel : 'Maint y Ffont', - panelTitle : 'Maint y Ffont', - panelVoiceLabel : 'Dewiswch faint i\'r ffont' + label : 'Maint', + voiceLabel : 'Maint y Ffont', + panelTitle : 'Maint y Ffont' }, colorButton : { - textColorTitle : 'Lliw Testun', - bgColorTitle : 'Lliw Cefndir', - auto : 'Awtomatig', - more : 'Mwy o Liwiau...' + textColorTitle : 'Lliw Testun', + bgColorTitle : 'Lliw Cefndir', + panelTitle : 'Colors', // MISSING + auto : 'Awtomatig', + more : 'Mwy o Liwiau...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['cy'] = scayt : { - title : 'Gwirio\'r Sillafu Wrth Deipio', - enable : 'Galluogi SCAYT', - disable : 'Analluogi SCAYT', - about : 'Ynghylch SCAYT', - toggle : 'Togl SCAYT', - options : 'Opsiynau', - langs : 'Ieithoedd', - moreSuggestions : 'Awgrymiadau pellach', - ignore : 'Anwybyddu', - ignoreAll : 'Anwybyddu pob', - addWord : 'Ychwanegu Gair', - emptyDic : 'Ni ddylai enw\'r geiriadur fod yn wag.', - optionsTab : 'Opsiynau', - languagesTab : 'Ieithoedd', - dictionariesTab : 'Geiriaduron', - aboutTab : 'Ynghylch' + title : 'Gwirio\'r Sillafu Wrth Deipio', + enable : 'Galluogi SCAYT', + disable : 'Analluogi SCAYT', + about : 'Ynghylch SCAYT', + toggle : 'Togl SCAYT', + options : 'Opsiynau', + langs : 'Ieithoedd', + moreSuggestions : 'Awgrymiadau pellach', + ignore : 'Anwybyddu', + ignoreAll : 'Anwybyddu pob', + addWord : 'Ychwanegu Gair', + emptyDic : 'Ni ddylai enw\'r geiriadur fod yn wag.', + optionsTab : 'Opsiynau', + languagesTab : 'Ieithoedd', + dictionariesTab : 'Geiriaduron', + aboutTab : 'Ynghylch' }, about : { - title : 'Ynghylch CKEditor', - dlgTitle : 'Ynghylch CKEditor', - moreInfo : 'Am wybodaeth ynghylch trwyddedau, ewch i\'n gwefan:', - copy : 'Hawlfraint © $1. Cedwir pob hawl.' + title : 'Ynghylch CKEditor', + dlgTitle : 'Ynghylch CKEditor', + moreInfo : 'Am wybodaeth ynghylch trwyddedau, ewch i\'n gwefan:', + copy : 'Hawlfraint © $1. Cedwir pob hawl.' }, maximize : 'Mwyhau', @@ -676,22 +678,22 @@ CKEDITOR.lang['cy'] = fakeobjects : { - anchor : 'Angor', - flash : 'Animeiddiant Flash', - div : 'Toriad Tudalen', - unknown : 'Gwrthrych Anhysbys' + anchor : 'Angor', + flash : 'Animeiddiant Flash', + div : 'Toriad Tudalen', + unknown : 'Gwrthrych Anhysbys' }, resize : 'Llusgo i ailfeintio', colordialog : { - title : 'Dewis lliw', - highlight : 'Uwcholeuo', - selected : 'Dewiswyd', - clear : 'Clirio' + title : 'Dewis lliw', + highlight : 'Uwcholeuo', + selected : 'Dewiswyd', + clear : 'Clirio' }, - toolbarCollapse : 'Cyfangu\'r Bar Offer', - toolbarExpand : 'Ehangu\'r Bar Offer' + toolbarCollapse : 'Cyfangu\'r Bar Offer', + toolbarExpand : 'Ehangu\'r Bar Offer' }; diff --git a/_source/lang/da.js b/_source/lang/da.js index 704478f..3f67b07 100644 --- a/_source/lang/da.js +++ b/_source/lang/da.js @@ -31,7 +31,11 @@ CKEDITOR.lang['da'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Editor, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Kilde', @@ -68,12 +72,12 @@ CKEDITOR.lang['da'] = flash : 'Indsæt Flash', form : 'Indsæt formular', checkbox : 'Indsæt afkrydsningsfelt', - radio : 'Indsæt alternativknap', + radio : 'Indsæt alternativknap', textField : 'Indsæt tekstfelt', textarea : 'Indsæt tekstboks', hiddenField : 'Indsæt skjult felt', button : 'Indsæt knap', - select : 'Indsæt liste', + select : 'Indsæt liste', imageButton : 'Indsæt billedknap', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['da'] = cssStyle : 'Typografi (CSS)', ok : 'OK', cancel : 'Annullér', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'Generelt', advancedTab : 'Avanceret', - validateNumberFailed : 'Værdien er ikke et tal.', + validateNumberFailed : 'Værdien er ikke et tal.', confirmNewPage : 'Alt indhold, der ikke er blevet gemt, vil gÃ¥ tabt. Er du sikker pÃ¥, at du vil indlæse en ny side?', confirmCancel : 'Nogle af indstillingerne er blevet ændret. Er du sikker pÃ¥, at du vil lukke vinduet?', + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, ikke tilgængelig' @@ -116,22 +128,17 @@ CKEDITOR.lang['da'] = upload : 'Upload', advanced : 'Avanceret', type : 'Type', + toUrl : 'URL', // MISSING toAnchor : 'Bogmærke pÃ¥ denne side', toEmail : 'E-mail', - target : 'MÃ¥l', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Nyt vindue (_blank)', - targetTop : 'Hele vinduet (_top)', - targetSelf : 'Samme vindue/ramme (_self)', - targetParent : 'Overordnet vindue/ramme (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Destinationsvinduets navn', targetPopupName : 'Popup vinduets navn', popupFeatures : 'Egenskaber for popup', popupResizable : 'Justérbar', popupStatusBar : 'Statuslinje', - popupLocationBar : 'Adresselinje', + popupLocationBar: 'Adresselinje', popupToolbar : 'Værktøjslinje', popupMenuBar : 'Menulinje', popupFullScreen : 'Fuld skærm (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['da'] = popupTop : 'Position fra toppen', id : 'Id', langDir : 'Tekstretning', - langDirNotSet : '', langDirLTR : 'Fra venstre mod højre (LTR)', langDirRTL : 'Fra højre mod venstre (RTL)', acccessKey : 'Genvejstast', @@ -203,13 +209,13 @@ CKEDITOR.lang['da'] = columns : 'Kolonner', border : 'Rammebredde', align : 'Justering', - alignNotSet : '', alignLeft : 'Venstrestillet', alignCenter : 'Centreret', alignRight : 'Højrestillet', width : 'Bredde', widthPx : 'pixels', widthPc : 'procent', + widthUnit : 'width unit', // MISSING height : 'Højde', cellSpace : 'Celleafstand', cellPad : 'Cellemargen', @@ -260,7 +266,7 @@ CKEDITOR.lang['da'] = invalidHeight : 'Cellehøjde skal være et tal.', invalidRowSpan : 'Række span skal være et heltal.', invalidColSpan : 'Kolonne span skal være et heltal.', - chooseColor : 'Choose' // MISSING + chooseColor : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['da'] = menu : 'Egenskaber for formular', action : 'Handling', method : 'Metode', - encoding : 'Kodning (encoding)', - target : 'MÃ¥l', - targetNotSet : '', - targetNew : 'Nyt vindue (_blank)', - targetTop : 'Hele vinduet (_top)', - targetSelf : 'Samme vindue/ramme (_self)', - targetParent : 'Overordnet vindue/ramme (_parent)' + encoding : 'Kodning (encoding)' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['da'] = title : 'Egenskaber for billede', titleButton : 'Egenskaber for billedknap', menu : 'Egenskaber for billede', - infoTab : 'Generelt', + infoTab : 'Generelt', btnUpload : 'Upload', - url : 'URL', - upload : 'Upload', - alt : 'Alternativ tekst', + upload : 'Upload', + alt : 'Alternativ tekst', width : 'Bredde', - height : 'Højde', + height : 'Højde', lockRatio : 'LÃ¥s størrelsesforhold', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Nulstil størrelse', - border : 'Ramme', - hSpace : 'Vandret margen', - vSpace : 'Lodret margen', + border : 'Ramme', + hSpace : 'Vandret margen', + vSpace : 'Lodret margen', align : 'Justering', alignLeft : 'Venstre', alignRight : 'Højre', - preview : 'Vis eksempel', alertUrl : 'Indtast stien til billedet', - linkTab : 'Hyperlink', + linkTab : 'Hyperlink', button2Img : 'Vil du lave billedknappen om til et almindeligt billede?', img2Button : 'Vil du lave billedet om til en billedknap?', - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['da'] = { properties : 'Egenskaber for Flash', propertiesTab : 'Egenskaber', - title : 'Egenskaber for Flash', - chkPlay : 'Automatisk afspilning', - chkLoop : 'Gentagelse', - chkMenu : 'Vis Flash menu', - chkFull : 'Tillad fuldskærm', - scale : 'Skalér', + title : 'Egenskaber for Flash', + chkPlay : 'Automatisk afspilning', + chkLoop : 'Gentagelse', + chkMenu : 'Vis Flash menu', + chkFull : 'Tillad fuldskærm', + scale : 'Skalér', scaleAll : 'Vis alt', scaleNoBorder : 'Ingen ramme', scaleFit : 'Tilpas størrelse', access : 'Script adgang', accessAlways : 'Altid', - accessSameDomain : 'Samme domæne', - accessNever : 'Aldrig', - align : 'Justering', - alignLeft : 'Venstre', - alignAbsBottom: 'Absolut nederst', - alignAbsMiddle: 'Absolut centreret', + accessSameDomain: 'Samme domæne', + accessNever : 'Aldrig', + align : 'Justering', + alignLeft : 'Venstre', + alignAbsBottom : 'Absolut nederst', + alignAbsMiddle : 'Absolut centreret', alignBaseline : 'Grundlinje', - alignBottom : 'Nederst', - alignMiddle : 'Centreret', - alignRight : 'Højre', + alignBottom : 'Nederst', + alignMiddle : 'Centreret', + alignRight : 'Højre', alignTextTop : 'Toppen af teksten', - alignTop : 'Øverst', - quality : 'Kvalitet', - qualityBest : 'Bedste', - qualityHigh : 'Høj', - qualityAutoHigh : 'Auto høj', - qualityMedium : 'Medium', - qualityAutoLow : 'Auto lav', - qualityLow : 'Lav', - windowModeWindow : 'Vindue', - windowModeOpaque : 'Gennemsigtig (opaque)', - windowModeTransparent : 'Transparent', - windowMode : 'Vinduestilstand', - flashvars : 'Variabler for Flash', - bgcolor : 'Baggrundsfarve', - width : 'Bredde', - height : 'Højde', - hSpace : 'Vandret margen', - vSpace : 'Lodret margen', - validateSrc : 'Indtast hyperlink URL!', - validateWidth : 'Bredde skal være et tal.', - validateHeight : 'Højde skal være et tal.', - validateHSpace : 'Vandret margen skal være et tal.', - validateVSpace : 'Lodret margen skal være et tal.' + alignTop : 'Øverst', + quality : 'Kvalitet', + qualityBest : 'Bedste', + qualityHigh : 'Høj', + qualityAutoHigh : 'Auto høj', + qualityMedium : 'Medium', + qualityAutoLow : 'Auto lav', + qualityLow : 'Lav', + windowModeWindow: 'Vindue', + windowModeOpaque: 'Gennemsigtig (opaque)', + windowModeTransparent : 'Transparent', + windowMode : 'Vinduestilstand', + flashvars : 'Variabler for Flash', + bgcolor : 'Baggrundsfarve', + width : 'Bredde', + height : 'Højde', + hSpace : 'Vandret margen', + vSpace : 'Lodret margen', + validateSrc : 'Indtast hyperlink URL!', + validateWidth : 'Bredde skal være et tal.', + validateHeight : 'Højde skal være et tal.', + validateHSpace : 'Vandret margen skal være et tal.', + validateVSpace : 'Lodret margen skal være et tal.' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['da'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' }, - numberedlist : 'Talopstilling', - bulletedlist : 'Punktopstilling', - indent : 'Forøg indrykning', - outdent : 'Formindsk indrykning', + numberedlist : 'Talopstilling', + bulletedlist : 'Punktopstilling', + indent : 'Forøg indrykning', + outdent : 'Formindsk indrykning', justify : { - left : 'Venstrestillet', - center : 'Centreret', - right : 'Højrestillet', - block : 'Lige margener' + left : 'Venstrestillet', + center : 'Centreret', + right : 'Højrestillet', + block : 'Lige margener' }, blockquote : 'Blokcitat', @@ -501,61 +506,59 @@ CKEDITOR.lang['da'] = cutError : 'Din browsers sikkerhedsindstillinger tillader ikke editoren at fÃ¥ automatisk adgang til udklipsholderen.

Brug i stedet tastaturet til at klippe teksten (Ctrl+X).', copyError : 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.

Brug i stedet tastaturet til at kopiere teksten (Ctrl+C).', pasteMsg : 'Indsæt i feltet herunder (Ctrl+V) og klik på OK.', - securityMsg : 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.

Du skal indsætte udklipsholderens indhold i dette vindue igen.' + securityMsg : 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.

Du skal indsætte udklipsholderens indhold i dette vindue igen.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'Den tekst du forsøger at indsætte ser ud til at komme fra Word. Vil du rense teksten før den indsættes?', - toolbar : 'Indsæt fra Word', - title : 'Indsæt fra Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'Den tekst du forsøger at indsætte ser ud til at komme fra Word. Vil du rense teksten før den indsættes?', + toolbar : 'Indsæt fra Word', + title : 'Indsæt fra Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Indsæt som ikke-formateret tekst', - title : 'Indsæt som ikke-formateret tekst' + button : 'Indsæt som ikke-formateret tekst', + title : 'Indsæt som ikke-formateret tekst' }, templates : { - button : 'Skabeloner', - title : 'Indholdsskabeloner', - insertOption: 'Erstat det faktiske indhold', - selectPromptMsg: 'Vælg den skabelon, som skal Ã¥bnes i editoren (nuværende indhold vil blive overskrevet):', - emptyListMsg : '(Der er ikke defineret nogen skabelon)' + button : 'Skabeloner', + title : 'Indholdsskabeloner', + insertOption : 'Erstat det faktiske indhold', + selectPromptMsg : 'Vælg den skabelon, som skal Ã¥bnes i editoren (nuværende indhold vil blive overskrevet):', + emptyListMsg : '(Der er ikke defineret nogen skabelon)' }, showBlocks : 'Vis afsnitsmærker', stylesCombo : { - label : 'Typografi', - voiceLabel : 'Typografi', - panelVoiceLabel : 'Vælg typografi', - panelTitle1 : 'Block typografi', - panelTitle2 : 'Inline typografi', - panelTitle3 : 'Object typografi' + label : 'Typografi', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block typografi', + panelTitle2 : 'Inline typografi', + panelTitle3 : 'Object typografi' }, format : { - label : 'Formatering', - voiceLabel : 'Formatering', - panelTitle : 'Formatering', - panelVoiceLabel : 'Vælg afsnitsformatering', + label : 'Formatering', + panelTitle : 'Formatering', - tag_p : 'Normal', - tag_pre : 'Formateret', - tag_address : 'Adresse', - tag_h1 : 'Overskrift 1', - tag_h2 : 'Overskrift 2', - tag_h3 : 'Overskrift 3', - tag_h4 : 'Overskrift 4', - tag_h5 : 'Overskrift 5', - tag_h6 : 'Overskrift 6', - tag_div : 'Normal (DIV)' + tag_p : 'Normal', + tag_pre : 'Formateret', + tag_address : 'Adresse', + tag_h1 : 'Overskrift 1', + tag_h2 : 'Overskrift 2', + tag_h3 : 'Overskrift 3', + tag_h4 : 'Overskrift 4', + tag_h5 : 'Overskrift 5', + tag_h6 : 'Overskrift 6', + tag_div : 'Normal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['da'] = font : { - label : 'Skrifttype', - voiceLabel : 'Skrifttype', - panelTitle : 'Skrifttype', - panelVoiceLabel : 'Vælg skrifttype' + label : 'Skrifttype', + voiceLabel : 'Skrifttype', + panelTitle : 'Skrifttype' }, fontSize : { - label : 'Skriftstørrelse', - voiceLabel : 'Skriftstørrelse', - panelTitle : 'Skriftstørrelse', - panelVoiceLabel : 'Vælg skriftstørrelse' + label : 'Skriftstørrelse', + voiceLabel : 'Skriftstørrelse', + panelTitle : 'Skriftstørrelse' }, colorButton : { - textColorTitle : 'Tekstfarve', - bgColorTitle : 'Baggrundsfarve', - auto : 'Automatisk', - more : 'Flere farver...' + textColorTitle : 'Tekstfarve', + bgColorTitle : 'Baggrundsfarve', + panelTitle : 'Colors', // MISSING + auto : 'Automatisk', + more : 'Flere farver...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['da'] = scayt : { - title : 'Stavekontrol mens du skriver', - enable : 'Aktivér SCAYT', - disable : 'Deaktivér SCAYT', - about : 'Om SCAYT', - toggle : 'Skift/toggle SCAYT', - options : 'Indstillinger', - langs : 'Sprog', - moreSuggestions : 'Flere forslag', - ignore : 'Ignorér', - ignoreAll : 'Ignorér alle', - addWord : 'Tilføj ord', - emptyDic : 'Ordbogsnavn mÃ¥ ikke være tom.', - optionsTab : 'Indstillinger', - languagesTab : 'Sprog', - dictionariesTab : 'Ordbøger', - aboutTab : 'Om' + title : 'Stavekontrol mens du skriver', + enable : 'Aktivér SCAYT', + disable : 'Deaktivér SCAYT', + about : 'Om SCAYT', + toggle : 'Skift/toggle SCAYT', + options : 'Indstillinger', + langs : 'Sprog', + moreSuggestions : 'Flere forslag', + ignore : 'Ignorér', + ignoreAll : 'Ignorér alle', + addWord : 'Tilføj ord', + emptyDic : 'Ordbogsnavn mÃ¥ ikke være tom.', + optionsTab : 'Indstillinger', + languagesTab : 'Sprog', + dictionariesTab : 'Ordbøger', + aboutTab : 'Om' }, about : { - title : 'Om CKEditor', - dlgTitle : 'Om CKEditor', - moreInfo : 'For informationer omkring licens, se venligst vores hjemmeside (pÃ¥ engelsk):', - copy : 'Copyright © $1. Alle rettigheder forbeholdes.' + title : 'Om CKEditor', + dlgTitle : 'Om CKEditor', + moreInfo : 'For informationer omkring licens, se venligst vores hjemmeside (pÃ¥ engelsk):', + copy : 'Copyright © $1. Alle rettigheder forbeholdes.' }, maximize : 'Maximér', @@ -676,22 +678,22 @@ CKEDITOR.lang['da'] = fakeobjects : { - anchor : 'Anker', - flash : 'Flashanimation', - div : 'Sideskift', - unknown : 'Ukendt objekt' + anchor : 'Anker', + flash : 'Flashanimation', + div : 'Sideskift', + unknown : 'Ukendt objekt' }, resize : 'Træk for at skalere', colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/de.js b/_source/lang/de.js index 3c62db4..13aac87 100644 --- a/_source/lang/de.js +++ b/_source/lang/de.js @@ -31,7 +31,11 @@ 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', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Quellcode', @@ -68,12 +72,12 @@ CKEDITOR.lang['de'] = flash : 'Flash', form : 'Formular', checkbox : 'Checkbox', - radio : 'Radiobutton', + radio : 'Radiobutton', textField : 'Textfeld einzeilig', textarea : 'Textfeld mehrzeilig', hiddenField : 'verstecktes Feld', button : 'Klickbutton', - select : 'Auswahlfeld', + select : 'Auswahlfeld', imageButton : 'Bildbutton', notSet : '', id : 'ID', @@ -88,11 +92,19 @@ CKEDITOR.lang['de'] = cssStyle : 'Style', ok : 'OK', cancel : 'Abbrechen', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'Allgemein', advancedTab : 'Erweitert', - validateNumberFailed : 'Dieser Wert ist keine Nummer.', + validateNumberFailed : 'Dieser Wert ist keine Nummer.', confirmNewPage : 'Alle nicht gespeicherten Änderungen gehen verlohren. Sind sie sicher die neue Seite zu laden?', confirmCancel : 'Einige Optionen wurden geändert. Wollen Sie den Dialog dennoch schließen?', + options : '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 // Put the voice-only part of the label in the span. unavailable : '%1, nicht verfügbar' @@ -116,22 +128,17 @@ CKEDITOR.lang['de'] = upload : 'Upload', advanced : 'Erweitert', type : 'Link-Typ', + toUrl : 'URL', // MISSING toAnchor : 'Anker in dieser Seite', toEmail : 'E-Mail', - target : 'Zielseite', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Neues Fenster (_blank)', - targetTop : 'Oberstes Fenster (_top)', - targetSelf : 'Gleiches Fenster (_self)', - targetParent : 'Oberes Fenster (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Ziel-Fenster-Name', targetPopupName : 'Pop-up Fenster-Name', popupFeatures : 'Pop-up Fenster-Eigenschaften', popupResizable : 'Größe änderbar', popupStatusBar : 'Statusleiste', - popupLocationBar : 'Adress-Leiste', + popupLocationBar: 'Adress-Leiste', popupToolbar : 'Werkzeugleiste', popupMenuBar : 'Menü-Leiste', popupFullScreen : 'Vollbild (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['de'] = popupTop : 'Obere Position', id : 'Id', langDir : 'Schreibrichtung', - langDirNotSet : '', langDirLTR : 'Links nach Rechts (LTR)', langDirRTL : 'Rechts nach Links (RTL)', acccessKey : 'Zugriffstaste', @@ -203,13 +209,13 @@ CKEDITOR.lang['de'] = columns : 'Spalte', border : 'Rahmen', align : 'Ausrichtung', - alignNotSet : '', alignLeft : 'Links', alignCenter : 'Zentriert', alignRight : 'Rechts', width : 'Breite', widthPx : 'Pixel', widthPc : '%', + widthUnit : 'width unit', // MISSING height : 'Höhe', cellSpace : 'Zellenabstand außen', cellPad : 'Zellenabstand innen', @@ -260,7 +266,7 @@ CKEDITOR.lang['de'] = invalidHeight : 'Zellenhöhe muß eine Zahl sein.', invalidRowSpan : '"Anzahl Zeilen verbinden" muss eine Ganzzahl sein.', invalidColSpan : '"Anzahl Spalten verbinden" muss eine Ganzzahl sein.', - chooseColor : 'Choose' // MISSING + chooseColor : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['de'] = menu : 'Formular-Eigenschaften', action : 'Action', method : 'Method', - encoding : 'Zeichenkodierung', - target : 'Zielseite', - targetNotSet : '', - targetNew : 'Neues Fenster (_blank)', - targetTop : 'Oberstes Fenster (_top)', - targetSelf : 'Gleiches Fenster (_self)', - targetParent : 'Oberes Fenster (_parent)' + encoding : 'Zeichenkodierung' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['de'] = title : 'Bild-Eigenschaften', titleButton : 'Bildbutton-Eigenschaften', menu : 'Bild-Eigenschaften', - infoTab : 'Bild-Info', + infoTab : 'Bild-Info', btnUpload : 'Zum Server senden', - url : 'URL', - upload : 'Hochladen', - alt : 'Alternativer Text', + upload : 'Hochladen', + alt : 'Alternativer Text', width : 'Breite', - height : 'Höhe', + height : 'Höhe', lockRatio : 'Größenverhältnis beibehalten', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Größe zurücksetzen', - border : 'Rahmen', - hSpace : 'Horizontal-Abstand', - vSpace : 'Vertikal-Abstand', + border : 'Rahmen', + hSpace : 'Horizontal-Abstand', + vSpace : 'Vertikal-Abstand', align : 'Ausrichtung', alignLeft : 'Links', alignRight : 'Rechts', - preview : 'Vorschau', alertUrl : 'Bitte geben Sie die Bild-URL an', - linkTab : 'Link', + linkTab : 'Link', button2Img : 'Möchten Sie den gewählten Bild-Button in ein einfaches Bild umwandeln?', img2Button : 'Möchten Sie das gewählten Bild in einen Bild-Button umwandeln?', - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['de'] = { properties : 'Flash-Eigenschaften', propertiesTab : 'Eigenschaften', - title : 'Flash-Eigenschaften', - chkPlay : 'autom. Abspielen', - chkLoop : 'Endlosschleife', - chkMenu : 'Flash-Menü aktivieren', - chkFull : 'Vollbildmodus erlauben', - scale : 'Skalierung', + title : 'Flash-Eigenschaften', + chkPlay : 'autom. Abspielen', + chkLoop : 'Endlosschleife', + chkMenu : 'Flash-Menü aktivieren', + chkFull : 'Vollbildmodus erlauben', + scale : 'Skalierung', scaleAll : 'Alles anzeigen', scaleNoBorder : 'ohne Rand', scaleFit : 'Passgenau', access : 'Skript Zugang', accessAlways : 'Immer', - accessSameDomain : 'Gleiche Domain', - accessNever : 'Nie', - align : 'Ausrichtung', - alignLeft : 'Links', - alignAbsBottom: 'Abs Unten', - alignAbsMiddle: 'Abs Mitte', + accessSameDomain: 'Gleiche Domain', + accessNever : 'Nie', + align : 'Ausrichtung', + alignLeft : 'Links', + alignAbsBottom : 'Abs Unten', + alignAbsMiddle : 'Abs Mitte', alignBaseline : 'Baseline', - alignBottom : 'Unten', - alignMiddle : 'Mitte', - alignRight : 'Rechts', + alignBottom : 'Unten', + alignMiddle : 'Mitte', + alignRight : 'Rechts', alignTextTop : 'Text Oben', - alignTop : 'Oben', - quality : 'Qualität', - qualityBest : 'Beste', - qualityHigh : 'Hoch', - qualityAutoHigh : 'Auto Hoch', - qualityMedium : 'Medium', - qualityAutoLow : 'Auto Niedrig', - qualityLow : 'Niedrig', - windowModeWindow : 'Fenster', - windowModeOpaque : 'Deckend', - windowModeTransparent : 'Transparent', - windowMode : 'Fenster Modus', - flashvars : 'Variablen für Flash', - bgcolor : 'Hintergrundfarbe', - width : 'Breite', - height : 'Höhe', - hSpace : 'Horizontal-Abstand', - vSpace : 'Vertikal-Abstand', - validateSrc : 'Bitte geben Sie die Link-URL an', - validateWidth : 'Breite muss eine Zahl sein.', - validateHeight : 'Höhe muss eine Zahl sein.', - validateHSpace : 'HSpace muss eine Zahl sein.', - validateVSpace : 'VSpace muss eine Zahl sein.' + alignTop : 'Oben', + quality : 'Qualität', + qualityBest : 'Beste', + qualityHigh : 'Hoch', + qualityAutoHigh : 'Auto Hoch', + qualityMedium : 'Medium', + qualityAutoLow : 'Auto Niedrig', + qualityLow : 'Niedrig', + windowModeWindow: 'Fenster', + windowModeOpaque: 'Deckend', + windowModeTransparent : 'Transparent', + windowMode : 'Fenster Modus', + flashvars : 'Variablen für Flash', + bgcolor : 'Hintergrundfarbe', + width : 'Breite', + height : 'Höhe', + hSpace : 'Horizontal-Abstand', + vSpace : 'Vertikal-Abstand', + validateSrc : 'Bitte geben Sie die Link-URL an', + validateWidth : 'Breite muss eine Zahl sein.', + validateHeight : 'Höhe muss eine Zahl sein.', + validateHSpace : 'HSpace muss eine Zahl sein.', + validateVSpace : 'VSpace muss eine Zahl sein.' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['de'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 Element' }, - numberedlist : 'Nummerierte Liste', - bulletedlist : 'Liste', - indent : 'Einzug erhöhen', - outdent : 'Einzug verringern', + numberedlist : 'Nummerierte Liste', + bulletedlist : 'Liste', + indent : 'Einzug erhöhen', + outdent : 'Einzug verringern', justify : { - left : 'Linksbündig', - center : 'Zentriert', - right : 'Rechtsbündig', - block : 'Blocksatz' + left : 'Linksbündig', + center : 'Zentriert', + right : 'Rechtsbündig', + block : 'Blocksatz' }, blockquote : 'Zitatblock', @@ -501,61 +506,59 @@ CKEDITOR.lang['de'] = cutError : 'Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch auszuschneiden. Bitte benutzen Sie die System-Zwischenablage über STRG-X (ausschneiden) und STRG-V (einfügen).', copyError : 'Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch kopieren. Bitte benutzen Sie die System-Zwischenablage über STRG-C (kopieren).', pasteMsg : 'Bitte fügen Sie den Text in der folgenden Box über die Tastatur (mit Strg+V) ein und bestätigen Sie mit OK.', - securityMsg : 'Aufgrund von Sicherheitsbeschränkungen Ihres Browsers kann der Editor nicht direkt auf die Zwischenablage zugreifen. Bitte fügen Sie den Inhalt erneut in diesem Fenster ein.' + securityMsg : 'Aufgrund von Sicherheitsbeschränkungen Ihres Browsers kann der Editor nicht direkt auf die Zwischenablage zugreifen. Bitte fügen Sie den Inhalt erneut in diesem Fenster ein.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'Der Text, den Sie einfügen möchten, scheint aus MS-Word kopiert zu sein. Möchten Sie ihn zuvor bereinigen lassen?', - toolbar : 'aus MS-Word einfügen', - title : 'aus MS-Word einfügen', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'Der Text, den Sie einfügen möchten, scheint aus MS-Word kopiert zu sein. Möchten Sie ihn zuvor bereinigen lassen?', + toolbar : 'aus MS-Word einfügen', + title : 'aus MS-Word einfügen', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Als Text einfügen', - title : 'Als Text einfügen' + button : 'Als Text einfügen', + title : 'Als Text einfügen' }, templates : { - button : 'Vorlagen', - title : 'Vorlagen', - insertOption: 'Aktuellen Inhalt ersetzen', - selectPromptMsg: 'Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen (der aktuelle Inhalt wird dabei gelöscht!):', - emptyListMsg : '(keine Vorlagen definiert)' + button : 'Vorlagen', + title : 'Vorlagen', + insertOption : 'Aktuellen Inhalt ersetzen', + selectPromptMsg : 'Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen (der aktuelle Inhalt wird dabei gelöscht!):', + emptyListMsg : '(keine Vorlagen definiert)' }, showBlocks : 'Blöcke anzeigen', stylesCombo : { - label : 'Stil', - voiceLabel : 'Stilarten', - panelVoiceLabel : 'Stilart auswahl', - panelTitle1 : 'Block Stilart', - panelTitle2 : 'Inline Stilart', - panelTitle3 : 'Objekt Stilart' + label : 'Stil', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Stilart', + panelTitle2 : 'Inline Stilart', + panelTitle3 : 'Objekt Stilart' }, format : { - label : 'Format', - voiceLabel : 'Format', - panelTitle : 'Format', - panelVoiceLabel : 'Wählen Sie einen Absatzformat', + label : 'Format', + panelTitle : 'Format', - tag_p : 'Normal', - tag_pre : 'Formatiert', - tag_address : 'Addresse', - tag_h1 : 'Überschrift 1', - tag_h2 : 'Überschrift 2', - tag_h3 : 'Überschrift 3', - tag_h4 : 'Überschrift 4', - tag_h5 : 'Überschrift 5', - tag_h6 : 'Überschrift 6', - tag_div : 'Normal (DIV)' + tag_p : 'Normal', + tag_pre : 'Formatiert', + tag_address : 'Addresse', + tag_h1 : 'Überschrift 1', + tag_h2 : 'Überschrift 2', + tag_h3 : 'Überschrift 3', + tag_h4 : 'Überschrift 4', + tag_h5 : 'Überschrift 5', + tag_h6 : 'Überschrift 6', + tag_div : 'Normal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['de'] = font : { - label : 'Schriftart', - voiceLabel : 'Schriftart', - panelTitle : 'Schriftart', - panelVoiceLabel : 'Wählen Sie eine Schriftart' + label : 'Schriftart', + voiceLabel : 'Schriftart', + panelTitle : 'Schriftart' }, fontSize : { - label : 'Größe', - voiceLabel : 'Schrifgröße', - panelTitle : 'Größe', - panelVoiceLabel : 'Wählen Sie eine Schriftgröße' + label : 'Größe', + voiceLabel : 'Schrifgröße', + panelTitle : 'Größe' }, colorButton : { - textColorTitle : 'Textfarbe', - bgColorTitle : 'Hintergrundfarbe', - auto : 'Automatisch', - more : 'Weitere Farben...' + textColorTitle : 'Textfarbe', + bgColorTitle : 'Hintergrundfarbe', + panelTitle : 'Colors', // MISSING + auto : 'Automatisch', + more : 'Weitere Farben...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['de'] = scayt : { - title : 'Rechtschreibprüfung während der Texteingabe', - enable : 'SCAYT einschalten', - disable : 'SCAYT ausschalten', - about : 'Über SCAYT', - toggle : 'SCAYT umschalten', - options : 'Optionen', - langs : 'Sprachen', - moreSuggestions : 'Mehr Vorschläge', - ignore : 'Ignorieren', - ignoreAll : 'Alle ignorieren', - addWord : 'Wort hinzufügen', - emptyDic : 'Wörterbuchname sollte leer sein.', - optionsTab : 'Optionen', - languagesTab : 'Sprachen', - dictionariesTab : 'Wörterbücher', - aboutTab : 'Über' + title : 'Rechtschreibprüfung während der Texteingabe', + enable : 'SCAYT einschalten', + disable : 'SCAYT ausschalten', + about : 'Über SCAYT', + toggle : 'SCAYT umschalten', + options : 'Optionen', + langs : 'Sprachen', + moreSuggestions : 'Mehr Vorschläge', + ignore : 'Ignorieren', + ignoreAll : 'Alle ignorieren', + addWord : 'Wort hinzufügen', + emptyDic : 'Wörterbuchname sollte leer sein.', + optionsTab : 'Optionen', + languagesTab : 'Sprachen', + dictionariesTab : 'Wörterbücher', + aboutTab : 'Über' }, about : { - title : 'Über CKEditor', - dlgTitle : 'Über CKEditor', - moreInfo : 'Für Informationen Liztenzbestimmungen besuchen sie bitte unsere Webseite:', - copy : 'Copyright © $1. Alle Rechte vorbehalten.' + title : 'Über CKEditor', + dlgTitle : 'Über CKEditor', + moreInfo : 'Für Informationen Liztenzbestimmungen besuchen sie bitte unsere Webseite:', + copy : 'Copyright © $1. Alle Rechte vorbehalten.' }, maximize : 'Maximieren', @@ -676,22 +678,22 @@ CKEDITOR.lang['de'] = fakeobjects : { - anchor : 'Anker', - flash : 'Flash Animation', - div : 'Seitenumbruch', - unknown : 'Unbekanntes Objekt' + anchor : 'Anker', + flash : 'Flash Animation', + div : 'Seitenumbruch', + unknown : 'Unbekanntes Objekt' }, resize : 'Zum Vergrößern ziehen', colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/el.js b/_source/lang/el.js index 0be6adb..7d25a69 100644 --- a/_source/lang/el.js +++ b/_source/lang/el.js @@ -31,7 +31,11 @@ CKEDITOR.lang['el'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'HTML κώδικας', @@ -68,12 +72,12 @@ CKEDITOR.lang['el'] = flash : 'Εισαγωγή Flash', form : 'Φόρμα', checkbox : 'Κουτί επιλογής', - radio : 'Κουμπί Radio', + radio : 'Κουμπί Radio', textField : 'Πεδίο κειμένου', textarea : 'Περιοχή κειμένου', hiddenField : 'Κρυφό πεδίο', button : 'Κουμπί', - select : 'Πεδίο επιλογής', + select : 'Πεδίο επιλογής', imageButton : 'Κουμπί εικόνας', notSet : '<χωρίς>', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['el'] = cssStyle : 'Στύλ', ok : 'OK', cancel : 'Ακύρωση', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : 'Για προχωρημένους', - validateNumberFailed : 'This value is not a number.', // MISSING + validateNumberFailed : 'This value is not a number.', // MISSING confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['el'] = upload : 'Αποστολή', advanced : 'Για προχωρημένους', type : 'Τύπος συνδέσμου (Link)', + toUrl : 'URL', // MISSING toAnchor : 'Άγκυρα σε αυτή τη σελίδα', toEmail : 'E-Mail', - target : 'Παράθυρο Στόχος (Target)', - targetNotSet : '<χωρίς>', - targetFrame : '<πλαίσιο>', - targetPopup : '<παράθυρο popup>', - targetNew : 'Νέο Παράθυρο (_blank)', - targetTop : 'Ανώτατο Παράθυρο (_top)', - targetSelf : 'Ίδιο Παράθυρο (_self)', - targetParent : 'Γονικό Παράθυρο (_parent)', + targetFrame : '<πλαίσιο>', + targetPopup : '<παράθυρο popup>', targetFrameName : 'Όνομα πλαισίου στόχου', targetPopupName : 'Όνομα Popup Window', popupFeatures : 'Επιλογές Popup Window', popupResizable : 'Resizable', // MISSING popupStatusBar : 'Μπάρα Status', - popupLocationBar : 'Μπάρα Τοποθεσίας', + popupLocationBar: 'Μπάρα Τοποθεσίας', popupToolbar : 'Μπάρα Εργαλείων', popupMenuBar : 'Μπάρα Menu', popupFullScreen : 'Ολόκληρη η Οθόνη (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['el'] = popupTop : 'Τοποθεσία Πάνω Άκρης', id : 'Id', // MISSING langDir : 'Κατεύθυνση κειμένου', - langDirNotSet : '<χωρίς>', langDirLTR : 'Αριστερά προς Δεξιά (LTR)', langDirRTL : 'Δεξιά προς Αριστερά (RTL)', acccessKey : 'Συντόμευση (Access Key)', @@ -203,13 +209,13 @@ CKEDITOR.lang['el'] = columns : 'Κολώνες', border : 'Μέγεθος Περιθωρίου', align : 'Στοίχιση', - alignNotSet : '<χωρίς>', alignLeft : 'Αριστερά', alignCenter : 'Κέντρο', alignRight : 'Δεξιά', width : 'Πλάτος', widthPx : 'pixels', widthPc : '%', + widthUnit : 'width unit', // MISSING height : 'Ύψος', cellSpace : 'Απόσταση κελιών', cellPad : 'Γέμισμα κελιών', @@ -260,7 +266,7 @@ CKEDITOR.lang['el'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['el'] = menu : 'Ιδιότητες φόρμας', action : 'Δράση', method : 'Μάθοδος', - encoding : 'Encoding', // MISSING - target : 'Παράθυρο Στόχος (Target)', - targetNotSet : '<χωρίς>', - targetNew : 'Νέο Παράθυρο (_blank)', - targetTop : 'Ανώτατο Παράθυρο (_top)', - targetSelf : 'Ίδιο Παράθυρο (_self)', - targetParent : 'Γονικό Παράθυρο (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['el'] = title : 'Ιδιότητες Εικόνας', titleButton : 'Ιδιότητες κουμπιού εικόνας', menu : 'Ιδιότητες Εικόνας', - infoTab : 'Πληροφορίες Εικόνας', + infoTab : 'Πληροφορίες Εικόνας', btnUpload : 'Αποστολή στον Διακομιστή', - url : 'URL', - upload : 'Αποστολή', - alt : 'Εναλλακτικό Κείμενο (ALT)', + upload : 'Αποστολή', + alt : 'Εναλλακτικό Κείμενο (ALT)', width : 'Πλάτος', - height : 'Ύψος', + height : 'Ύψος', lockRatio : 'Κλείδωμα Αναλογίας', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Επαναφορά Αρχικού Μεγέθους', - border : 'Περιθώριο', - hSpace : 'Οριζόντιος Χώρος (HSpace)', - vSpace : 'Κάθετος Χώρος (VSpace)', + border : 'Περιθώριο', + hSpace : 'Οριζόντιος Χώρος (HSpace)', + vSpace : 'Κάθετος Χώρος (VSpace)', align : 'Ευθυγράμμιση (Align)', alignLeft : 'Αριστερά', alignRight : 'Δεξιά (Right)', - preview : 'Προεπισκόπιση', 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 : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['el'] = { properties : 'Ιδιότητες Flash', propertiesTab : 'Properties', // MISSING - title : 'Ιδιότητες flash', - chkPlay : 'Αυτόματη έναρξη', - chkLoop : 'Επανάληψη', - chkMenu : 'Ενεργοποίηση Flash Menu', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Κλίμακα', + title : 'Ιδιότητες flash', + chkPlay : 'Αυτόματη έναρξη', + chkLoop : 'Επανάληψη', + chkMenu : 'Ενεργοποίηση Flash Menu', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'Κλίμακα', scaleAll : 'Εμφάνιση όλων', scaleNoBorder : 'Χωρίς όρια', scaleFit : 'Ακριβής εφαρμογή', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'Ευθυγράμμιση (Align)', - alignLeft : 'Αριστερά', - alignAbsBottom: 'Απόλυτα Κάτω (Abs Bottom)', - alignAbsMiddle: 'Απόλυτα στη Μέση (Abs Middle)', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'Ευθυγράμμιση (Align)', + alignLeft : 'Αριστερά', + alignAbsBottom : 'Απόλυτα Κάτω (Abs Bottom)', + alignAbsMiddle : 'Απόλυτα στη Μέση (Abs Middle)', alignBaseline : 'Γραμμή Βάσης (Baseline)', - alignBottom : 'Κάτω (Bottom)', - alignMiddle : 'Μέση (Middle)', - alignRight : 'Δεξιά (Right)', + alignBottom : 'Κάτω (Bottom)', + alignMiddle : 'Μέση (Middle)', + alignRight : 'Δεξιά (Right)', alignTextTop : 'Κορυφή Κειμένου (Text Top)', - alignTop : 'Πάνω (Top)', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Χρώμα Υποβάθρου', - width : 'Πλάτος', - height : 'Ύψος', - hSpace : 'Οριζόντιος Χώρος (HSpace)', - vSpace : 'Κάθετος Χώρος (VSpace)', - validateSrc : 'Εισάγετε την τοποθεσία (URL) του υπερσυνδέσμου (Link)', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'Πάνω (Top)', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'Χρώμα Υποβάθρου', + width : 'Πλάτος', + height : 'Ύψος', + hSpace : 'Οριζόντιος Χώρος (HSpace)', + vSpace : 'Κάθετος Χώρος (VSpace)', + validateSrc : 'Εισάγετε την τοποθεσία (URL) του υπερσυνδέσμου (Link)', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,23 +481,24 @@ CKEDITOR.lang['el'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'Λίστα με Αριθμούς', - bulletedlist : 'Λίστα με Bullets', - indent : 'Αύξηση Εσοχής', - outdent : 'Μείωση Εσοχής', + numberedlist : 'Λίστα με Αριθμούς', + bulletedlist : 'Λίστα με Bullets', + indent : 'Αύξηση Εσοχής', + outdent : 'Μείωση Εσοχής', justify : { - left : 'Στοίχιση Αριστερά', - center : 'Στοίχιση στο Κέντρο', - right : 'Στοίχιση Δεξιά', - block : 'Πλήρης Στοίχιση (Block)' + left : 'Στοίχιση Αριστερά', + center : 'Στοίχιση στο Κέντρο', + right : 'Στοίχιση Δεξιά', + block : 'Πλήρης Στοίχιση (Block)' }, - blockquote : 'Blockquote', // MISSING + blockquote : 'Block Quote', // MISSING clipboard : { @@ -501,61 +506,59 @@ CKEDITOR.lang['el'] = cutError : 'Οι ρυθμίσεις ασφαλείας του φυλλομετρητή σας δεν επιτρέπουν την επιλεγμένη εργασία αποκοπής. Χρησιμοποιείστε το πληκτρολόγιο (Ctrl+X).', copyError : 'Οι ρυθμίσεις ασφαλείας του φυλλομετρητή σας δεν επιτρέπουν την επιλεγμένη εργασία αντιγραφής. Χρησιμοποιείστε το πληκτρολόγιο (Ctrl+C).', pasteMsg : 'Παρακαλώ επικολήστε στο ακόλουθο κουτί χρησιμοποιόντας το πληκτρολόγιο (Ctrl+V) και πατήστε OK.', - securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.' // MISSING + securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Επικόλληση από το Word', - title : 'Επικόλληση από το Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Επικόλληση από το Word', + title : 'Επικόλληση από το Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Επικόλληση ως Απλό Κείμενο', - title : 'Επικόλληση ως Απλό Κείμενο' + button : 'Επικόλληση ως Απλό Κείμενο', + title : 'Επικόλληση ως Απλό Κείμενο' }, templates : { - button : 'Πρότυπα', - title : 'Πρότυπα περιεχομένου', - insertOption: 'Αντικατάσταση υπάρχοντων περιεχομένων', - selectPromptMsg: 'Παρακαλώ επιλέξτε πρότυπο για εισαγωγή στο πρόγραμμα
(τα υπάρχοντα περιεχόμενα θα χαθούν):', - emptyListMsg : '(Δεν έχουν καθοριστεί πρότυπα)' + button : 'Πρότυπα', + title : 'Πρότυπα περιεχομένου', + insertOption : 'Αντικατάσταση υπάρχοντων περιεχομένων', + selectPromptMsg : 'Παρακαλώ επιλέξτε πρότυπο για εισαγωγή στο πρόγραμμα
(τα υπάρχοντα περιεχόμενα θα χαθούν):', + emptyListMsg : '(Δεν έχουν καθοριστεί πρότυπα)' }, showBlocks : 'Show Blocks', // MISSING stylesCombo : { - label : 'Στυλ', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'Στυλ', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'Μορφή Γραμματοσειράς', - voiceLabel : 'Format', // MISSING - panelTitle : 'Μορφή Γραμματοσειράς', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Μορφή Γραμματοσειράς', + panelTitle : 'Μορφή Γραμματοσειράς', - tag_p : 'Κανονικό', - tag_pre : 'Μορφοποιημένο', - tag_address : 'Διεύθυνση', - tag_h1 : 'Επικεφαλίδα 1', - tag_h2 : 'Επικεφαλίδα 2', - tag_h3 : 'Επικεφαλίδα 3', - tag_h4 : 'Επικεφαλίδα 4', - tag_h5 : 'Επικεφαλίδα 5', - tag_h6 : 'Επικεφαλίδα 6', - tag_div : 'Normal (DIV)' // MISSING + tag_p : 'Κανονικό', + tag_pre : 'Μορφοποιημένο', + tag_address : 'Διεύθυνση', + tag_h1 : 'Επικεφαλίδα 1', + tag_h2 : 'Επικεφαλίδα 2', + tag_h3 : 'Επικεφαλίδα 3', + tag_h4 : 'Επικεφαλίδα 4', + tag_h5 : 'Επικεφαλίδα 5', + tag_h6 : 'Επικεφαλίδα 6', + tag_div : 'Normal (DIV)' // MISSING }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['el'] = font : { - label : 'Γραμματοσειρά', - voiceLabel : 'Font', // MISSING - panelTitle : 'Γραμματοσειρά', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Γραμματοσειρά', + voiceLabel : 'Font', // MISSING + panelTitle : 'Γραμματοσειρά' }, fontSize : { - label : 'Μέγεθος', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Μέγεθος', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Μέγεθος', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Μέγεθος' }, colorButton : { - textColorTitle : 'Χρώμα Γραμμάτων', - bgColorTitle : 'Χρώμα Υποβάθρου', - auto : 'Αυτόματο', - more : 'Περισσότερα χρώματα...' + textColorTitle : 'Χρώμα Γραμμάτων', + bgColorTitle : 'Χρώμα Υποβάθρου', + panelTitle : 'Colors', // MISSING + auto : 'Αυτόματο', + more : 'Περισσότερα χρώματα...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['el'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['el'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/en-au.js b/_source/lang/en-au.js index a438aa2..0ea9bea 100644 --- a/_source/lang/en-au.js +++ b/_source/lang/en-au.js @@ -31,7 +31,11 @@ CKEDITOR.lang['en-au'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Source', @@ -68,12 +72,12 @@ CKEDITOR.lang['en-au'] = flash : 'Flash', form : 'Form', checkbox : 'Checkbox', - radio : 'Radio Button', + radio : 'Radio Button', textField : 'Text Field', textarea : 'Textarea', hiddenField : 'Hidden Field', button : 'Button', - select : 'Selection Field', + select : 'Selection Field', imageButton : 'Image Button', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['en-au'] = cssStyle : 'Style', ok : 'OK', cancel : 'Cancel', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', advancedTab : 'Advanced', - validateNumberFailed : 'This value is not a number.', + validateNumberFailed : 'This value is not a number.', confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['en-au'] = upload : 'Upload', advanced : 'Advanced', type : 'Link Type', + toUrl : 'URL', // MISSING toAnchor : 'Link to anchor in the text', toEmail : 'E-mail', - target : 'Target', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'New Window (_blank)', - targetTop : 'Topmost Window (_top)', - targetSelf : 'Same Window (_self)', - targetParent : 'Parent Window (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Target Frame Name', targetPopupName : 'Popup Window Name', popupFeatures : 'Popup Window Features', popupResizable : 'Resizable', popupStatusBar : 'Status Bar', - popupLocationBar : 'Location Bar', + popupLocationBar: 'Location Bar', popupToolbar : 'Toolbar', popupMenuBar : 'Menu Bar', popupFullScreen : 'Full Screen (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['en-au'] = popupTop : 'Top Position', id : 'Id', langDir : 'Language Direction', - langDirNotSet : '', langDirLTR : 'Left to Right (LTR)', langDirRTL : 'Right to Left (RTL)', acccessKey : 'Access Key', @@ -203,13 +209,13 @@ CKEDITOR.lang['en-au'] = columns : 'Columns', border : 'Border size', align : 'Alignment', - alignNotSet : '', alignLeft : 'Left', alignCenter : 'Centre', alignRight : 'Right', width : 'Width', widthPx : 'pixels', widthPc : 'percent', + widthUnit : 'width unit', // MISSING height : 'Height', cellSpace : 'Cell spacing', cellPad : 'Cell padding', @@ -260,7 +266,7 @@ CKEDITOR.lang['en-au'] = invalidHeight : 'Cell height must be a number.', invalidRowSpan : 'Rows span must be a whole number.', invalidColSpan : 'Columns span must be a whole number.', - chooseColor : 'Choose' // MISSING + chooseColor : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['en-au'] = menu : 'Form Properties', action : 'Action', method : 'Method', - encoding : 'Encoding', - target : 'Target', - targetNotSet : '', - targetNew : 'New Window (_blank)', - targetTop : 'Topmost Window (_top)', - targetSelf : 'Same Window (_self)', - targetParent : 'Parent Window (_parent)' + encoding : 'Encoding' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['en-au'] = title : 'Image Properties', titleButton : 'Image Button Properties', menu : 'Image Properties', - infoTab : 'Image Info', + infoTab : 'Image Info', btnUpload : 'Send it to the Server', - url : 'URL', - upload : 'Upload', - alt : 'Alternative Text', + upload : 'Upload', + alt : 'Alternative Text', width : 'Width', - height : 'Height', + height : 'Height', lockRatio : 'Lock Ratio', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Reset Size', - border : 'Border', - hSpace : 'HSpace', - vSpace : 'VSpace', + border : 'Border', + hSpace : 'HSpace', + vSpace : 'VSpace', align : 'Align', alignLeft : 'Left', alignRight : 'Right', - preview : 'Preview', alertUrl : 'Please type the image URL', - linkTab : 'Link', + linkTab : 'Link', button2Img : 'Do you want to transform the selected image button on a simple image?', img2Button : 'Do you want to transform the selected image on a image button?', - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['en-au'] = { properties : 'Flash Properties', propertiesTab : 'Properties', - title : 'Flash Properties', - chkPlay : 'Auto Play', - chkLoop : 'Loop', - chkMenu : 'Enable Flash Menu', - chkFull : 'Allow Fullscreen', - scale : 'Scale', + title : 'Flash Properties', + chkPlay : 'Auto Play', + chkLoop : 'Loop', + chkMenu : 'Enable Flash Menu', + chkFull : 'Allow Fullscreen', + scale : 'Scale', scaleAll : 'Show all', scaleNoBorder : 'No Border', scaleFit : 'Exact Fit', access : 'Script Access', accessAlways : 'Always', - accessSameDomain : 'Same domain', - accessNever : 'Never', - align : 'Align', - alignLeft : 'Left', - alignAbsBottom: 'Abs Bottom', - alignAbsMiddle: 'Abs Middle', + accessSameDomain: 'Same domain', + accessNever : 'Never', + align : 'Align', + alignLeft : 'Left', + alignAbsBottom : 'Abs Bottom', + alignAbsMiddle : 'Abs Middle', alignBaseline : 'Baseline', - alignBottom : 'Bottom', - alignMiddle : 'Middle', - alignRight : 'Right', + alignBottom : 'Bottom', + alignMiddle : 'Middle', + alignRight : 'Right', alignTextTop : 'Text Top', - alignTop : 'Top', - quality : 'Quality', - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', - flashvars : 'Variables for Flash', - bgcolor : 'Background colour', - width : 'Width', - height : 'Height', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'URL must not be empty.', - validateWidth : 'Width must be a number.', - validateHeight : 'Height must be a number.', - validateHSpace : 'HSpace must be a number.', - validateVSpace : 'VSpace must be a number.' + alignTop : 'Top', + quality : 'Quality', + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', + flashvars : 'Variables for Flash', + bgcolor : 'Background colour', + width : 'Width', + height : 'Height', + hSpace : 'HSpace', + vSpace : 'VSpace', + validateSrc : 'URL must not be empty.', + validateWidth : 'Width must be a number.', + validateHeight : 'Height must be a number.', + validateHSpace : 'HSpace must be a number.', + validateVSpace : 'VSpace must be a number.' }, // Speller Pages Dialog @@ -477,23 +481,24 @@ CKEDITOR.lang['en-au'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' }, - numberedlist : 'Insert/Remove Numbered List', - bulletedlist : 'Insert/Remove Bulleted List', - indent : 'Increase Indent', - outdent : 'Decrease Indent', + numberedlist : 'Insert/Remove Numbered List', + bulletedlist : 'Insert/Remove Bulleted List', + indent : 'Increase Indent', + outdent : 'Decrease Indent', justify : { - left : 'Left Justify', - center : 'Centre Justify', - right : 'Right Justify', - block : 'Block Justify' + left : 'Left Justify', + center : 'Centre Justify', + right : 'Right Justify', + block : 'Block Justify' }, - blockquote : 'Blockquote', + blockquote : 'Block Quote', clipboard : { @@ -501,61 +506,59 @@ CKEDITOR.lang['en-au'] = cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).', copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).', pasteMsg : 'Please paste inside the following box using the keyboard (Ctrl+V) and hit OK', - securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.' + securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Paste from Word', - title : 'Paste from Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Paste from Word', + title : 'Paste from Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Paste as plain text', - title : 'Paste as Plain Text' + button : 'Paste as plain text', + title : 'Paste as Plain Text' }, templates : { - button : 'Templates', - title : 'Content Templates', - insertOption: 'Replace actual contents', - selectPromptMsg: 'Please select the template to open in the editor', - emptyListMsg : '(No templates defined)' + button : 'Templates', + title : 'Content Templates', + insertOption : 'Replace actual contents', + selectPromptMsg : 'Please select the template to open in the editor', + emptyListMsg : '(No templates defined)' }, showBlocks : 'Show Blocks', stylesCombo : { - label : 'Styles', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', - panelTitle2 : 'Inline Styles', - panelTitle3 : 'Object Styles' + label : 'Styles', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', + panelTitle2 : 'Inline Styles', + panelTitle3 : 'Object Styles' }, format : { - label : 'Format', - voiceLabel : 'Format', // MISSING - panelTitle : 'Paragraph Format', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Format', + panelTitle : 'Paragraph Format', - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - tag_h1 : 'Heading 1', - tag_h2 : 'Heading 2', - tag_h3 : 'Heading 3', - tag_h4 : 'Heading 4', - tag_h5 : 'Heading 5', - tag_h6 : 'Heading 6', - tag_div : 'Normal (DIV)' + tag_p : 'Normal', + tag_pre : 'Formatted', + tag_address : 'Address', + tag_h1 : 'Heading 1', + tag_h2 : 'Heading 2', + tag_h3 : 'Heading 3', + tag_h4 : 'Heading 4', + tag_h5 : 'Heading 5', + tag_h6 : 'Heading 6', + tag_div : 'Normal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['en-au'] = font : { - label : 'Font', - voiceLabel : 'Font', // MISSING - panelTitle : 'Font Name', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Font', + voiceLabel : 'Font', // MISSING + panelTitle : 'Font Name' }, fontSize : { - label : 'Size', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Font Size', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Size', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Font Size' }, colorButton : { - textColorTitle : 'Text Colour', - bgColorTitle : 'Background Colour', - auto : 'Automatic', - more : 'More Colours...' + textColorTitle : 'Text Colour', + bgColorTitle : 'Background Colour', + panelTitle : 'Colors', // MISSING + auto : 'Automatic', + more : 'More Colours...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['en-au'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', - copy : 'Copyright © $1. All rights reserved.' + title : 'About CKEditor', + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', + copy : 'Copyright © $1. All rights reserved.' }, maximize : 'Maximize', @@ -676,22 +678,22 @@ CKEDITOR.lang['en-au'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/en-ca.js b/_source/lang/en-ca.js index fcdee9b..1210ec4 100644 --- a/_source/lang/en-ca.js +++ b/_source/lang/en-ca.js @@ -31,7 +31,11 @@ CKEDITOR.lang['en-ca'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Source', @@ -68,12 +72,12 @@ CKEDITOR.lang['en-ca'] = flash : 'Flash', form : 'Form', checkbox : 'Checkbox', - radio : 'Radio Button', + radio : 'Radio Button', textField : 'Text Field', textarea : 'Textarea', hiddenField : 'Hidden Field', button : 'Button', - select : 'Selection Field', + select : 'Selection Field', imageButton : 'Image Button', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['en-ca'] = cssStyle : 'Style', ok : 'OK', cancel : 'Cancel', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', advancedTab : 'Advanced', - validateNumberFailed : 'This value is not a number.', + validateNumberFailed : 'This value is not a number.', confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['en-ca'] = upload : 'Upload', advanced : 'Advanced', type : 'Link Type', + toUrl : 'URL', // MISSING toAnchor : 'Link to anchor in the text', toEmail : 'E-mail', - target : 'Target', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'New Window (_blank)', - targetTop : 'Topmost Window (_top)', - targetSelf : 'Same Window (_self)', - targetParent : 'Parent Window (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Target Frame Name', targetPopupName : 'Popup Window Name', popupFeatures : 'Popup Window Features', popupResizable : 'Resizable', popupStatusBar : 'Status Bar', - popupLocationBar : 'Location Bar', + popupLocationBar: 'Location Bar', popupToolbar : 'Toolbar', popupMenuBar : 'Menu Bar', popupFullScreen : 'Full Screen (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['en-ca'] = popupTop : 'Top Position', id : 'Id', langDir : 'Language Direction', - langDirNotSet : '', langDirLTR : 'Left to Right (LTR)', langDirRTL : 'Right to Left (RTL)', acccessKey : 'Access Key', @@ -203,13 +209,13 @@ CKEDITOR.lang['en-ca'] = columns : 'Columns', border : 'Border size', align : 'Alignment', - alignNotSet : '', alignLeft : 'Left', alignCenter : 'Centre', alignRight : 'Right', width : 'Width', widthPx : 'pixels', widthPc : 'percent', + widthUnit : 'width unit', // MISSING height : 'Height', cellSpace : 'Cell spacing', cellPad : 'Cell padding', @@ -260,7 +266,7 @@ CKEDITOR.lang['en-ca'] = invalidHeight : 'Cell height must be a number.', invalidRowSpan : 'Rows span must be a whole number.', invalidColSpan : 'Columns span must be a whole number.', - chooseColor : 'Choose' // MISSING + chooseColor : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['en-ca'] = menu : 'Form Properties', action : 'Action', method : 'Method', - encoding : 'Encoding', - target : 'Target', - targetNotSet : '', - targetNew : 'New Window (_blank)', - targetTop : 'Topmost Window (_top)', - targetSelf : 'Same Window (_self)', - targetParent : 'Parent Window (_parent)' + encoding : 'Encoding' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['en-ca'] = title : 'Image Properties', titleButton : 'Image Button Properties', menu : 'Image Properties', - infoTab : 'Image Info', + infoTab : 'Image Info', btnUpload : 'Send it to the Server', - url : 'URL', - upload : 'Upload', - alt : 'Alternative Text', + upload : 'Upload', + alt : 'Alternative Text', width : 'Width', - height : 'Height', + height : 'Height', lockRatio : 'Lock Ratio', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Reset Size', - border : 'Border', - hSpace : 'HSpace', - vSpace : 'VSpace', + border : 'Border', + hSpace : 'HSpace', + vSpace : 'VSpace', align : 'Align', alignLeft : 'Left', alignRight : 'Right', - preview : 'Preview', alertUrl : 'Please type the image URL', - linkTab : 'Link', + linkTab : 'Link', button2Img : 'Do you want to transform the selected image button on a simple image?', img2Button : 'Do you want to transform the selected image on a image button?', - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['en-ca'] = { properties : 'Flash Properties', propertiesTab : 'Properties', - title : 'Flash Properties', - chkPlay : 'Auto Play', - chkLoop : 'Loop', - chkMenu : 'Enable Flash Menu', - chkFull : 'Allow Fullscreen', - scale : 'Scale', + title : 'Flash Properties', + chkPlay : 'Auto Play', + chkLoop : 'Loop', + chkMenu : 'Enable Flash Menu', + chkFull : 'Allow Fullscreen', + scale : 'Scale', scaleAll : 'Show all', scaleNoBorder : 'No Border', scaleFit : 'Exact Fit', access : 'Script Access', accessAlways : 'Always', - accessSameDomain : 'Same domain', - accessNever : 'Never', - align : 'Align', - alignLeft : 'Left', - alignAbsBottom: 'Abs Bottom', - alignAbsMiddle: 'Abs Middle', + accessSameDomain: 'Same domain', + accessNever : 'Never', + align : 'Align', + alignLeft : 'Left', + alignAbsBottom : 'Abs Bottom', + alignAbsMiddle : 'Abs Middle', alignBaseline : 'Baseline', - alignBottom : 'Bottom', - alignMiddle : 'Middle', - alignRight : 'Right', + alignBottom : 'Bottom', + alignMiddle : 'Middle', + alignRight : 'Right', alignTextTop : 'Text Top', - alignTop : 'Top', - quality : 'Quality', - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', - flashvars : 'Variables for Flash', - bgcolor : 'Background colour', - width : 'Width', - height : 'Height', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'URL must not be empty.', - validateWidth : 'Width must be a number.', - validateHeight : 'Height must be a number.', - validateHSpace : 'HSpace must be a number.', - validateVSpace : 'VSpace must be a number.' + alignTop : 'Top', + quality : 'Quality', + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', + flashvars : 'Variables for Flash', + bgcolor : 'Background colour', + width : 'Width', + height : 'Height', + hSpace : 'HSpace', + vSpace : 'VSpace', + validateSrc : 'URL must not be empty.', + validateWidth : 'Width must be a number.', + validateHeight : 'Height must be a number.', + validateHSpace : 'HSpace must be a number.', + validateVSpace : 'VSpace must be a number.' }, // Speller Pages Dialog @@ -477,23 +481,24 @@ CKEDITOR.lang['en-ca'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' }, - numberedlist : 'Insert/Remove Numbered List', - bulletedlist : 'Insert/Remove Bulleted List', - indent : 'Increase Indent', - outdent : 'Decrease Indent', + numberedlist : 'Insert/Remove Numbered List', + bulletedlist : 'Insert/Remove Bulleted List', + indent : 'Increase Indent', + outdent : 'Decrease Indent', justify : { - left : 'Left Justify', - center : 'Centre Justify', - right : 'Right Justify', - block : 'Block Justify' + left : 'Left Justify', + center : 'Centre Justify', + right : 'Right Justify', + block : 'Block Justify' }, - blockquote : 'Blockquote', + blockquote : 'Block Quote', clipboard : { @@ -501,61 +506,59 @@ CKEDITOR.lang['en-ca'] = cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).', copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).', pasteMsg : 'Please paste inside the following box using the keyboard (Ctrl+V) and hit OK', - securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.' + securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Paste from Word', - title : 'Paste from Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Paste from Word', + title : 'Paste from Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Paste as plain text', - title : 'Paste as Plain Text' + button : 'Paste as plain text', + title : 'Paste as Plain Text' }, templates : { - button : 'Templates', - title : 'Content Templates', - insertOption: 'Replace actual contents', - selectPromptMsg: 'Please select the template to open in the editor', - emptyListMsg : '(No templates defined)' + button : 'Templates', + title : 'Content Templates', + insertOption : 'Replace actual contents', + selectPromptMsg : 'Please select the template to open in the editor', + emptyListMsg : '(No templates defined)' }, showBlocks : 'Show Blocks', stylesCombo : { - label : 'Styles', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', - panelTitle2 : 'Inline Styles', - panelTitle3 : 'Object Styles' + label : 'Styles', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', + panelTitle2 : 'Inline Styles', + panelTitle3 : 'Object Styles' }, format : { - label : 'Format', - voiceLabel : 'Format', // MISSING - panelTitle : 'Paragraph Format', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Format', + panelTitle : 'Paragraph Format', - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - tag_h1 : 'Heading 1', - tag_h2 : 'Heading 2', - tag_h3 : 'Heading 3', - tag_h4 : 'Heading 4', - tag_h5 : 'Heading 5', - tag_h6 : 'Heading 6', - tag_div : 'Normal (DIV)' + tag_p : 'Normal', + tag_pre : 'Formatted', + tag_address : 'Address', + tag_h1 : 'Heading 1', + tag_h2 : 'Heading 2', + tag_h3 : 'Heading 3', + tag_h4 : 'Heading 4', + tag_h5 : 'Heading 5', + tag_h6 : 'Heading 6', + tag_div : 'Normal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['en-ca'] = font : { - label : 'Font', - voiceLabel : 'Font', // MISSING - panelTitle : 'Font Name', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Font', + voiceLabel : 'Font', // MISSING + panelTitle : 'Font Name' }, fontSize : { - label : 'Size', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Font Size', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Size', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Font Size' }, colorButton : { - textColorTitle : 'Text Colour', - bgColorTitle : 'Background Colour', - auto : 'Automatic', - more : 'More Colours...' + textColorTitle : 'Text Colour', + bgColorTitle : 'Background Colour', + panelTitle : 'Colors', // MISSING + auto : 'Automatic', + more : 'More Colours...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['en-ca'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', - copy : 'Copyright © $1. All rights reserved.' + title : 'About CKEditor', + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', + copy : 'Copyright © $1. All rights reserved.' }, maximize : 'Maximize', @@ -676,22 +678,22 @@ CKEDITOR.lang['en-ca'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/en-gb.js b/_source/lang/en-gb.js index 75dba23..fa23d61 100644 --- a/_source/lang/en-gb.js +++ b/_source/lang/en-gb.js @@ -31,7 +31,11 @@ CKEDITOR.lang['en-gb'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Source', @@ -68,12 +72,12 @@ CKEDITOR.lang['en-gb'] = flash : 'Flash', form : 'Form', checkbox : 'Checkbox', - radio : 'Radio Button', + radio : 'Radio Button', textField : 'Text Field', textarea : 'Textarea', hiddenField : 'Hidden Field', button : 'Button', - select : 'Selection Field', + select : 'Selection Field', imageButton : 'Image Button', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['en-gb'] = cssStyle : 'Style', ok : 'OK', cancel : 'Cancel', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', advancedTab : 'Advanced', - validateNumberFailed : 'This value is not a number.', + validateNumberFailed : 'This value is not a number.', confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['en-gb'] = upload : 'Upload', advanced : 'Advanced', type : 'Link Type', + toUrl : 'URL', // MISSING toAnchor : 'Link to anchor in the text', toEmail : 'E-mail', - target : 'Target', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'New Window (_blank)', - targetTop : 'Topmost Window (_top)', - targetSelf : 'Same Window (_self)', - targetParent : 'Parent Window (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Target Frame Name', targetPopupName : 'Popup Window Name', popupFeatures : 'Popup Window Features', popupResizable : 'Resizable', popupStatusBar : 'Status Bar', - popupLocationBar : 'Location Bar', + popupLocationBar: 'Location Bar', popupToolbar : 'Toolbar', popupMenuBar : 'Menu Bar', popupFullScreen : 'Full Screen (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['en-gb'] = popupTop : 'Top Position', id : 'Id', langDir : 'Language Direction', - langDirNotSet : '', langDirLTR : 'Left to Right (LTR)', langDirRTL : 'Right to Left (RTL)', acccessKey : 'Access Key', @@ -203,13 +209,13 @@ CKEDITOR.lang['en-gb'] = columns : 'Columns', border : 'Border size', align : 'Alignment', - alignNotSet : '', alignLeft : 'Left', alignCenter : 'Centre', alignRight : 'Right', width : 'Width', widthPx : 'pixels', widthPc : 'percent', + widthUnit : 'width unit', // MISSING height : 'Height', cellSpace : 'Cell spacing', cellPad : 'Cell padding', @@ -260,7 +266,7 @@ CKEDITOR.lang['en-gb'] = invalidHeight : 'Cell height must be a number.', invalidRowSpan : 'Rows span must be a whole number.', invalidColSpan : 'Columns span must be a whole number.', - chooseColor : 'Choose' // MISSING + chooseColor : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['en-gb'] = menu : 'Form Properties', action : 'Action', method : 'Method', - encoding : 'Encoding', - target : 'Target', - targetNotSet : '', - targetNew : 'New Window (_blank)', - targetTop : 'Topmost Window (_top)', - targetSelf : 'Same Window (_self)', - targetParent : 'Parent Window (_parent)' + encoding : 'Encoding' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['en-gb'] = title : 'Image Properties', titleButton : 'Image Button Properties', menu : 'Image Properties', - infoTab : 'Image Info', + infoTab : 'Image Info', btnUpload : 'Send it to the Server', - url : 'URL', - upload : 'Upload', - alt : 'Alternative Text', + upload : 'Upload', + alt : 'Alternative Text', width : 'Width', - height : 'Height', + height : 'Height', lockRatio : 'Lock Ratio', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Reset Size', - border : 'Border', - hSpace : 'HSpace', - vSpace : 'VSpace', + border : 'Border', + hSpace : 'HSpace', + vSpace : 'VSpace', align : 'Align', alignLeft : 'Left', alignRight : 'Right', - preview : 'Preview', alertUrl : 'Please type the image URL', - linkTab : 'Link', + linkTab : 'Link', button2Img : 'Do you want to transform the selected image button on a simple image?', img2Button : 'Do you want to transform the selected image on a image button?', - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['en-gb'] = { properties : 'Flash Properties', propertiesTab : 'Properties', - title : 'Flash Properties', - chkPlay : 'Auto Play', - chkLoop : 'Loop', - chkMenu : 'Enable Flash Menu', - chkFull : 'Allow Fullscreen', - scale : 'Scale', + title : 'Flash Properties', + chkPlay : 'Auto Play', + chkLoop : 'Loop', + chkMenu : 'Enable Flash Menu', + chkFull : 'Allow Fullscreen', + scale : 'Scale', scaleAll : 'Show all', scaleNoBorder : 'No Border', scaleFit : 'Exact Fit', access : 'Script Access', accessAlways : 'Always', - accessSameDomain : 'Same domain', - accessNever : 'Never', - align : 'Align', - alignLeft : 'Left', - alignAbsBottom: 'Abs Bottom', - alignAbsMiddle: 'Abs Middle', + accessSameDomain: 'Same domain', + accessNever : 'Never', + align : 'Align', + alignLeft : 'Left', + alignAbsBottom : 'Abs Bottom', + alignAbsMiddle : 'Abs Middle', alignBaseline : 'Baseline', - alignBottom : 'Bottom', - alignMiddle : 'Middle', - alignRight : 'Right', + alignBottom : 'Bottom', + alignMiddle : 'Middle', + alignRight : 'Right', alignTextTop : 'Text Top', - alignTop : 'Top', - quality : 'Quality', - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', - flashvars : 'Variables for Flash', - bgcolor : 'Background colour', - width : 'Width', - height : 'Height', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'URL must not be empty.', - validateWidth : 'Width must be a number.', - validateHeight : 'Height must be a number.', - validateHSpace : 'HSpace must be a number.', - validateVSpace : 'VSpace must be a number.' + alignTop : 'Top', + quality : 'Quality', + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', + flashvars : 'Variables for Flash', + bgcolor : 'Background colour', + width : 'Width', + height : 'Height', + hSpace : 'HSpace', + vSpace : 'VSpace', + validateSrc : 'URL must not be empty.', + validateWidth : 'Width must be a number.', + validateHeight : 'Height must be a number.', + validateHSpace : 'HSpace must be a number.', + validateVSpace : 'VSpace must be a number.' }, // Speller Pages Dialog @@ -477,23 +481,24 @@ CKEDITOR.lang['en-gb'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' }, - numberedlist : 'Insert/Remove Numbered List', - bulletedlist : 'Insert/Remove Bulleted List', - indent : 'Increase Indent', - outdent : 'Decrease Indent', + numberedlist : 'Insert/Remove Numbered List', + bulletedlist : 'Insert/Remove Bulleted List', + indent : 'Increase Indent', + outdent : 'Decrease Indent', justify : { - left : 'Left Justify', - center : 'Centre Justify', - right : 'Right Justify', - block : 'Block Justify' + left : 'Left Justify', + center : 'Centre Justify', + right : 'Right Justify', + block : 'Block Justify' }, - blockquote : 'Blockquote', + blockquote : 'Block Quote', clipboard : { @@ -501,61 +506,59 @@ CKEDITOR.lang['en-gb'] = cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).', copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).', pasteMsg : 'Please paste inside the following box using the keyboard (Ctrl+V) and hit OK', - securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.' + securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', + pasteArea : 'Paste Area' }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Paste from Word', - title : 'Paste from Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Paste from Word', + title : 'Paste from Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Paste as plain text', - title : 'Paste as Plain Text' + button : 'Paste as plain text', + title : 'Paste as Plain Text' }, templates : { - button : 'Templates', - title : 'Content Templates', - insertOption: 'Replace actual contents', - selectPromptMsg: 'Please select the template to open in the editor', - emptyListMsg : '(No templates defined)' + button : 'Templates', + title : 'Content Templates', + insertOption : 'Replace actual contents', + selectPromptMsg : 'Please select the template to open in the editor', + emptyListMsg : '(No templates defined)' }, showBlocks : 'Show Blocks', stylesCombo : { - label : 'Styles', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', - panelTitle2 : 'Inline Styles', - panelTitle3 : 'Object Styles' + label : 'Styles', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', + panelTitle2 : 'Inline Styles', + panelTitle3 : 'Object Styles' }, format : { - label : 'Format', - voiceLabel : 'Format', // MISSING - panelTitle : 'Paragraph Format', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Format', + panelTitle : 'Paragraph Format', - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - tag_h1 : 'Heading 1', - tag_h2 : 'Heading 2', - tag_h3 : 'Heading 3', - tag_h4 : 'Heading 4', - tag_h5 : 'Heading 5', - tag_h6 : 'Heading 6', - tag_div : 'Normal (DIV)' + tag_p : 'Normal', + tag_pre : 'Formatted', + tag_address : 'Address', + tag_h1 : 'Heading 1', + tag_h2 : 'Heading 2', + tag_h3 : 'Heading 3', + tag_h4 : 'Heading 4', + tag_h5 : 'Heading 5', + tag_h6 : 'Heading 6', + tag_div : 'Normal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['en-gb'] = font : { - label : 'Font', - voiceLabel : 'Font', // MISSING - panelTitle : 'Font Name', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Font', + voiceLabel : 'Font', // MISSING + panelTitle : 'Font Name' }, fontSize : { - label : 'Size', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Font Size', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Size', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Font Size' }, colorButton : { - textColorTitle : 'Text Colour', - bgColorTitle : 'Background Colour', - auto : 'Automatic', - more : 'More Colours...' + textColorTitle : 'Text Colour', + bgColorTitle : 'Background Colour', + panelTitle : 'Colors', // MISSING + auto : 'Automatic', + more : 'More Colours...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['en-gb'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', - copy : 'Copyright © $1. All rights reserved.' + title : 'About CKEditor', + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', + copy : 'Copyright © $1. All rights reserved.' }, maximize : 'Maximize', @@ -676,22 +678,22 @@ CKEDITOR.lang['en-gb'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/en.js b/_source/lang/en.js index 7e02a2d..49b28ec 100644 --- a/_source/lang/en.js +++ b/_source/lang/en.js @@ -31,7 +31,11 @@ CKEDITOR.lang['en'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', + + // ARIA descriptions. + toolbar : 'Toolbar', + editor : 'Rich Text Editor', // Toolbar buttons without dialogs. source : 'Source', @@ -68,12 +72,12 @@ CKEDITOR.lang['en'] = flash : 'Flash', form : 'Form', checkbox : 'Checkbox', - radio : 'Radio Button', + radio : 'Radio Button', textField : 'Text Field', textarea : 'Textarea', hiddenField : 'Hidden Field', button : 'Button', - select : 'Selection Field', + select : 'Selection Field', imageButton : 'Image Button', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['en'] = cssStyle : 'Style', ok : 'OK', cancel : 'Cancel', + close : 'Close', + preview : 'Preview', generalTab : 'General', advancedTab : 'Advanced', - validateNumberFailed : 'This value is not a number.', + validateNumberFailed : 'This value is not a number.', confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', + options : 'Options', + target : 'Target', + targetNew : 'New Window (_blank)', + targetTop : 'Topmost Window (_top)', + targetSelf : 'Same Window (_self)', + targetParent : 'Parent Window (_parent)', // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' @@ -116,22 +128,17 @@ CKEDITOR.lang['en'] = upload : 'Upload', advanced : 'Advanced', type : 'Link Type', + toUrl : 'URL', toAnchor : 'Link to anchor in the text', toEmail : 'E-mail', - target : 'Target', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'New Window (_blank)', - targetTop : 'Topmost Window (_top)', - targetSelf : 'Same Window (_self)', - targetParent : 'Parent Window (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Target Frame Name', targetPopupName : 'Popup Window Name', popupFeatures : 'Popup Window Features', popupResizable : 'Resizable', popupStatusBar : 'Status Bar', - popupLocationBar : 'Location Bar', + popupLocationBar: 'Location Bar', popupToolbar : 'Toolbar', popupMenuBar : 'Menu Bar', popupFullScreen : 'Full Screen (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['en'] = popupTop : 'Top Position', id : 'Id', langDir : 'Language Direction', - langDirNotSet : '', langDirLTR : 'Left to Right (LTR)', langDirRTL : 'Right to Left (RTL)', acccessKey : 'Access Key', @@ -203,13 +209,13 @@ CKEDITOR.lang['en'] = columns : 'Columns', border : 'Border size', align : 'Alignment', - alignNotSet : '', alignLeft : 'Left', alignCenter : 'Center', alignRight : 'Right', width : 'Width', widthPx : 'pixels', widthPc : 'percent', + widthUnit : 'width unit', height : 'Height', cellSpace : 'Cell spacing', cellPad : 'Cell padding', @@ -260,7 +266,7 @@ CKEDITOR.lang['en'] = invalidHeight : 'Cell height must be a number.', invalidRowSpan : 'Rows span must be a whole number.', invalidColSpan : 'Columns span must be a whole number.', - chooseColor : 'Choose' + chooseColor : 'Choose' }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['en'] = menu : 'Form Properties', action : 'Action', method : 'Method', - encoding : 'Encoding', - target : 'Target', - targetNotSet : '', - targetNew : 'New Window (_blank)', - targetTop : 'Topmost Window (_top)', - targetSelf : 'Same Window (_self)', - targetParent : 'Parent Window (_parent)' + encoding : 'Encoding' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['en'] = title : 'Image Properties', titleButton : 'Image Button Properties', menu : 'Image Properties', - infoTab : 'Image Info', + infoTab : 'Image Info', btnUpload : 'Send it to the Server', - url : 'URL', - upload : 'Upload', - alt : 'Alternative Text', + upload : 'Upload', + alt : 'Alternative Text', width : 'Width', - height : 'Height', + height : 'Height', lockRatio : 'Lock Ratio', + unlockRatio : 'Unlock Ratio', resetSize : 'Reset Size', - border : 'Border', - hSpace : 'HSpace', - vSpace : 'VSpace', + border : 'Border', + hSpace : 'HSpace', + vSpace : 'VSpace', align : 'Align', alignLeft : 'Left', alignRight : 'Right', - preview : 'Preview', alertUrl : 'Please type the image URL', - linkTab : 'Link', + linkTab : 'Link', button2Img : 'Do you want to transform the selected image button on a simple image?', img2Button : 'Do you want to transform the selected image on a image button?', - urlMissing : 'Image source URL is missing.' + urlMissing : 'Image source URL is missing.', + validateWidth : 'Width must be a whole number.', + validateHeight : 'Height must be a whole number.', + validateBorder : 'Border must be a whole number.', + validateHSpace : 'HSpace must be a whole number.', + validateVSpace : 'VSpace must be a whole number.' }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['en'] = { properties : 'Flash Properties', propertiesTab : 'Properties', - title : 'Flash Properties', - chkPlay : 'Auto Play', - chkLoop : 'Loop', - chkMenu : 'Enable Flash Menu', - chkFull : 'Allow Fullscreen', - scale : 'Scale', + title : 'Flash Properties', + chkPlay : 'Auto Play', + chkLoop : 'Loop', + chkMenu : 'Enable Flash Menu', + chkFull : 'Allow Fullscreen', + scale : 'Scale', scaleAll : 'Show all', scaleNoBorder : 'No Border', scaleFit : 'Exact Fit', access : 'Script Access', accessAlways : 'Always', - accessSameDomain : 'Same domain', - accessNever : 'Never', - align : 'Align', - alignLeft : 'Left', - alignAbsBottom: 'Abs Bottom', - alignAbsMiddle: 'Abs Middle', + accessSameDomain: 'Same domain', + accessNever : 'Never', + align : 'Align', + alignLeft : 'Left', + alignAbsBottom : 'Abs Bottom', + alignAbsMiddle : 'Abs Middle', alignBaseline : 'Baseline', - alignBottom : 'Bottom', - alignMiddle : 'Middle', - alignRight : 'Right', + alignBottom : 'Bottom', + alignMiddle : 'Middle', + alignRight : 'Right', alignTextTop : 'Text Top', - alignTop : 'Top', - quality : 'Quality', - qualityBest : 'Best', - qualityHigh : 'High', - qualityAutoHigh : 'Auto High', - qualityMedium : 'Medium', - qualityAutoLow : 'Auto Low', - qualityLow : 'Low', - windowModeWindow : 'Window', - windowModeOpaque : 'Opaque', - windowModeTransparent : 'Transparent', - windowMode : 'Window mode', - flashvars : 'Variables for Flash', - bgcolor : 'Background color', - width : 'Width', - height : 'Height', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'URL must not be empty.', - validateWidth : 'Width must be a number.', - validateHeight : 'Height must be a number.', - validateHSpace : 'HSpace must be a number.', - validateVSpace : 'VSpace must be a number.' + alignTop : 'Top', + quality : 'Quality', + qualityBest : 'Best', + qualityHigh : 'High', + qualityAutoHigh : 'Auto High', + qualityMedium : 'Medium', + qualityAutoLow : 'Auto Low', + qualityLow : 'Low', + windowModeWindow: 'Window', + windowModeOpaque: 'Opaque', + windowModeTransparent : 'Transparent', + windowMode : 'Window mode', + flashvars : 'Variables for Flash', + bgcolor : 'Background color', + width : 'Width', + height : 'Height', + hSpace : 'HSpace', + vSpace : 'VSpace', + validateSrc : 'URL must not be empty.', + validateWidth : 'Width must be a number.', + validateHeight : 'Height must be a number.', + validateHSpace : 'HSpace must be a number.', + validateVSpace : 'VSpace must be a number.' }, // Speller Pages Dialog @@ -477,23 +481,24 @@ CKEDITOR.lang['en'] = elementsPath : { + eleLabel : 'Elements path', eleTitle : '%1 element' }, - numberedlist : 'Insert/Remove Numbered List', - bulletedlist : 'Insert/Remove Bulleted List', - indent : 'Increase Indent', - outdent : 'Decrease Indent', + numberedlist : 'Insert/Remove Numbered List', + bulletedlist : 'Insert/Remove Bulleted List', + indent : 'Increase Indent', + outdent : 'Decrease Indent', justify : { - left : 'Left Justify', - center : 'Center Justify', - right : 'Right Justify', - block : 'Block Justify' + left : 'Left Justify', + center : 'Center Justify', + right : 'Right Justify', + block : 'Block Justify' }, - blockquote : 'Blockquote', + blockquote : 'Block Quote', clipboard : { @@ -501,61 +506,59 @@ CKEDITOR.lang['en'] = cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).', copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).', pasteMsg : 'Please paste inside the following box using the keyboard (Ctrl+V) and hit OK', - securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.' + securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', + pasteArea : 'Paste Area' }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', - toolbar : 'Paste from Word', - title : 'Paste from Word', - error : 'It was not possible to clean up the pasted data due to an internal error' + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', + toolbar : 'Paste from Word', + title : 'Paste from Word', + error : 'It was not possible to clean up the pasted data due to an internal error' }, pasteText : { - button : 'Paste as plain text', - title : 'Paste as Plain Text' + button : 'Paste as plain text', + title : 'Paste as Plain Text' }, templates : { - button : 'Templates', - title : 'Content Templates', - insertOption: 'Replace actual contents', - selectPromptMsg: 'Please select the template to open in the editor', - emptyListMsg : '(No templates defined)' + button : 'Templates', + title : 'Content Templates', + insertOption : 'Replace actual contents', + selectPromptMsg : 'Please select the template to open in the editor', + emptyListMsg : '(No templates defined)' }, showBlocks : 'Show Blocks', stylesCombo : { - label : 'Styles', - voiceLabel : 'Styles', - panelVoiceLabel : 'Select a style', - panelTitle1 : 'Block Styles', - panelTitle2 : 'Inline Styles', - panelTitle3 : 'Object Styles' + label : 'Styles', + panelTitle : 'Formatting Styles', + panelTitle1 : 'Block Styles', + panelTitle2 : 'Inline Styles', + panelTitle3 : 'Object Styles' }, format : { - label : 'Format', - voiceLabel : 'Format', - panelTitle : 'Paragraph Format', - panelVoiceLabel : 'Select a paragraph format', + label : 'Format', + panelTitle : 'Paragraph Format', - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - tag_h1 : 'Heading 1', - tag_h2 : 'Heading 2', - tag_h3 : 'Heading 3', - tag_h4 : 'Heading 4', - tag_h5 : 'Heading 5', - tag_h6 : 'Heading 6', - tag_div : 'Normal (DIV)' + tag_p : 'Normal', + tag_pre : 'Formatted', + tag_address : 'Address', + tag_h1 : 'Heading 1', + tag_h2 : 'Heading 2', + tag_h3 : 'Heading 3', + tag_h4 : 'Heading 4', + tag_h5 : 'Heading 5', + tag_h6 : 'Heading 6', + tag_div : 'Normal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['en'] = font : { - label : 'Font', - voiceLabel : 'Font', - panelTitle : 'Font Name', - panelVoiceLabel : 'Select a font' + label : 'Font', + voiceLabel : 'Font', + panelTitle : 'Font Name' }, fontSize : { - label : 'Size', - voiceLabel : 'Font Size', - panelTitle : 'Font Size', - panelVoiceLabel : 'Select a font size' + label : 'Size', + voiceLabel : 'Font Size', + panelTitle : 'Font Size' }, colorButton : { - textColorTitle : 'Text Color', - bgColorTitle : 'Background Color', - auto : 'Automatic', - more : 'More Colors...' + textColorTitle : 'Text Color', + bgColorTitle : 'Background Color', + panelTitle : 'Colors', + auto : 'Automatic', + more : 'More Colors...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['en'] = scayt : { - title : 'Spell Check As You Type', - enable : 'Enable SCAYT', - disable : 'Disable SCAYT', - about : 'About SCAYT', - toggle : 'Toggle SCAYT', - options : 'Options', - langs : 'Languages', - moreSuggestions : 'More suggestions', - ignore : 'Ignore', - ignoreAll : 'Ignore All', - addWord : 'Add Word', - emptyDic : 'Dictionary name should not be empty.', - optionsTab : 'Options', - languagesTab : 'Languages', - dictionariesTab : 'Dictionaries', - aboutTab : 'About' + title : 'Spell Check As You Type', + enable : 'Enable SCAYT', + disable : 'Disable SCAYT', + about : 'About SCAYT', + toggle : 'Toggle SCAYT', + options : 'Options', + langs : 'Languages', + moreSuggestions : 'More suggestions', + ignore : 'Ignore', + ignoreAll : 'Ignore All', + addWord : 'Add Word', + emptyDic : 'Dictionary name should not be empty.', + optionsTab : 'Options', + languagesTab : 'Languages', + dictionariesTab : 'Dictionaries', + aboutTab : 'About' }, about : { - title : 'About CKEditor', - dlgTitle : 'About CKEditor', - moreInfo : 'For licensing information please visit our web site:', - copy : 'Copyright © $1. All rights reserved.' + title : 'About CKEditor', + dlgTitle : 'About CKEditor', + moreInfo : 'For licensing information please visit our web site:', + copy : 'Copyright © $1. All rights reserved.' }, maximize : 'Maximize', @@ -676,22 +678,22 @@ CKEDITOR.lang['en'] = fakeobjects : { - anchor : 'Anchor', - flash : 'Flash Animation', - div : 'Page Break', - unknown : 'Unknown Object' + anchor : 'Anchor', + flash : 'Flash Animation', + div : 'Page Break', + unknown : 'Unknown Object' }, resize : 'Drag to resize', colordialog : { - title : 'Select color', - highlight : 'Highlight', - selected : 'Selected', - clear : 'Clear' + title : 'Select color', + highlight : 'Highlight', + selected : 'Selected', + clear : 'Clear' }, - toolbarCollapse : 'Collapse Toolbar', - toolbarExpand : 'Expand Toolbar' + toolbarCollapse : 'Collapse Toolbar', + toolbarExpand : 'Expand Toolbar' }; diff --git a/_source/lang/eo.js b/_source/lang/eo.js index f56d40c..81c673b 100644 --- a/_source/lang/eo.js +++ b/_source/lang/eo.js @@ -31,7 +31,11 @@ CKEDITOR.lang['eo'] = * 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 : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Fonto', @@ -68,12 +72,12 @@ CKEDITOR.lang['eo'] = flash : 'Flash', // MISSING form : 'Formularo', checkbox : 'Markobutono', - radio : 'Radiobutono', + radio : 'Radiobutono', textField : 'Teksta kampo', textarea : 'Teksta Areo', hiddenField : 'Kaŝita Kampo', button : 'Butono', - select : 'Elekta Kampo', + select : 'Elekta Kampo', imageButton : 'Bildbutono', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['eo'] = cssStyle : 'Stilo', ok : 'Akcepti', cancel : 'Rezigni', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : 'Speciala', - validateNumberFailed : 'This value is not a number.', // MISSING + 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 // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['eo'] = upload : 'Alŝuti', advanced : 'Speciala', type : 'Tipo de Ligilo', + toUrl : 'URL', // MISSING toAnchor : 'Ankri en tiu ĉi paĝo', toEmail : 'Retpoŝto', - target : 'Celo', - targetNotSet : '', - targetFrame : '', - targetPopup : '<ŝprucfenestro>', - targetNew : 'Nova Fenestro (_blank)', - targetTop : 'Plej Supra Fenestro (_top)', - targetSelf : 'Sama Fenestro (_self)', - targetParent : 'Gepatra Fenestro (_parent)', + targetFrame : '', + targetPopup : '<ŝprucfenestro>', targetFrameName : 'Nomo de Kadro', targetPopupName : 'Nomo de Ŝprucfenestro', popupFeatures : 'Atributoj de la Ŝprucfenestro', popupResizable : 'Resizable', // MISSING popupStatusBar : 'Statobreto', - popupLocationBar : 'Adresobreto', + popupLocationBar: 'Adresobreto', popupToolbar : 'Ilobreto', popupMenuBar : 'Menubreto', popupFullScreen : 'Tutekrane (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['eo'] = popupTop : 'Pozicio de Supro', id : 'Id', // MISSING langDir : 'Skribdirekto', - langDirNotSet : '', langDirLTR : 'De maldekstro dekstren (LTR)', langDirRTL : 'De dekstro maldekstren (RTL)', acccessKey : 'Fulmoklavo', @@ -203,13 +209,13 @@ CKEDITOR.lang['eo'] = columns : 'Kolumnoj', border : 'Bordero', align : 'Ĝisrandigo', - alignNotSet : '', alignLeft : 'Maldekstre', alignCenter : 'Centre', alignRight : 'Dekstre', width : 'Larĝo', widthPx : 'Bitbilderoj', widthPc : 'elcentoj', + widthUnit : 'width unit', // MISSING height : 'Alto', cellSpace : 'Interspacigo de Ĉeloj', cellPad : 'ĈirkaÅ­enhava Plenigado', @@ -260,7 +266,7 @@ CKEDITOR.lang['eo'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['eo'] = menu : 'Formularaj Atributoj', action : 'Ago', method : 'Metodo', - encoding : 'Encoding', // MISSING - target : 'Celo', - targetNotSet : '', - targetNew : 'Nova Fenestro (_blank)', - targetTop : 'Plej Supra Fenestro (_top)', - targetSelf : 'Sama Fenestro (_self)', - targetParent : 'Gepatra Fenestro (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['eo'] = title : 'Atributoj de Bildo', titleButton : 'Bildbutonaj Atributoj', menu : 'Atributoj de Bildo', - infoTab : 'Informoj pri Bildo', + infoTab : 'Informoj pri Bildo', btnUpload : 'Sendu al Servilo', - url : 'URL', - upload : 'Alŝuti', - alt : 'AnstataÅ­iga Teksto', + upload : 'Alŝuti', + alt : 'AnstataÅ­iga Teksto', width : 'Larĝo', - height : 'Alto', + height : 'Alto', lockRatio : 'Konservi Proporcion', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Origina Grando', - border : 'Bordero', - hSpace : 'HSpaco', - vSpace : 'VSpaco', + border : 'Bordero', + hSpace : 'HSpaco', + vSpace : 'VSpaco', align : 'Ĝisrandigo', alignLeft : 'Maldekstre', alignRight : 'Dekstre', - preview : 'Vidigi Aspekton', alertUrl : 'Bonvolu tajpi la URL de la bildo', - linkTab : 'Link', // MISSING + linkTab : 'Link', // MISSING button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['eo'] = { properties : 'Flash Properties', // MISSING propertiesTab : 'Properties', // MISSING - title : 'Flash Properties', // MISSING - chkPlay : 'Auto Play', // MISSING - chkLoop : 'Loop', // MISSING - chkMenu : 'Enable Flash Menu', // MISSING - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Scale', // MISSING + title : 'Flash Properties', // MISSING + chkPlay : 'Auto Play', // MISSING + chkLoop : 'Loop', // MISSING + chkMenu : 'Enable Flash Menu', // MISSING + chkFull : 'Allow Fullscreen', // MISSING + scale : 'Scale', // MISSING scaleAll : 'Show all', // MISSING scaleNoBorder : 'No Border', // MISSING scaleFit : 'Exact Fit', // MISSING access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'Ĝisrandigo', - alignLeft : 'Maldekstre', - alignAbsBottom: 'Abs Malsupre', - alignAbsMiddle: 'Abs Centre', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'Ĝisrandigo', + alignLeft : 'Maldekstre', + alignAbsBottom : 'Abs Malsupre', + alignAbsMiddle : 'Abs Centre', alignBaseline : 'Je Malsupro de Teksto', - alignBottom : 'Malsupre', - alignMiddle : 'Centre', - alignRight : 'Dekstre', + alignBottom : 'Malsupre', + alignMiddle : 'Centre', + alignRight : 'Dekstre', alignTextTop : 'Je Supro de Teksto', - alignTop : 'Supre', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Fona Koloro', - width : 'Larĝo', - height : 'Alto', - hSpace : 'HSpaco', - vSpace : 'VSpaco', - validateSrc : 'Bonvolu entajpi la URL-on', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'Supre', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'Fona Koloro', + width : 'Larĝo', + height : 'Alto', + hSpace : 'HSpaco', + vSpace : 'VSpaco', + validateSrc : 'Bonvolu entajpi la URL-on', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,23 +481,24 @@ CKEDITOR.lang['eo'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'Numera Listo', - bulletedlist : 'Bula Listo', - indent : 'Pligrandigi Krommarĝenon', - outdent : 'Malpligrandigi Krommarĝenon', + numberedlist : 'Numera Listo', + bulletedlist : 'Bula Listo', + indent : 'Pligrandigi Krommarĝenon', + outdent : 'Malpligrandigi Krommarĝenon', justify : { - left : 'Maldekstrigi', - center : 'Centrigi', - right : 'Dekstrigi', - block : 'Ĝisrandigi AmbaÅ­flanke' + left : 'Maldekstrigi', + center : 'Centrigi', + right : 'Dekstrigi', + block : 'Ĝisrandigi AmbaÅ­flanke' }, - blockquote : 'Blockquote', // MISSING + blockquote : 'Block Quote', // MISSING clipboard : { @@ -501,61 +506,59 @@ CKEDITOR.lang['eo'] = cutError : 'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras eltondajn operaciojn. Bonvolu uzi la klavaron por tio (ctrl-X).', copyError : 'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras kopiajn operaciojn. Bonvolu uzi la klavaron por tio (ctrl-C).', pasteMsg : 'Please paste inside the following box using the keyboard (Ctrl+V) and hit OK', // MISSING - securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.' // MISSING + securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Interglui el Word', - title : 'Interglui el Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Interglui el Word', + title : 'Interglui el Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Interglui kiel Tekston', - title : 'Interglui kiel Tekston' + button : 'Interglui kiel Tekston', + title : 'Interglui kiel Tekston' }, templates : { - button : 'Templates', // MISSING - title : 'Content Templates', // MISSING - insertOption: 'Replace actual contents', // MISSING - selectPromptMsg: 'Please select the template to open in the editor', // MISSING - emptyListMsg : '(No templates defined)' // MISSING + button : 'Templates', // MISSING + title : 'Content Templates', // MISSING + insertOption : 'Replace actual contents', // MISSING + selectPromptMsg : 'Please select the template to open in the editor', // MISSING + emptyListMsg : '(No templates defined)' // MISSING }, showBlocks : 'Show Blocks', // MISSING stylesCombo : { - label : 'Stilo', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'Stilo', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'Formato', - voiceLabel : 'Format', // MISSING - panelTitle : 'Formato', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Formato', + panelTitle : 'Formato', - tag_p : 'Normala', - tag_pre : 'Formatita', - tag_address : 'Adreso', - tag_h1 : 'Titolo 1', - tag_h2 : 'Titolo 2', - tag_h3 : 'Titolo 3', - tag_h4 : 'Titolo 4', - tag_h5 : 'Titolo 5', - tag_h6 : 'Titolo 6', - tag_div : 'Paragrafo (DIV)' + tag_p : 'Normala', + tag_pre : 'Formatita', + tag_address : 'Adreso', + tag_h1 : 'Titolo 1', + tag_h2 : 'Titolo 2', + tag_h3 : 'Titolo 3', + tag_h4 : 'Titolo 4', + tag_h5 : 'Titolo 5', + tag_h6 : 'Titolo 6', + tag_div : 'Paragrafo (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['eo'] = font : { - label : 'Tiparo', - voiceLabel : 'Font', // MISSING - panelTitle : 'Tiparo', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Tiparo', + voiceLabel : 'Font', // MISSING + panelTitle : 'Tiparo' }, fontSize : { - label : 'Grando', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Grando', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Grando', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Grando' }, colorButton : { - textColorTitle : 'Teksta Koloro', - bgColorTitle : 'Fona Koloro', - auto : 'AÅ­tomata', - more : 'Pli da Koloroj...' + textColorTitle : 'Teksta Koloro', + bgColorTitle : 'Fona Koloro', + panelTitle : 'Colors', // MISSING + auto : 'AÅ­tomata', + more : 'Pli da Koloroj...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['eo'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['eo'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/es.js b/_source/lang/es.js index 963fb9c..6580245 100644 --- a/_source/lang/es.js +++ b/_source/lang/es.js @@ -31,7 +31,11 @@ CKEDITOR.lang['es'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Editor de texto enriquecido, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Fuente HTML', @@ -68,12 +72,12 @@ CKEDITOR.lang['es'] = flash : 'Flash', form : 'Formulario', checkbox : 'Casilla de Verificación', - radio : 'Botones de Radio', + radio : 'Botones de Radio', textField : 'Campo de Texto', textarea : 'Area de Texto', hiddenField : 'Campo Oculto', button : 'Botón', - select : 'Campo de Selección', + select : 'Campo de Selección', imageButton : 'Botón Imagen', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['es'] = cssStyle : 'Estilo', ok : 'Aceptar', cancel : 'Cancelar', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', advancedTab : 'Avanzado', - validateNumberFailed : 'El valor no es un número.', + validateNumberFailed : 'El valor no es un número.', confirmNewPage : 'Cualquier cambio que no se haya guardado se perderá.\r\n¿Está seguro de querer crear una nueva página?', confirmCancel : 'Algunas de las opciones se han cambiado.\r\n¿Está seguro de querer cerrar el diálogo?', + options : '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 // Put the voice-only part of the label in the span. unavailable : '%1, no disponible' @@ -116,22 +128,17 @@ CKEDITOR.lang['es'] = upload : 'Cargar', advanced : 'Avanzado', type : 'Tipo de vínculo', + toUrl : 'URL', // MISSING toAnchor : 'Referencia en esta página', toEmail : 'E-Mail', - target : 'Destino', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Nueva Ventana(_blank)', - targetTop : 'Ventana primaria (_top)', - targetSelf : 'Misma Ventana (_self)', - targetParent : 'Ventana Padre (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Nombre del Marco Destino', targetPopupName : 'Nombre de Ventana Emergente', popupFeatures : 'Características de Ventana Emergente', popupResizable : 'Redimensionable', popupStatusBar : 'Barra de Estado', - popupLocationBar : 'Barra de ubicación', + popupLocationBar: 'Barra de ubicación', popupToolbar : 'Barra de Herramientas', popupMenuBar : 'Barra de Menú', popupFullScreen : 'Pantalla Completa (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['es'] = popupTop : 'Posición Derecha', id : 'Id', langDir : 'Orientación', - langDirNotSet : '', langDirLTR : 'Izquierda a Derecha (LTR)', langDirRTL : 'Derecha a Izquierda (RTL)', acccessKey : 'Clave de Acceso', @@ -203,13 +209,13 @@ CKEDITOR.lang['es'] = columns : 'Columnas', border : 'Tamaño de Borde', align : 'Alineación', - alignNotSet : '', alignLeft : 'Izquierda', alignCenter : 'Centrado', alignRight : 'Derecha', width : 'Anchura', widthPx : 'pixeles', widthPc : 'porcentaje', + widthUnit : 'width unit', // MISSING height : 'Altura', cellSpace : 'Esp. e/celdas', cellPad : 'Esp. interior', @@ -260,7 +266,7 @@ CKEDITOR.lang['es'] = invalidHeight : 'La altura de celda debe ser un número.', invalidRowSpan : 'La expansión de filas debe ser un número entero.', invalidColSpan : 'La expansión de columnas debe ser un número entero.', - chooseColor : 'Elegir' + chooseColor : 'Elegir' }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['es'] = menu : 'Propiedades de Formulario', action : 'Acción', method : 'Método', - encoding : 'Codificación', - target : 'Destino', - targetNotSet : '', - targetNew : 'Nueva Ventana(_blank)', - targetTop : 'Ventana primaria (_top)', - targetSelf : 'Misma Ventana (_self)', - targetParent : 'Ventana Padre (_parent)' + encoding : 'Codificación' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['es'] = title : 'Propiedades de Imagen', titleButton : 'Propiedades de Botón de Imagen', menu : 'Propiedades de Imagen', - infoTab : 'Información de Imagen', + infoTab : 'Información de Imagen', btnUpload : 'Enviar al Servidor', - url : 'URL', - upload : 'Cargar', - alt : 'Texto Alternativo', + upload : 'Cargar', + alt : 'Texto Alternativo', width : 'Anchura', - height : 'Altura', + height : 'Altura', lockRatio : 'Proporcional', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Tamaño Original', - border : 'Borde', - hSpace : 'Esp.Horiz', - vSpace : 'Esp.Vert', + border : 'Borde', + hSpace : 'Esp.Horiz', + vSpace : 'Esp.Vert', align : 'Alineación', alignLeft : 'Izquierda', alignRight : 'Derecha', - preview : 'Vista Previa', alertUrl : 'Por favor escriba la URL de la imagen', - linkTab : 'Vínculo', + linkTab : 'Vínculo', button2Img : '¿Desea convertir el botón de imagen en una simple imagen?', img2Button : '¿Desea convertir la imagen en un botón de imagen?', - urlMissing : 'Debe indicar la URL de la imagen.' + urlMissing : 'Debe indicar la URL de la imagen.', + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['es'] = { properties : 'Propiedades de Flash', propertiesTab : 'Propiedades', - title : 'Propiedades de Flash', - chkPlay : 'Autoejecución', - chkLoop : 'Repetir', - chkMenu : 'Activar Menú Flash', - chkFull : 'Permitir pantalla completa', - scale : 'Escala', + title : 'Propiedades de Flash', + chkPlay : 'Autoejecución', + chkLoop : 'Repetir', + chkMenu : 'Activar Menú Flash', + chkFull : 'Permitir pantalla completa', + scale : 'Escala', scaleAll : 'Mostrar todo', scaleNoBorder : 'Sin Borde', scaleFit : 'Ajustado', access : 'Acceso de scripts', accessAlways : 'Siempre', - accessSameDomain : 'Mismo dominio', - accessNever : 'Nunca', - align : 'Alineación', - alignLeft : 'Izquierda', - alignAbsBottom: 'Abs inferior', - alignAbsMiddle: 'Abs centro', + accessSameDomain: 'Mismo dominio', + accessNever : 'Nunca', + align : 'Alineación', + alignLeft : 'Izquierda', + alignAbsBottom : 'Abs inferior', + alignAbsMiddle : 'Abs centro', alignBaseline : 'Línea de base', - alignBottom : 'Pie', - alignMiddle : 'Centro', - alignRight : 'Derecha', + alignBottom : 'Pie', + alignMiddle : 'Centro', + alignRight : 'Derecha', alignTextTop : 'Tope del texto', - alignTop : 'Tope', - quality : 'Calidad', - qualityBest : 'La mejor', - qualityHigh : 'Alta', - qualityAutoHigh : 'Auto Alta', - qualityMedium : 'Media', - qualityAutoLow : 'Auto Baja', - qualityLow : 'Baja', - windowModeWindow : 'Ventana', - windowModeOpaque : 'Opaco', - windowModeTransparent : 'Transparente', - windowMode : 'WindowMode', - flashvars : 'Opciones', - bgcolor : 'Color de Fondo', - width : 'Anchura', - height : 'Altura', - hSpace : 'Esp.Horiz', - vSpace : 'Esp.Vert', - validateSrc : 'Por favor escriba el vínculo URL', - validateWidth : 'Anchura debe ser un número.', - validateHeight : 'Altura debe ser un número.', - validateHSpace : 'Esp.Horiz debe ser un número.', - validateVSpace : 'Esp.Vert debe ser un número.' + alignTop : 'Tope', + quality : 'Calidad', + qualityBest : 'La mejor', + qualityHigh : 'Alta', + qualityAutoHigh : 'Auto Alta', + qualityMedium : 'Media', + qualityAutoLow : 'Auto Baja', + qualityLow : 'Baja', + windowModeWindow: 'Ventana', + windowModeOpaque: 'Opaco', + windowModeTransparent : 'Transparente', + windowMode : 'WindowMode', + flashvars : 'Opciones', + bgcolor : 'Color de Fondo', + width : 'Anchura', + height : 'Altura', + hSpace : 'Esp.Horiz', + vSpace : 'Esp.Vert', + validateSrc : 'Por favor escriba el vínculo URL', + validateWidth : 'Anchura debe ser un número.', + validateHeight : 'Altura debe ser un número.', + validateHSpace : 'Esp.Horiz debe ser un número.', + validateVSpace : 'Esp.Vert debe ser un número.' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['es'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 elemento' }, - numberedlist : 'Numeración', - bulletedlist : 'Viñetas', - indent : 'Aumentar Sangría', - outdent : 'Disminuir Sangría', + numberedlist : 'Numeración', + bulletedlist : 'Viñetas', + indent : 'Aumentar Sangría', + outdent : 'Disminuir Sangría', justify : { - left : 'Alinear a Izquierda', - center : 'Centrar', - right : 'Alinear a Derecha', - block : 'Justificado' + left : 'Alinear a Izquierda', + center : 'Centrar', + right : 'Alinear a Derecha', + block : 'Justificado' }, blockquote : 'Cita', @@ -501,61 +506,59 @@ CKEDITOR.lang['es'] = cutError : 'La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de cortado.\r\nPor favor use el teclado (Ctrl+X).', copyError : 'La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de copiado.\r\nPor favor use el teclado (Ctrl+C).', pasteMsg : 'Por favor pegue dentro del cuadro utilizando el teclado (Ctrl+V);\r\nluego presione Aceptar.', - securityMsg : 'Debido a la configuración de seguridad de su navegador, el editor no tiene acceso al portapapeles.\r\nEs necesario que lo pegue de nuevo en esta ventana.' + securityMsg : 'Debido a la configuración de seguridad de su navegador, el editor no tiene acceso al portapapeles.\r\nEs necesario que lo pegue de nuevo en esta ventana.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'El texto que desea parece provenir de Word.\r\n¿Desea depurarlo antes de pegarlo?', - toolbar : 'Pegar desde Word', - title : 'Pegar desde Word', - error : 'No ha sido posible limpiar los datos debido a un error interno' + confirmCleanup : 'El texto que desea parece provenir de Word.\r\n¿Desea depurarlo antes de pegarlo?', + toolbar : 'Pegar desde Word', + title : 'Pegar desde Word', + error : 'No ha sido posible limpiar los datos debido a un error interno' }, pasteText : { - button : 'Pegar como Texto Plano', - title : 'Pegar como Texto Plano' + button : 'Pegar como Texto Plano', + title : 'Pegar como Texto Plano' }, templates : { - button : 'Plantillas', - title : 'Contenido de Plantillas', - insertOption: 'Reemplazar el contenido actual', - selectPromptMsg: 'Por favor selecciona la plantilla a abrir en el editor
(el contenido actual se perderá):', - emptyListMsg : '(No hay plantillas definidas)' + button : 'Plantillas', + title : 'Contenido de Plantillas', + insertOption : 'Reemplazar el contenido actual', + selectPromptMsg : 'Por favor selecciona la plantilla a abrir en el editor
(el contenido actual se perderá):', + emptyListMsg : '(No hay plantillas definidas)' }, showBlocks : 'Mostrar bloques', stylesCombo : { - label : 'Estilo', - voiceLabel : 'Estilos', - panelVoiceLabel : 'Elija un estilo', - panelTitle1 : 'Estilos de párrafo', - panelTitle2 : 'Estilos de carácter', - panelTitle3 : 'Estilos de objeto' + label : 'Estilo', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Estilos de párrafo', + panelTitle2 : 'Estilos de carácter', + panelTitle3 : 'Estilos de objeto' }, format : { - label : 'Formato', - voiceLabel : 'Formato', - panelTitle : 'Formato', - panelVoiceLabel : 'Elija un formato de párrafo', + label : 'Formato', + panelTitle : 'Formato', - tag_p : 'Normal', - tag_pre : 'Con formato', - tag_address : 'Dirección', - tag_h1 : 'Encabezado 1', - tag_h2 : 'Encabezado 2', - tag_h3 : 'Encabezado 3', - tag_h4 : 'Encabezado 4', - tag_h5 : 'Encabezado 5', - tag_h6 : 'Encabezado 6', - tag_div : 'Normal (DIV)' + tag_p : 'Normal', + tag_pre : 'Con formato', + tag_address : 'Dirección', + tag_h1 : 'Encabezado 1', + tag_h2 : 'Encabezado 2', + tag_h3 : 'Encabezado 3', + tag_h4 : 'Encabezado 4', + tag_h5 : 'Encabezado 5', + tag_h6 : 'Encabezado 6', + tag_div : 'Normal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['es'] = font : { - label : 'Fuente', - voiceLabel : 'Fuente', - panelTitle : 'Fuente', - panelVoiceLabel : 'Elija una fuente' + label : 'Fuente', + voiceLabel : 'Fuente', + panelTitle : 'Fuente' }, fontSize : { - label : 'Tamaño', - voiceLabel : 'Tamaño de fuente', - panelTitle : 'Tamaño', - panelVoiceLabel : 'Elija un tamaño de fuente' + label : 'Tamaño', + voiceLabel : 'Tamaño de fuente', + panelTitle : 'Tamaño' }, colorButton : { - textColorTitle : 'Color de Texto', - bgColorTitle : 'Color de Fondo', - auto : 'Automático', - more : 'Más Colores...' + textColorTitle : 'Color de Texto', + bgColorTitle : 'Color de Fondo', + panelTitle : 'Colors', // MISSING + auto : 'Automático', + more : 'Más Colores...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['es'] = scayt : { - title : 'Comprobar Ortografía Mientras Escribe', - enable : 'Activar Corrector', - disable : 'Desactivar Corrector', - about : 'Acerca de Corrector', - toggle : 'Cambiar Corrector', - options : 'Opciones', - langs : 'Idiomas', - moreSuggestions : 'Más sugerencias', - ignore : 'Ignorar', - ignoreAll : 'Ignorar Todas', - addWord : 'Añadir palabra', - emptyDic : 'El nombre del diccionario no puede estar en blanco.', - optionsTab : 'Opciones', - languagesTab : 'Idiomas', - dictionariesTab : 'Diccionarios', - aboutTab : 'Acerca de' + title : 'Comprobar Ortografía Mientras Escribe', + enable : 'Activar Corrector', + disable : 'Desactivar Corrector', + about : 'Acerca de Corrector', + toggle : 'Cambiar Corrector', + options : 'Opciones', + langs : 'Idiomas', + moreSuggestions : 'Más sugerencias', + ignore : 'Ignorar', + ignoreAll : 'Ignorar Todas', + addWord : 'Añadir palabra', + emptyDic : 'El nombre del diccionario no puede estar en blanco.', + optionsTab : 'Opciones', + languagesTab : 'Idiomas', + dictionariesTab : 'Diccionarios', + aboutTab : 'Acerca de' }, about : { - title : 'Acerca de CKEditor', - dlgTitle : 'Acerca de CKEditor', - moreInfo : 'Para información de licencia, por favor visite nuestro sitio web:', - copy : 'Copyright © $1. Todos los derechos reservados.' + title : 'Acerca de CKEditor', + dlgTitle : 'Acerca de CKEditor', + moreInfo : 'Para información de licencia, por favor visite nuestro sitio web:', + copy : 'Copyright © $1. Todos los derechos reservados.' }, maximize : 'Maximizar', @@ -676,22 +678,22 @@ CKEDITOR.lang['es'] = fakeobjects : { - anchor : 'Ancla', - flash : 'Animación flash', - div : 'Salto de página', - unknown : 'Objeto desconocido' + anchor : 'Ancla', + flash : 'Animación flash', + div : 'Salto de página', + unknown : 'Objeto desconocido' }, resize : 'Arrastre para redimensionar', colordialog : { - title : 'Elegir color', - highlight : 'Muestra', - selected : 'Elegido', - clear : 'Borrar' + title : 'Elegir color', + highlight : 'Muestra', + selected : 'Elegido', + clear : 'Borrar' }, - toolbarCollapse : 'Contraer barra de herramientas', - toolbarExpand : 'Expandir barra de herramientas' + toolbarCollapse : 'Contraer barra de herramientas', + toolbarExpand : 'Expandir barra de herramientas' }; diff --git a/_source/lang/et.js b/_source/lang/et.js index 59f83f8..e8f9241 100644 --- a/_source/lang/et.js +++ b/_source/lang/et.js @@ -31,7 +31,11 @@ CKEDITOR.lang['et'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Lähtekood', @@ -68,12 +72,12 @@ CKEDITOR.lang['et'] = flash : 'Flash', form : 'Vorm', checkbox : 'Märkeruut', - radio : 'Raadionupp', + radio : 'Raadionupp', textField : 'Tekstilahter', textarea : 'Tekstiala', hiddenField : 'Varjatud lahter', button : 'Nupp', - select : 'Valiklahter', + select : 'Valiklahter', imageButton : 'Piltnupp', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['et'] = cssStyle : 'Laad', ok : 'OK', cancel : 'Loobu', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : 'Täpsemalt', - validateNumberFailed : 'This value is not a number.', // MISSING + 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 // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['et'] = upload : 'Lae üles', advanced : 'Täpsemalt', type : 'Lingi tüüp', + toUrl : 'URL', // MISSING toAnchor : 'Ankur sellel lehel', toEmail : 'E-post', - target : 'Sihtkoht', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Uus aken (_blank)', - targetTop : 'Pealmine aken (_top)', - targetSelf : 'Sama aken (_self)', - targetParent : 'Esivanem aken (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Sihtmärk raami nimi', targetPopupName : 'Hüpikakna nimi', popupFeatures : 'Hüpikakna omadused', popupResizable : 'Resizable', // MISSING popupStatusBar : 'Olekuriba', - popupLocationBar : 'Aadressiriba', + popupLocationBar: 'Aadressiriba', popupToolbar : 'Tööriistariba', popupMenuBar : 'Menüüriba', popupFullScreen : 'Täisekraan (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['et'] = popupTop : 'Ülemine asukoht', id : 'Id', // MISSING langDir : 'Keele suund', - langDirNotSet : '', langDirLTR : 'Vasakult paremale (LTR)', langDirRTL : 'Paremalt vasakule (RTL)', acccessKey : 'Juurdepääsu võti', @@ -203,13 +209,13 @@ CKEDITOR.lang['et'] = columns : 'Veerud', border : 'Joone suurus', align : 'Joondus', - alignNotSet : '', alignLeft : 'Vasak', alignCenter : 'Kesk', alignRight : 'Parem', width : 'Laius', widthPx : 'pikslit', widthPc : 'protsenti', + widthUnit : 'width unit', // MISSING height : 'Kõrgus', cellSpace : 'Lahtri vahe', cellPad : 'Lahtri täidis', @@ -260,7 +266,7 @@ CKEDITOR.lang['et'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['et'] = menu : 'Vormi omadused', action : 'Toiming', method : 'Meetod', - encoding : 'Encoding', // MISSING - target : 'Sihtkoht', - targetNotSet : '', - targetNew : 'Uus aken (_blank)', - targetTop : 'Pealmine aken (_top)', - targetSelf : 'Sama aken (_self)', - targetParent : 'Esivanem aken (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['et'] = title : 'Pildi atribuudid', titleButton : 'Piltnupu omadused', menu : 'Pildi atribuudid', - infoTab : 'Pildi info', + infoTab : 'Pildi info', btnUpload : 'Saada serverissee', - url : 'URL', - upload : 'Lae üles', - alt : 'Alternatiivne tekst', + upload : 'Lae üles', + alt : 'Alternatiivne tekst', width : 'Laius', - height : 'Kõrgus', + height : 'Kõrgus', lockRatio : 'Lukusta kuvasuhe', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Lähtesta suurus', - border : 'Joon', - hSpace : 'H. vaheruum', - vSpace : 'V. vaheruum', + border : 'Joon', + hSpace : 'H. vaheruum', + vSpace : 'V. vaheruum', align : 'Joondus', alignLeft : 'Vasak', alignRight : 'Paremale', - preview : 'Eelvaade', alertUrl : 'Palun kirjuta pildi URL', - linkTab : 'Link', + linkTab : 'Link', button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['et'] = { properties : 'Flash omadused', propertiesTab : 'Properties', // MISSING - title : 'Flash omadused', - chkPlay : 'Automaatne start ', - chkLoop : 'Korduv', - chkMenu : 'Võimalda flash menüü', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Mastaap', + title : 'Flash omadused', + chkPlay : 'Automaatne start ', + chkLoop : 'Korduv', + chkMenu : 'Võimalda flash menüü', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'Mastaap', scaleAll : 'Näita kõike', scaleNoBorder : 'Äärist ei ole', scaleFit : 'Täpne sobivus', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'Joondus', - alignLeft : 'Vasak', - alignAbsBottom: 'Abs alla', - alignAbsMiddle: 'Abs keskele', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'Joondus', + alignLeft : 'Vasak', + alignAbsBottom : 'Abs alla', + alignAbsMiddle : 'Abs keskele', alignBaseline : 'Baasjoonele', - alignBottom : 'Alla', - alignMiddle : 'Keskele', - alignRight : 'Paremale', + alignBottom : 'Alla', + alignMiddle : 'Keskele', + alignRight : 'Paremale', alignTextTop : 'Tekstit üles', - alignTop : 'Üles', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Tausta värv', - width : 'Laius', - height : 'Kõrgus', - hSpace : 'H. vaheruum', - vSpace : 'V. vaheruum', - validateSrc : 'Palun kirjuta lingi URL', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'Üles', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'Tausta värv', + width : 'Laius', + height : 'Kõrgus', + hSpace : 'H. vaheruum', + vSpace : 'V. vaheruum', + validateSrc : 'Palun kirjuta lingi URL', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['et'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'Nummerdatud loetelu', - bulletedlist : 'Punktiseeritud loetelu', - indent : 'Suurenda taanet', - outdent : 'Vähenda taanet', + numberedlist : 'Nummerdatud loetelu', + bulletedlist : 'Punktiseeritud loetelu', + indent : 'Suurenda taanet', + outdent : 'Vähenda taanet', justify : { - left : 'Vasakjoondus', - center : 'Keskjoondus', - right : 'Paremjoondus', - block : 'Rööpjoondus' + left : 'Vasakjoondus', + center : 'Keskjoondus', + right : 'Paremjoondus', + block : 'Rööpjoondus' }, blockquote : 'Blokktsitaat', @@ -501,61 +506,59 @@ CKEDITOR.lang['et'] = cutError : 'Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt lõigata. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl+X).', copyError : 'Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt kopeerida. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl+C).', pasteMsg : 'Palun kleebi järgnevasse kasti kasutades klaviatuuri klahvikombinatsiooni (Ctrl+V) ja vajuta seejärel OK.', - securityMsg : 'Sinu veebisirvija turvaseadete tõttu, ei oma redaktor otsest ligipääsu lõikelaua andmetele. Sa pead kleepima need uuesti siia aknasse.' + securityMsg : 'Sinu veebisirvija turvaseadete tõttu, ei oma redaktor otsest ligipääsu lõikelaua andmetele. Sa pead kleepima need uuesti siia aknasse.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Kleebi Wordist', - title : 'Kleebi Wordist', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Kleebi Wordist', + title : 'Kleebi Wordist', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Kleebi tavalise tekstina', - title : 'Kleebi tavalise tekstina' + button : 'Kleebi tavalise tekstina', + title : 'Kleebi tavalise tekstina' }, templates : { - button : 'Å abloon', - title : 'Sisu Å¡abloonid', - insertOption: 'Asenda tegelik sisu', - selectPromptMsg: 'Palun vali Å¡abloon, et avada see redaktoris
(praegune sisu läheb kaotsi):', - emptyListMsg : '(Ühtegi šablooni ei ole defineeritud)' + button : 'Šabloon', + title : 'Sisu šabloonid', + insertOption : 'Asenda tegelik sisu', + selectPromptMsg : 'Palun vali šabloon, et avada see redaktoris
(praegune sisu läheb kaotsi):', + emptyListMsg : '(Ühtegi Å¡ablooni ei ole defineeritud)' }, showBlocks : 'Näita blokke', stylesCombo : { - label : 'Laad', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'Laad', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'Vorming', - voiceLabel : 'Format', // MISSING - panelTitle : 'Vorming', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Vorming', + panelTitle : 'Vorming', - tag_p : 'Tavaline', - tag_pre : 'Vormindatud', - tag_address : 'Aadress', - tag_h1 : 'Pealkiri 1', - tag_h2 : 'Pealkiri 2', - tag_h3 : 'Pealkiri 3', - tag_h4 : 'Pealkiri 4', - tag_h5 : 'Pealkiri 5', - tag_h6 : 'Pealkiri 6', - tag_div : 'Tavaline (DIV)' + tag_p : 'Tavaline', + tag_pre : 'Vormindatud', + tag_address : 'Aadress', + tag_h1 : 'Pealkiri 1', + tag_h2 : 'Pealkiri 2', + tag_h3 : 'Pealkiri 3', + tag_h4 : 'Pealkiri 4', + tag_h5 : 'Pealkiri 5', + tag_h6 : 'Pealkiri 6', + tag_div : 'Tavaline (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['et'] = font : { - label : 'Kiri', - voiceLabel : 'Font', // MISSING - panelTitle : 'Kiri', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Kiri', + voiceLabel : 'Font', // MISSING + panelTitle : 'Kiri' }, fontSize : { - label : 'Suurus', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Suurus', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Suurus', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Suurus' }, colorButton : { - textColorTitle : 'Teksti värv', - bgColorTitle : 'Tausta värv', - auto : 'Automaatne', - more : 'Rohkem värve...' + textColorTitle : 'Teksti värv', + bgColorTitle : 'Tausta värv', + panelTitle : 'Colors', // MISSING + auto : 'Automaatne', + more : 'Rohkem värve...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['et'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['et'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/eu.js b/_source/lang/eu.js index c8e673c..4dcf690 100644 --- a/_source/lang/eu.js +++ b/_source/lang/eu.js @@ -31,7 +31,11 @@ CKEDITOR.lang['eu'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Testu aberastuentzako editorea, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'HTML Iturburua', @@ -68,12 +72,12 @@ CKEDITOR.lang['eu'] = flash : 'Flasha', form : 'Formularioa', checkbox : 'Kontrol-laukia', - radio : 'Aukera-botoia', + radio : 'Aukera-botoia', textField : 'Testu Eremua', textarea : 'Testu-area', hiddenField : 'Ezkutuko Eremua', button : 'Botoia', - select : 'Hautespen Eremua', + select : 'Hautespen Eremua', imageButton : 'Irudi Botoia', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['eu'] = cssStyle : 'Estiloa', ok : 'Ados', cancel : 'Utzi', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'Orokorra', advancedTab : 'Aurreratua', - validateNumberFailed : 'Balio hau ez da zenbaki bat.', + validateNumberFailed : 'Balio hau ez da zenbaki bat.', confirmNewPage : 'Eduki honetan gorde gabe dauden aldaketak galduko dira. Ziur zaude orri berri bat kargatu nahi duzula?', confirmCancel : 'Aukera batzuk aldatu egin dira. Ziur zaude elkarrizketa-koadroa itxi nahi duzula?', + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, erabilezina' @@ -116,22 +128,17 @@ CKEDITOR.lang['eu'] = upload : 'Gora kargatu', advanced : 'Aurreratua', type : 'Esteka Mota', + toUrl : 'URL', // MISSING toAnchor : 'Aingura orrialde honetan', toEmail : 'ePosta', - target : 'Target (Helburua)', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Leiho Berria (_blank)', - targetTop : 'Goiko Leihoa (_top)', - targetSelf : 'Leiho Berdina (_self)', - targetParent : 'Leiho Gurasoa (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Marko Helburuaren Izena', targetPopupName : 'Popup Leihoaren Izena', popupFeatures : 'Popup Leihoaren Ezaugarriak', popupResizable : 'Tamaina Aldakorra', popupStatusBar : 'Egoera Barra', - popupLocationBar : 'Kokaleku Barra', + popupLocationBar: 'Kokaleku Barra', popupToolbar : 'Tresna Barra', popupMenuBar : 'Menu Barra', popupFullScreen : 'Pantaila Osoa (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['eu'] = popupTop : 'Goiko Posizioa', id : 'Id', langDir : 'Hizkuntzaren Norabidea', - langDirNotSet : '', langDirLTR : 'Ezkerretik Eskumara(LTR)', langDirRTL : 'Eskumatik Ezkerrera (RTL)', acccessKey : 'Sarbide-gakoa', @@ -203,13 +209,13 @@ CKEDITOR.lang['eu'] = columns : 'Zutabeak', border : 'Ertzaren Zabalera', align : 'Lerrokatu', - alignNotSet : '', alignLeft : 'Ezkerrean', alignCenter : 'Erdian', alignRight : 'Eskuman', width : 'Zabalera', widthPx : 'pixel', widthPc : 'ehuneko', + widthUnit : 'width unit', // MISSING height : 'Altuera', cellSpace : 'Gelaxka arteko tartea', cellPad : 'Gelaxken betegarria', @@ -260,7 +266,7 @@ CKEDITOR.lang['eu'] = invalidHeight : 'Gelaxkaren altuera zenbaki bat izan behar da.', invalidRowSpan : 'Lerroen hedapena zenbaki osoa izan behar da.', invalidColSpan : 'Zutabeen hedapena zenbaki osoa izan behar da.', - chooseColor : 'Choose' // MISSING + chooseColor : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['eu'] = menu : 'Formularioaren Ezaugarriak', action : 'Ekintza', method : 'Metodoa', - encoding : 'Kodeketa', - target : 'Target (Helburua)', - targetNotSet : '', - targetNew : 'Leiho Berria (_blank)', - targetTop : 'Goiko Leihoa (_top)', - targetSelf : 'Leiho Berdina (_self)', - targetParent : 'Leiho Gurasoa (_parent)' + encoding : 'Kodeketa' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['eu'] = title : 'Irudi Ezaugarriak', titleButton : 'Irudi Botoiaren Ezaugarriak', menu : 'Irudi Ezaugarriak', - infoTab : 'Irudi informazioa', + infoTab : 'Irudi informazioa', btnUpload : 'Zerbitzarira bidalia', - url : 'URL', - upload : 'Gora Kargatu', - alt : 'Ordezko Testua', + upload : 'Gora Kargatu', + alt : 'Ordezko Testua', width : 'Zabalera', - height : 'Altuera', + height : 'Altuera', lockRatio : 'Erlazioa Blokeatu', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Tamaina Berrezarri', - border : 'Ertza', - hSpace : 'HSpace', - vSpace : 'VSpace', + border : 'Ertza', + hSpace : 'HSpace', + vSpace : 'VSpace', align : 'Lerrokatu', alignLeft : 'Ezkerrera', alignRight : 'Eskuman', - preview : 'Aurrebista', alertUrl : 'Mesedez Irudiaren URLa idatzi', - linkTab : 'Esteka', + linkTab : 'Esteka', button2Img : 'Aukeratutako irudi botoia, irudi normal batean eraldatu nahi duzu?', img2Button : 'Aukeratutako irudia, irudi botoi batean eraldatu nahi duzu?', - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['eu'] = { properties : 'Flasharen Ezaugarriak', propertiesTab : 'Ezaugarriak', - title : 'Flasharen Ezaugarriak', - chkPlay : 'Automatikoki Erreproduzitu', - chkLoop : 'Begizta', - chkMenu : 'Flasharen Menua Gaitu', - chkFull : 'Onartu Pantaila osoa', - scale : 'Eskalatu', + title : 'Flasharen Ezaugarriak', + chkPlay : 'Automatikoki Erreproduzitu', + chkLoop : 'Begizta', + chkMenu : 'Flasharen Menua Gaitu', + chkFull : 'Onartu Pantaila osoa', + scale : 'Eskalatu', scaleAll : 'Dena erakutsi', scaleNoBorder : 'Ertzik gabe', scaleFit : 'Doitu', access : 'Scriptak baimendu', accessAlways : 'Beti', - accessSameDomain : 'Domeinu berdinekoak', - accessNever : 'Inoiz ere ez', - align : 'Lerrokatu', - alignLeft : 'Ezkerrera', - alignAbsBottom: 'Abs Behean', - alignAbsMiddle: 'Abs Erdian', + accessSameDomain: 'Domeinu berdinekoak', + accessNever : 'Inoiz ere ez', + align : 'Lerrokatu', + alignLeft : 'Ezkerrera', + alignAbsBottom : 'Abs Behean', + alignAbsMiddle : 'Abs Erdian', alignBaseline : 'Oinan', - alignBottom : 'Behean', - alignMiddle : 'Erdian', - alignRight : 'Eskuman', + alignBottom : 'Behean', + alignMiddle : 'Erdian', + alignRight : 'Eskuman', alignTextTop : 'Testua Goian', - alignTop : 'Goian', - quality : 'Kalitatea', - qualityBest : 'Hoberena', - qualityHigh : 'Altua', - qualityAutoHigh : 'Auto Altua', - qualityMedium : 'Ertaina', - qualityAutoLow : 'Auto Baxua', - qualityLow : 'Baxua', - windowModeWindow : 'Leihoa', - windowModeOpaque : 'Opakoa', - windowModeTransparent : 'Gardena', - windowMode : 'Leihoaren modua', - flashvars : 'Flash Aldagaiak', - bgcolor : 'Atzeko kolorea', - width : 'Zabalera', - height : 'Altuera', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'Mesedez URL esteka idatzi', - validateWidth : 'Zabalera zenbaki bat izan behar da.', - validateHeight : 'Altuera zenbaki bat izan behar da.', - validateHSpace : 'HSpace zenbaki bat izan behar da.', - validateVSpace : 'VSpace zenbaki bat izan behar da.' + alignTop : 'Goian', + quality : 'Kalitatea', + qualityBest : 'Hoberena', + qualityHigh : 'Altua', + qualityAutoHigh : 'Auto Altua', + qualityMedium : 'Ertaina', + qualityAutoLow : 'Auto Baxua', + qualityLow : 'Baxua', + windowModeWindow: 'Leihoa', + windowModeOpaque: 'Opakoa', + windowModeTransparent : 'Gardena', + windowMode : 'Leihoaren modua', + flashvars : 'Flash Aldagaiak', + bgcolor : 'Atzeko kolorea', + width : 'Zabalera', + height : 'Altuera', + hSpace : 'HSpace', + vSpace : 'VSpace', + validateSrc : 'Mesedez URL esteka idatzi', + validateWidth : 'Zabalera zenbaki bat izan behar da.', + validateHeight : 'Altuera zenbaki bat izan behar da.', + validateHSpace : 'HSpace zenbaki bat izan behar da.', + validateVSpace : 'VSpace zenbaki bat izan behar da.' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['eu'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 elementua' }, - numberedlist : 'Zenbakidun Zerrenda', - bulletedlist : 'Buletdun Zerrenda', - indent : 'Handitu Koska', - outdent : 'Txikitu Koska', + numberedlist : 'Zenbakidun Zerrenda', + bulletedlist : 'Buletdun Zerrenda', + indent : 'Handitu Koska', + outdent : 'Txikitu Koska', justify : { - left : 'Lerrokatu Ezkerrean', - center : 'Lerrokatu Erdian', - right : 'Lerrokatu Eskuman', - block : 'Justifikatu' + left : 'Lerrokatu Ezkerrean', + center : 'Lerrokatu Erdian', + right : 'Lerrokatu Eskuman', + block : 'Justifikatu' }, blockquote : 'Aipamen blokea', @@ -501,61 +506,59 @@ CKEDITOR.lang['eu'] = cutError : 'Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki moztea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl+X).', copyError : 'Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki kopiatzea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl+C).', pasteMsg : 'Mesedez teklatua erabilita (Ctrl+V) ondorego eremuan testua itsatsi eta OK sakatu.', - securityMsg : 'Nabigatzailearen segurtasun ezarpenak direla eta, editoreak ezin du arbela zuzenean erabili. Leiho honetan berriro itsatsi behar duzu.' + securityMsg : 'Nabigatzailearen segurtasun ezarpenak direla eta, editoreak ezin du arbela zuzenean erabili. Leiho honetan berriro itsatsi behar duzu.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'Itsatsi nahi duzun testua Wordetik hartua dela dirudi. Itsatsi baino lehen garbitu nahi duzu?', - toolbar : 'Itsatsi Word-etik', - title : 'Itsatsi Word-etik', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'Itsatsi nahi duzun testua Wordetik hartua dela dirudi. Itsatsi baino lehen garbitu nahi duzu?', + toolbar : 'Itsatsi Word-etik', + title : 'Itsatsi Word-etik', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Testu Arrunta bezala Itsatsi', - title : 'Testu Arrunta bezala Itsatsi' + button : 'Testu Arrunta bezala Itsatsi', + title : 'Testu Arrunta bezala Itsatsi' }, templates : { - button : 'Txantiloiak', - title : 'Eduki Txantiloiak', - insertOption: 'Ordeztu oraingo edukiak', - selectPromptMsg: 'Mesedez txantiloia aukeratu editorean kargatzeko
(orain dauden edukiak galduko dira):', - emptyListMsg : '(Ez dago definitutako txantiloirik)' + button : 'Txantiloiak', + title : 'Eduki Txantiloiak', + insertOption : 'Ordeztu oraingo edukiak', + selectPromptMsg : 'Mesedez txantiloia aukeratu editorean kargatzeko
(orain dauden edukiak galduko dira):', + emptyListMsg : '(Ez dago definitutako txantiloirik)' }, showBlocks : 'Blokeak erakutsi', stylesCombo : { - label : 'Estiloa', - voiceLabel : 'Estiloak', - panelVoiceLabel : 'Estilo bat aukeratu', - panelTitle1 : 'Bloke Estiloak', - panelTitle2 : 'Inline Estiloak', - panelTitle3 : 'Objektu Estiloak' + label : 'Estiloa', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Bloke Estiloak', + panelTitle2 : 'Inline Estiloak', + panelTitle3 : 'Objektu Estiloak' }, format : { - label : 'Formatua', - voiceLabel : 'Formatua', - panelTitle : 'Formatua', - panelVoiceLabel : 'Aukeratu paragrafo formatu bat', + label : 'Formatua', + panelTitle : 'Formatua', - tag_p : 'Arrunta', - tag_pre : 'Formateatua', - tag_address : 'Helbidea', - tag_h1 : 'Izenburua 1', - tag_h2 : 'Izenburua 2', - tag_h3 : 'Izenburua 3', - tag_h4 : 'Izenburua 4', - tag_h5 : 'Izenburua 5', - tag_h6 : 'Izenburua 6', - tag_div : 'Paragrafoa (DIV)' + tag_p : 'Arrunta', + tag_pre : 'Formateatua', + tag_address : 'Helbidea', + tag_h1 : 'Izenburua 1', + tag_h2 : 'Izenburua 2', + tag_h3 : 'Izenburua 3', + tag_h4 : 'Izenburua 4', + tag_h5 : 'Izenburua 5', + tag_h6 : 'Izenburua 6', + tag_div : 'Paragrafoa (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['eu'] = font : { - label : 'Letra-tipoa', - voiceLabel : 'Letra-tipoa', - panelTitle : 'Letra-tipoa', - panelVoiceLabel : 'Aukeratu letra-tipoa' + label : 'Letra-tipoa', + voiceLabel : 'Letra-tipoa', + panelTitle : 'Letra-tipoa' }, fontSize : { - label : 'Tamaina', - voiceLabel : 'Tamaina', - panelTitle : 'Tamaina', - panelVoiceLabel : 'Aukeratu letraren tamaina' + label : 'Tamaina', + voiceLabel : 'Tamaina', + panelTitle : 'Tamaina' }, colorButton : { - textColorTitle : 'Testu Kolorea', - bgColorTitle : 'Atzeko kolorea', - auto : 'Automatikoa', - more : 'Kolore gehiago...' + textColorTitle : 'Testu Kolorea', + bgColorTitle : 'Atzeko kolorea', + panelTitle : 'Colors', // MISSING + auto : 'Automatikoa', + more : 'Kolore gehiago...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['eu'] = scayt : { - title : 'Ortografia Zuzenketa Idatzi Ahala (SCAYT)', - enable : 'Gaitu SCAYT', - disable : 'Desgaitu SCAYT', - about : 'SCAYTi buruz', - toggle : 'SCAYT aldatu', - options : 'Aukerak', - langs : 'Hizkuntzak', - moreSuggestions : 'Iradokizun gehiago', - ignore : 'Baztertu', - ignoreAll : 'Denak baztertu', - addWord : 'Hitza Gehitu', - emptyDic : 'Hiztegiaren izena ezin da hutsik egon.', - optionsTab : 'Aukerak', - languagesTab : 'Hizkuntzak', - dictionariesTab : 'Hiztegiak', - aboutTab : 'Honi buruz' + title : 'Ortografia Zuzenketa Idatzi Ahala (SCAYT)', + enable : 'Gaitu SCAYT', + disable : 'Desgaitu SCAYT', + about : 'SCAYTi buruz', + toggle : 'SCAYT aldatu', + options : 'Aukerak', + langs : 'Hizkuntzak', + moreSuggestions : 'Iradokizun gehiago', + ignore : 'Baztertu', + ignoreAll : 'Denak baztertu', + addWord : 'Hitza Gehitu', + emptyDic : 'Hiztegiaren izena ezin da hutsik egon.', + optionsTab : 'Aukerak', + languagesTab : 'Hizkuntzak', + dictionariesTab : 'Hiztegiak', + aboutTab : 'Honi buruz' }, about : { - title : 'CKEditor(r)i buruz', - dlgTitle : 'CKEditor(r)i buruz', - moreInfo : 'Lizentziari buruzko informazioa gure webgunean:', - copy : 'Copyright © $1. Eskubide guztiak erreserbaturik.' + title : 'CKEditor(r)i buruz', + dlgTitle : 'CKEditor(r)i buruz', + moreInfo : 'Lizentziari buruzko informazioa gure webgunean:', + copy : 'Copyright © $1. Eskubide guztiak erreserbaturik.' }, maximize : 'Maximizatu', @@ -676,22 +678,22 @@ CKEDITOR.lang['eu'] = fakeobjects : { - anchor : 'Aingura', - flash : 'Flash Animazioa', - div : 'Orrialde Saltoa', - unknown : 'Objektu ezezaguna' + anchor : 'Aingura', + flash : 'Flash Animazioa', + div : 'Orrialde Saltoa', + unknown : 'Objektu ezezaguna' }, resize : 'Arrastatu tamaina aldatzeko', colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/fa.js b/_source/lang/fa.js index 715cbe9..e1b5aaf 100644 --- a/_source/lang/fa.js +++ b/_source/lang/fa.js @@ -31,7 +31,11 @@ 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 + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'منبع', @@ -68,12 +72,12 @@ CKEDITOR.lang['fa'] = flash : 'Flash', form : 'فرم', checkbox : 'خانهٴ گزینهای', - radio : 'دکمهٴ رادیویی', + radio : 'دکمهٴ رادیویی', textField : 'فیلد متنی', textarea : 'ناحیهٴ متنی', hiddenField : 'فیلد پنهان', button : 'دکمه', - select : 'فیلد چندگزینهای', + select : 'فیلد چندگزینهای', imageButton : 'دکمهٴ تصویری', notSet : '<تعیننشده>', id : 'شناسه', @@ -88,11 +92,19 @@ CKEDITOR.lang['fa'] = cssStyle : 'شیوه(style)', ok : 'پذیرش', cancel : 'انصراف', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : 'پیشرفته', - validateNumberFailed : 'This value is not a number.', // MISSING + validateNumberFailed : 'This value is not a number.', // MISSING confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['fa'] = upload : 'انتقال به سرور', advanced : 'پیشرفته', type : 'نوع پیوند', + toUrl : 'URL', // MISSING toAnchor : 'لنگر در همین صفحه', toEmail : 'پست الکترونیکی', - target : 'مقصد', - targetNotSet : '<تعیننشده>', - targetFrame : '<فریم>', - targetPopup : '<پنجرهٴ پاپاپ>', - targetNew : 'پنجرهٴ دیگر (_blank)', - targetTop : 'بالاترین پنجره (_top)', - targetSelf : 'همان پنجره (_self)', - targetParent : 'پنجرهٴ والد (_parent)', + targetFrame : '<فریم>', + targetPopup : '<پنجرهٴ پاپاپ>', targetFrameName : 'نام فریم مقصد', targetPopupName : 'نام پنجرهٴ پاپاپ', popupFeatures : 'ویژگیهای پنجرهٴ پاپاپ', popupResizable : 'Resizable', // MISSING popupStatusBar : 'نوار وضعیت', - popupLocationBar : 'نوار موقعیت', + popupLocationBar: 'نوار موقعیت', popupToolbar : 'نوارابزار', popupMenuBar : 'نوار منو', popupFullScreen : 'تمامصفحه (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['fa'] = popupTop : 'موقعیت ِبالا', id : 'Id', // MISSING langDir : 'جهتنمای زبان', - langDirNotSet : '<تعیننشده>', langDirLTR : 'چپ به راست (LTR)', langDirRTL : 'راست به چپ (RTL)', acccessKey : 'کلید دستیابی', @@ -203,13 +209,13 @@ CKEDITOR.lang['fa'] = columns : 'ستونها', border : 'اندازهٴ لبه', align : 'چینش', - alignNotSet : '<تعیننشده>', alignLeft : 'چپ', alignCenter : 'وسط', alignRight : 'راست', width : 'پهنا', widthPx : 'پیکسل', widthPc : 'درصد', + widthUnit : 'width unit', // MISSING height : 'درازا', cellSpace : 'فاصلهٴ میان سلولها', cellPad : 'فاصلهٴ پرشده در سلول', @@ -260,7 +266,7 @@ CKEDITOR.lang['fa'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['fa'] = menu : 'ویژگیهای فرم', action : 'رویداد', method : 'متد', - encoding : 'Encoding', // MISSING - target : 'مقصد', - targetNotSet : '<تعیننشده>', - targetNew : 'پنجرهٴ دیگر (_blank)', - targetTop : 'بالاترین پنجره (_top)', - targetSelf : 'همان پنجره (_self)', - targetParent : 'پنجرهٴ والد (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['fa'] = title : 'ویژگیهای تصویر', titleButton : 'ویژگیهای دکمهٴ تصویری', menu : 'ویژگیهای تصویر', - infoTab : 'اطلاعات تصویر', + infoTab : 'اطلاعات تصویر', btnUpload : 'به سرور بفرست', - url : 'URL', - upload : 'انتقال به سرور', - alt : 'متن جایگزین', + upload : 'انتقال به سرور', + alt : 'متن جایگزین', width : 'پهنا', - height : 'درازا', + height : 'درازا', lockRatio : 'قفلکردن ِنسبت', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'بازنشانی اندازه', - border : 'لبه', - hSpace : 'فاصلهٴ افقی', - vSpace : 'فاصلهٴ عمودی', + border : 'لبه', + hSpace : 'فاصلهٴ افقی', + vSpace : 'فاصلهٴ عمودی', align : 'چینش', alignLeft : 'چپ', alignRight : 'راست', - preview : 'پیشنمایش', 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 : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['fa'] = { properties : 'ویژگیهای Flash', propertiesTab : 'Properties', // MISSING - title : 'ویژگیهای Flash', - chkPlay : 'آغاز ِخودکار', - chkLoop : 'اجرای پیاپی', - chkMenu : 'دردسترسبودن منوی Flash', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'مقیاس', + title : 'ویژگیهای Flash', + chkPlay : 'آغاز ِخودکار', + chkLoop : 'اجرای پیاپی', + chkMenu : 'دردسترسبودن منوی Flash', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'مقیاس', scaleAll : 'نمایش همه', scaleNoBorder : 'بدون کران', scaleFit : 'جایگیری کامل', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'چینش', - alignLeft : 'چپ', - alignAbsBottom: 'پائین مطلق', - alignAbsMiddle: 'وسط مطلق', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'چینش', + alignLeft : 'چپ', + alignAbsBottom : 'پائین مطلق', + alignAbsMiddle : 'وسط مطلق', alignBaseline : 'خطپایه', - alignBottom : 'پائین', - alignMiddle : 'وسط', - alignRight : 'راست', + alignBottom : 'پائین', + alignMiddle : 'وسط', + alignRight : 'راست', alignTextTop : 'متن بالا', - alignTop : 'بالا', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'رنگ پسزمینه', - width : 'پهنا', - height : 'درازا', - hSpace : 'فاصلهٴ افقی', - vSpace : 'فاصلهٴ عمودی', - validateSrc : 'لطفا URL پیوند را بنویسید', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'بالا', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'رنگ پسزمینه', + width : 'پهنا', + height : 'درازا', + hSpace : 'فاصلهٴ افقی', + vSpace : 'فاصلهٴ عمودی', + validateSrc : 'لطفا URL پیوند را بنویسید', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['fa'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'فهرست شمارهدار', - bulletedlist : 'فهرست نقطهای', - indent : 'افزایش تورفتگی', - outdent : 'کاهش تورفتگی', + numberedlist : 'فهرست شمارهدار', + bulletedlist : 'فهرست نقطهای', + indent : 'افزایش تورفتگی', + outdent : 'کاهش تورفتگی', justify : { - left : 'چپچین', - center : 'میانچین', - right : 'راستچین', - block : 'بلوکچین' + left : 'چپچین', + center : 'میانچین', + right : 'راستچین', + block : 'بلوکچین' }, blockquote : 'بلوک نقل قول', @@ -501,61 +506,59 @@ CKEDITOR.lang['fa'] = cutError : 'تنظیمات امنیتی مرورگر شما اجازه نمیدهد که ویرایشگر به طور خودکار عملکردهای برش را انجام دهد. لطفا با دکمههای صفحهکلید این کار را انجام دهید (Ctrl+X).', copyError : 'تنظیمات امنیتی مرورگر شما اجازه نمیدهد که ویرایشگر به طور خودکار عملکردهای کپیکردن را انجام دهد. لطفا با دکمههای صفحهکلید این کار را انجام دهید (Ctrl+C).', pasteMsg : 'لطفا متن را با کلیدهای (Ctrl+V) در این جعبهٴ متنی بچسبانید و پذیرش را بزنید.', - securityMsg : 'به خاطر تنظیمات امنیتی مرورگر شما، ویرایشگر نمیتواند دسترسی مستقیم به دادههای clipboard داشته باشد. شما باید دوباره آنرا در این پنجره بچسبانید.' + securityMsg : 'به خاطر تنظیمات امنیتی مرورگر شما، ویرایشگر نمیتواند دسترسی مستقیم به دادههای clipboard داشته باشد. شما باید دوباره آنرا در این پنجره بچسبانید.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'چسباندن از Word', - title : 'چسباندن از Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'چسباندن از Word', + title : 'چسباندن از Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'چسباندن به عنوان متن ِساده', - title : 'چسباندن به عنوان متن ِساده' + button : 'چسباندن به عنوان متن ِساده', + title : 'چسباندن به عنوان متن ِساده' }, templates : { - button : 'الگوها', - title : 'الگوهای محتویات', - insertOption: 'محتویات کنونی جایگزین شوند', - selectPromptMsg: 'لطفا الگوی موردنظر را برای بازکردن در ویرایشگر برگزینید
(محتویات کنونی از دست خواهند رفت):', - emptyListMsg : '(الگوئی تعریف نشده است)' + button : 'الگوها', + title : 'الگوهای محتویات', + insertOption : 'محتویات کنونی جایگزین شوند', + selectPromptMsg : 'لطفا الگوی موردنظر را برای بازکردن در ویرایشگر برگزینید
(محتویات کنونی از دست خواهند رفت):', + emptyListMsg : '(الگوئی تعریف نشده است)' }, showBlocks : 'نمایش بلوکها', stylesCombo : { - label : 'سبک', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'سبک', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'فرمت', - voiceLabel : 'Format', // MISSING - panelTitle : 'فرمت', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'فرمت', + panelTitle : 'فرمت', - tag_p : 'نرمال', - tag_pre : 'فرمتشده', - tag_address : 'آدرس', - tag_h1 : 'سرنویس 1', - tag_h2 : 'سرنویس 2', - tag_h3 : 'سرنویس 3', - tag_h4 : 'سرنویس 4', - tag_h5 : 'سرنویس 5', - tag_h6 : 'سرنویس 6', - tag_div : 'بند' + tag_p : 'نرمال', + tag_pre : 'فرمتشده', + tag_address : 'آدرس', + tag_h1 : 'سرنویس 1', + tag_h2 : 'سرنویس 2', + tag_h3 : 'سرنویس 3', + tag_h4 : 'سرنویس 4', + tag_h5 : 'سرنویس 5', + tag_h6 : 'سرنویس 6', + tag_div : 'بند' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['fa'] = font : { - label : 'قلم', - voiceLabel : 'Font', // MISSING - panelTitle : 'قلم', - panelVoiceLabel : 'Select a font' // MISSING + label : 'قلم', + voiceLabel : 'Font', // MISSING + panelTitle : 'قلم' }, fontSize : { - label : 'اندازه', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'اندازه', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'اندازه', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'اندازه' }, colorButton : { - textColorTitle : 'رنگ متن', - bgColorTitle : 'رنگ پسزمینه', - auto : 'خودکار', - more : 'رنگهای بیشتر...' + textColorTitle : 'رنگ متن', + bgColorTitle : 'رنگ پسزمینه', + panelTitle : 'Colors', // MISSING + auto : 'خودکار', + more : 'رنگهای بیشتر...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['fa'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['fa'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/fi.js b/_source/lang/fi.js index 5cfcc4a..5d116ec 100644 --- a/_source/lang/fi.js +++ b/_source/lang/fi.js @@ -31,7 +31,11 @@ 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 : 'Tekstieditori, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Koodi', @@ -68,12 +72,12 @@ CKEDITOR.lang['fi'] = flash : 'Flash', form : 'Lomake', checkbox : 'Valintaruutu', - radio : 'Radiopainike', + radio : 'Radiopainike', textField : 'Tekstikenttä', textarea : 'Tekstilaatikko', hiddenField : 'Piilokenttä', button : 'Painike', - select : 'Valintakenttä', + select : 'Valintakenttä', imageButton : 'Kuvapainike', notSet : '', id : 'Tunniste', @@ -88,11 +92,19 @@ CKEDITOR.lang['fi'] = cssStyle : 'Tyyli', ok : 'OK', cancel : 'Peruuta', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'Yleinen', advancedTab : 'Lisäominaisuudet', - validateNumberFailed : 'Arvon pitää olla numero.', + validateNumberFailed : 'Arvon pitää olla numero.', confirmNewPage : 'Kaikki tallentamattomat muutokset tähän sisältöön menetetään. Oletko varma, että haluat ladata uuden sivun?', confirmCancel : 'Jotkut asetuksista on muuttuneet. Oletko varma, että haluat sulkea valintaikkunan?', + options : '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 // Put the voice-only part of the label in the span. unavailable : '%1, ei saatavissa' @@ -116,22 +128,17 @@ CKEDITOR.lang['fi'] = upload : 'Lisää tiedosto', advanced : 'Lisäominaisuudet', type : 'Linkkityyppi', + toUrl : 'URL', // MISSING toAnchor : 'Ankkuri tässä sivussa', toEmail : 'Sähköposti', - target : 'Kohde', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Uusi ikkuna (_blank)', - targetTop : 'Päällimmäisin ikkuna (_top)', - targetSelf : 'Sama ikkuna (_self)', - targetParent : 'Emoikkuna (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Kohdekehyksen nimi', targetPopupName : 'Popup ikkunan nimi', popupFeatures : 'Popup ikkunan ominaisuudet', popupResizable : 'Venytettävä', popupStatusBar : 'Tilarivi', - popupLocationBar : 'Osoiterivi', + popupLocationBar: 'Osoiterivi', popupToolbar : 'Vakiopainikkeet', popupMenuBar : 'Valikkorivi', popupFullScreen : 'Täysi ikkuna (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['fi'] = popupTop : 'Ylhäältä (px)', id : 'Tunniste', langDir : 'Kielen suunta', - langDirNotSet : '', langDirLTR : 'Vasemmalta oikealle (LTR)', langDirRTL : 'Oikealta vasemmalle (RTL)', acccessKey : 'Pikanäppäin', @@ -203,13 +209,13 @@ CKEDITOR.lang['fi'] = columns : 'Sarakkeet', border : 'Rajan paksuus', align : 'Kohdistus', - alignNotSet : '', alignLeft : 'Vasemmalle', alignCenter : 'Keskelle', alignRight : 'Oikealle', width : 'Leveys', widthPx : 'pikseliä', widthPc : 'prosenttia', + widthUnit : 'width unit', // MISSING height : 'Korkeus', cellSpace : 'Solujen väli', cellPad : 'Solujen sisennys', @@ -260,7 +266,7 @@ CKEDITOR.lang['fi'] = invalidHeight : 'Solun korkeuden täytyy olla numero.', invalidRowSpan : 'Rivin jatkuvuuden täytyy olla kokonaisluku.', invalidColSpan : 'Solun jatkuvuuden täytyy olla kokonaisluku.', - chooseColor : 'Valitse' + chooseColor : 'Valitse' }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['fi'] = menu : 'Lomakkeen ominaisuudet', action : 'Toiminto', method : 'Tapa', - encoding : 'Enkoodaus', - target : 'Kohde', - targetNotSet : '', - targetNew : 'Uusi ikkuna (_blank)', - targetTop : 'Päällimmäisin ikkuna (_top)', - targetSelf : 'Sama ikkuna (_self)', - targetParent : 'Emoikkuna (_parent)' + encoding : 'Enkoodaus' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['fi'] = title : 'Kuvan ominaisuudet', titleButton : 'Kuvapainikkeen ominaisuudet', menu : 'Kuvan ominaisuudet', - infoTab : 'Kuvan tiedot', + infoTab : 'Kuvan tiedot', btnUpload : 'Lähetä palvelimelle', - url : 'Osoite', - upload : 'Lisää kuva', - alt : 'Vaihtoehtoinen teksti', + upload : 'Lisää kuva', + alt : 'Vaihtoehtoinen teksti', width : 'Leveys', - height : 'Korkeus', + height : 'Korkeus', lockRatio : 'Lukitse suhteet', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Alkuperäinen koko', - border : 'Raja', - hSpace : 'Vaakatila', - vSpace : 'Pystytila', + border : 'Raja', + hSpace : 'Vaakatila', + vSpace : 'Pystytila', align : 'Kohdistus', alignLeft : 'Vasemmalle', alignRight : 'Oikealle', - preview : 'Esikatselu', alertUrl : 'Kirjoita kuvan osoite (URL)', - linkTab : 'Linkki', + linkTab : 'Linkki', button2Img : 'Haluatko muuntaa valitun kuvanäppäimen kuvaksi?', img2Button : 'Haluatko muuntaa valitun kuvan kuvanäppäimeksi?', - urlMissing : 'Kuvan lähdeosoite puuttuu.' + urlMissing : 'Kuvan lähdeosoite puuttuu.', + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['fi'] = { properties : 'Flash ominaisuudet', propertiesTab : 'Ominaisuudet', - title : 'Flash ominaisuudet', - chkPlay : 'Automaattinen käynnistys', - chkLoop : 'Toisto', - chkMenu : 'Näytä Flash-valikko', - chkFull : 'Salli kokoruututila', - scale : 'Levitä', + title : 'Flash ominaisuudet', + chkPlay : 'Automaattinen käynnistys', + chkLoop : 'Toisto', + chkMenu : 'Näytä Flash-valikko', + chkFull : 'Salli kokoruututila', + scale : 'Levitä', scaleAll : 'Näytä kaikki', scaleNoBorder : 'Ei rajaa', scaleFit : 'Tarkka koko', access : 'Skriptien pääsy', accessAlways : 'Aina', - accessSameDomain : 'Sama verkkotunnus', - accessNever : 'Ei koskaan', - align : 'Kohdistus', - alignLeft : 'Vasemmalle', - alignAbsBottom: 'Aivan alas', - alignAbsMiddle: 'Aivan keskelle', + accessSameDomain: 'Sama verkkotunnus', + accessNever : 'Ei koskaan', + align : 'Kohdistus', + alignLeft : 'Vasemmalle', + alignAbsBottom : 'Aivan alas', + alignAbsMiddle : 'Aivan keskelle', alignBaseline : 'Alas (teksti)', - alignBottom : 'Alas', - alignMiddle : 'Keskelle', - alignRight : 'Oikealle', + alignBottom : 'Alas', + alignMiddle : 'Keskelle', + alignRight : 'Oikealle', alignTextTop : 'Ylös (teksti)', - alignTop : 'Ylös', - quality : 'Laatu', - qualityBest : 'Paras', - qualityHigh : 'Korkea', - qualityAutoHigh : 'Automaattinen korkea', - qualityMedium : 'Keskitaso', - qualityAutoLow : 'Automaattinen matala', - qualityLow : 'Matala', - windowModeWindow : 'Ikkuna', - windowModeOpaque : 'Läpinäkyvyys', - windowModeTransparent : 'Läpinäkyvä', - windowMode : 'Ikkuna tila', - flashvars : 'Muuttujat Flash:lle', - bgcolor : 'Taustaväri', - width : 'Leveys', - height : 'Korkeus', - hSpace : 'Vaakatila', - vSpace : 'Pystytila', - validateSrc : 'Linkille on kirjoitettava URL', - validateWidth : 'Leveyden täytyy olla numero.', - validateHeight : 'Korkeuden täytyy olla numero.', - validateHSpace : 'Vaakatilan täytyy olla numero.', - validateVSpace : 'Pystytilan täytyy olla numero.' + alignTop : 'Ylös', + quality : 'Laatu', + qualityBest : 'Paras', + qualityHigh : 'Korkea', + qualityAutoHigh : 'Automaattinen korkea', + qualityMedium : 'Keskitaso', + qualityAutoLow : 'Automaattinen matala', + qualityLow : 'Matala', + windowModeWindow: 'Ikkuna', + windowModeOpaque: 'Läpinäkyvyys', + windowModeTransparent : 'Läpinäkyvä', + windowMode : 'Ikkuna tila', + flashvars : 'Muuttujat Flash:lle', + bgcolor : 'Taustaväri', + width : 'Leveys', + height : 'Korkeus', + hSpace : 'Vaakatila', + vSpace : 'Pystytila', + validateSrc : 'Linkille on kirjoitettava URL', + validateWidth : 'Leveyden täytyy olla numero.', + validateHeight : 'Korkeuden täytyy olla numero.', + validateHSpace : 'Vaakatilan täytyy olla numero.', + validateVSpace : 'Pystytilan täytyy olla numero.' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['fi'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 elementti' }, - numberedlist : 'Numerointi', - bulletedlist : 'Luottelomerkit', - indent : 'Suurenna sisennystä', - outdent : 'Pienennä sisennystä', + numberedlist : 'Numerointi', + bulletedlist : 'Luottelomerkit', + indent : 'Suurenna sisennystä', + outdent : 'Pienennä sisennystä', justify : { - left : 'Tasaa vasemmat reunat', - center : 'Keskitä', - right : 'Tasaa oikeat reunat', - block : 'Tasaa molemmat reunat' + left : 'Tasaa vasemmat reunat', + center : 'Keskitä', + right : 'Tasaa oikeat reunat', + block : 'Tasaa molemmat reunat' }, blockquote : 'Lainaus', @@ -501,61 +506,59 @@ CKEDITOR.lang['fi'] = cutError : 'Selaimesi turva-asetukset eivät salli editorin toteuttaa leikkaamista. Käytä näppäimistöä leikkaamiseen (Ctrl+X).', copyError : 'Selaimesi turva-asetukset eivät salli editorin toteuttaa kopioimista. Käytä näppäimistöä kopioimiseen (Ctrl+C).', pasteMsg : 'Liitä painamalla (Ctrl+V) ja painamalla OK.', - securityMsg : 'Selaimesi turva-asetukset eivät salli editorin käyttää leikepöytää suoraan. Sinun pitää suorittaa liittäminen tässä ikkunassa.' + securityMsg : 'Selaimesi turva-asetukset eivät salli editorin käyttää leikepöytää suoraan. Sinun pitää suorittaa liittäminen tässä ikkunassa.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'Liittämäsi teksti näyttäisi olevan Word-dokumentista. Haluatko siivota sen ennen liittämistä? (Suositus: Kyllä)', - toolbar : 'Liitä Word-dokumentista', - title : 'Liitä Word-dokumentista', - error : 'Liitetyn tiedon siivoaminen ei onnistunut sisäisen virheen takia' + confirmCleanup : 'Liittämäsi teksti näyttäisi olevan Word-dokumentista. Haluatko siivota sen ennen liittämistä? (Suositus: Kyllä)', + toolbar : 'Liitä Word-dokumentista', + title : 'Liitä Word-dokumentista', + error : 'Liitetyn tiedon siivoaminen ei onnistunut sisäisen virheen takia' }, pasteText : { - button : 'Liitä tekstinä', - title : 'Liitä tekstinä' + button : 'Liitä tekstinä', + title : 'Liitä tekstinä' }, templates : { - button : 'Pohjat', - title : 'Sisältöpohjat', - insertOption: 'Korvaa editorin koko sisältö', - selectPromptMsg: 'Valitse pohja editoriin
(aiempi sisältö menetetään):', - emptyListMsg : '(Ei määriteltyjä pohjia)' + button : 'Pohjat', + title : 'Sisältöpohjat', + insertOption : 'Korvaa editorin koko sisältö', + selectPromptMsg : 'Valitse pohja editoriin
(aiempi sisältö menetetään):', + emptyListMsg : '(Ei määriteltyjä pohjia)' }, showBlocks : 'Näytä elementit', stylesCombo : { - label : 'Tyyli', - voiceLabel : 'Tyylit', - panelVoiceLabel : 'Valitse tyyli', - panelTitle1 : 'Lohkojen tyylit', - panelTitle2 : 'Rivinsisäiset tyylit', - panelTitle3 : 'Objektien tyylit' + label : 'Tyyli', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Lohkojen tyylit', + panelTitle2 : 'Rivinsisäiset tyylit', + panelTitle3 : 'Objektien tyylit' }, format : { - label : 'Muotoilu', - voiceLabel : 'Muotoilu', - panelTitle : 'Muotoilu', - panelVoiceLabel : 'Valitse kappaleen muotoilu', + label : 'Muotoilu', + panelTitle : 'Muotoilu', - tag_p : 'Normaali', - tag_pre : 'Muotoiltu', - tag_address : 'Osoite', - tag_h1 : 'Otsikko 1', - tag_h2 : 'Otsikko 2', - tag_h3 : 'Otsikko 3', - tag_h4 : 'Otsikko 4', - tag_h5 : 'Otsikko 5', - tag_h6 : 'Otsikko 6', - tag_div : 'Normaali (DIV)' + tag_p : 'Normaali', + tag_pre : 'Muotoiltu', + tag_address : 'Osoite', + tag_h1 : 'Otsikko 1', + tag_h2 : 'Otsikko 2', + tag_h3 : 'Otsikko 3', + tag_h4 : 'Otsikko 4', + tag_h5 : 'Otsikko 5', + tag_h6 : 'Otsikko 6', + tag_div : 'Normaali (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['fi'] = font : { - label : 'Kirjaisinlaji', - voiceLabel : 'Kirjaisinlaji', - panelTitle : 'Kirjaisinlaji', - panelVoiceLabel : 'Valitse kirjaisinlaji' + label : 'Kirjaisinlaji', + voiceLabel : 'Kirjaisinlaji', + panelTitle : 'Kirjaisinlaji' }, fontSize : { - label : 'Koko', - voiceLabel : 'Kirjaisimen koko', - panelTitle : 'Koko', - panelVoiceLabel : 'Valitse kirjaisimen koko' + label : 'Koko', + voiceLabel : 'Kirjaisimen koko', + panelTitle : 'Koko' }, colorButton : { - textColorTitle : 'Tekstiväri', - bgColorTitle : 'Taustaväri', - auto : 'Automaattinen', - more : 'Lisää värejä...' + textColorTitle : 'Tekstiväri', + bgColorTitle : 'Taustaväri', + panelTitle : 'Colors', // MISSING + auto : 'Automaattinen', + more : 'Lisää värejä...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['fi'] = scayt : { - title : 'Oikolue kirjoitettaessa', - enable : 'Ota käyttöön oikoluku kirjoitettaessa', - disable : 'Poista käytöstä oikoluku kirjoitetaessa', - about : 'Tietoja oikoluvusta kirjoitetaessa', - toggle : 'Vaihda oikoluku kirjoittaessa tilaa', - options : 'Asetukset', - langs : 'Kielet', - moreSuggestions : 'Lisää ehdotuksia', - ignore : 'Ohita', - ignoreAll : 'Ohita kaikki', - addWord : 'Lisää sana', - emptyDic : 'Sanakirjan nimi on annettava.', - optionsTab : 'Asetukset', - languagesTab : 'Kielet', - dictionariesTab : 'Sanakirjat', - aboutTab : 'Tietoa' + title : 'Oikolue kirjoitettaessa', + enable : 'Ota käyttöön oikoluku kirjoitettaessa', + disable : 'Poista käytöstä oikoluku kirjoitetaessa', + about : 'Tietoja oikoluvusta kirjoitetaessa', + toggle : 'Vaihda oikoluku kirjoittaessa tilaa', + options : 'Asetukset', + langs : 'Kielet', + moreSuggestions : 'Lisää ehdotuksia', + ignore : 'Ohita', + ignoreAll : 'Ohita kaikki', + addWord : 'Lisää sana', + emptyDic : 'Sanakirjan nimi on annettava.', + optionsTab : 'Asetukset', + languagesTab : 'Kielet', + dictionariesTab : 'Sanakirjat', + aboutTab : 'Tietoa' }, about : { - title : 'Tietoa CKEditorista', - dlgTitle : 'Tietoa CKEditorista', - moreInfo : 'Lisenssitiedot löytyvät kotisivuiltamme:', - copy : 'Copyright © $1. Kaikki oikeuden pidätetään.' + title : 'Tietoa CKEditorista', + dlgTitle : 'Tietoa CKEditorista', + moreInfo : 'Lisenssitiedot löytyvät kotisivuiltamme:', + copy : 'Copyright © $1. Kaikki oikeuden pidätetään.' }, maximize : 'Suurenna', @@ -676,22 +678,22 @@ CKEDITOR.lang['fi'] = fakeobjects : { - anchor : 'Ankkuri', - flash : 'Flash animaatio', - div : 'Sivun vaihto', - unknown : 'Tuntematon objekti' + anchor : 'Ankkuri', + flash : 'Flash animaatio', + div : 'Sivun vaihto', + unknown : 'Tuntematon objekti' }, resize : 'Raahaa muuttaaksesi kokoa', colordialog : { - title : 'Valitse väri', - highlight : 'Korostus', - selected : 'Valittu', - clear : 'Poista' + title : 'Valitse väri', + highlight : 'Korostus', + selected : 'Valittu', + clear : 'Poista' }, - toolbarCollapse : 'Kutista työkalupalkki', - toolbarExpand : 'Laajenna työkalupalkki' + toolbarCollapse : 'Kutista työkalupalkki', + toolbarExpand : 'Laajenna työkalupalkki' }; diff --git a/_source/lang/fo.js b/_source/lang/fo.js index 1136ab3..5f43db9 100644 --- a/_source/lang/fo.js +++ b/_source/lang/fo.js @@ -31,7 +31,11 @@ CKEDITOR.lang['fo'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Kelda', @@ -68,12 +72,12 @@ CKEDITOR.lang['fo'] = flash : 'Flash', form : 'Formur', checkbox : 'Flugubein', - radio : 'Radioknøttur', + radio : 'Radioknøttur', textField : 'Tekstteigur', textarea : 'Tekstumráði', hiddenField : 'Fjaldur teigur', button : 'Knøttur', - select : 'Valskrá', + select : 'Valskrá', imageButton : 'Myndaknøttur', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['fo'] = cssStyle : 'Typografi', ok : 'Góðkent', cancel : 'Avlýst', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'Generelt', advancedTab : 'Fjølbroytt', - validateNumberFailed : 'This value is not a number.', // MISSING + validateNumberFailed : 'This value is not a number.', // MISSING confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['fo'] = upload : 'Send til ambætaran', advanced : 'Fjølbroytt', type : 'Tilknýtisslag', + toUrl : 'URL', // MISSING toAnchor : 'Tilknýti til marknastein í tekstinum', toEmail : 'Teldupostur', - target : 'Mál', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Nýtt vindeyga (_blank)', - targetTop : 'Alt vindeygað (_top)', - targetSelf : 'Sama vindeygað (_self)', - targetParent : 'Upphavliga vindeygað (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Vís navn vindeygans', targetPopupName : 'Popup vindeygans navn', popupFeatures : 'Popup vindeygans víðkaðu eginleikar', popupResizable : 'Resizable', // MISSING popupStatusBar : 'Støðufrágreiðingarbjálki', - popupLocationBar : 'Adressulinja', + popupLocationBar: 'Adressulinja', popupToolbar : 'Amboðsbjálki', popupMenuBar : 'Skrábjálki', popupFullScreen : 'Fullur skermur (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['fo'] = popupTop : 'Frástøða frá íerva', id : 'Id', // MISSING langDir : 'Tekstkós', - langDirNotSet : '', langDirLTR : 'Frá vinstru til høgru (LTR)', langDirRTL : 'Frá høgru til vinstru (RTL)', acccessKey : 'Snarvegisknappur', @@ -203,13 +209,13 @@ CKEDITOR.lang['fo'] = columns : 'Kolonnur', border : 'Bordabreidd', align : 'Justering', - alignNotSet : '', alignLeft : 'Vinstrasett', alignCenter : 'Miðsett', alignRight : 'Høgrasett', width : 'Breidd', widthPx : 'pixels', widthPc : 'prosent', + widthUnit : 'width unit', // MISSING height : 'Hædd', cellSpace : 'Fjarstøða millum meskar', cellPad : 'Meskubreddi', @@ -260,7 +266,7 @@ CKEDITOR.lang['fo'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['fo'] = menu : 'Eginleikar fyri Form', action : 'Hending', method : 'Háttur', - encoding : 'Encoding', // MISSING - target : 'Mál', - targetNotSet : '', - targetNew : 'Nýtt vindeyga (_blank)', - targetTop : 'Alt vindeygað (_top)', - targetSelf : 'Sama vindeygað (_self)', - targetParent : 'Upphavliga vindeygað (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['fo'] = title : 'Myndaeginleikar', titleButton : 'Eginleikar fyri myndaknøtt', menu : 'Myndaeginleikar', - infoTab : 'Myndaupplýsingar', + infoTab : 'Myndaupplýsingar', btnUpload : 'Send til ambætaran', - url : 'URL', - upload : 'Send', - alt : 'Alternativur tekstur', + upload : 'Send', + alt : 'Alternativur tekstur', width : 'Breidd', - height : 'Hædd', + height : 'Hædd', lockRatio : 'Læs lutfallið', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Upprunastødd', - border : 'Bordi', - hSpace : 'Høgri breddi', - vSpace : 'Vinstri breddi', + border : 'Bordi', + hSpace : 'Høgri breddi', + vSpace : 'Vinstri breddi', align : 'Justering', alignLeft : 'Vinstra', alignRight : 'Høgra', - preview : 'Frumsýning', alertUrl : 'Rita slóðina til myndina', - linkTab : 'Tilknýti', + linkTab : 'Tilknýti', 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 : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['fo'] = { properties : 'Flash eginleikar', propertiesTab : 'Properties', // MISSING - title : 'Flash eginleikar', - chkPlay : 'Avspælingin byrjar sjálv', - chkLoop : 'Endurspæl', - chkMenu : 'Ger Flash skrá virkna', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Skalering', + title : 'Flash eginleikar', + chkPlay : 'Avspælingin byrjar sjálv', + chkLoop : 'Endurspæl', + chkMenu : 'Ger Flash skrá virkna', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'Skalering', scaleAll : 'Vís alt', scaleNoBorder : 'Eingin bordi', scaleFit : 'Neyv skalering', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'Justering', - alignLeft : 'Vinstra', - alignAbsBottom: 'Abs botnur', - alignAbsMiddle: 'Abs miðja', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'Justering', + alignLeft : 'Vinstra', + alignAbsBottom : 'Abs botnur', + alignAbsMiddle : 'Abs miðja', alignBaseline : 'Basislinja', - alignBottom : 'Botnur', - alignMiddle : 'Miðja', - alignRight : 'Høgra', + alignBottom : 'Botnur', + alignMiddle : 'Miðja', + alignRight : 'Høgra', alignTextTop : 'Tekst toppur', - alignTop : 'Ovast', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Bakgrundslitur', - width : 'Breidd', - height : 'Hædd', - hSpace : 'Høgri breddi', - vSpace : 'Vinstri breddi', - validateSrc : 'Vinarliga skriva tilknýti (URL)', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'Ovast', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'Bakgrundslitur', + width : 'Breidd', + height : 'Hædd', + hSpace : 'Høgri breddi', + vSpace : 'Vinstri breddi', + validateSrc : 'Vinarliga skriva tilknýti (URL)', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['fo'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'Talmerktur listi', - bulletedlist : 'Punktmerktur listi', - indent : 'Økja reglubrotarinntriv', - outdent : 'Minka reglubrotarinntriv', + numberedlist : 'Talmerktur listi', + bulletedlist : 'Punktmerktur listi', + indent : 'Økja reglubrotarinntriv', + outdent : 'Minka reglubrotarinntriv', justify : { - left : 'Vinstrasett', - center : 'Miðsett', - right : 'Høgrasett', - block : 'Javnir tekstkantar' + left : 'Vinstrasett', + center : 'Miðsett', + right : 'Høgrasett', + block : 'Javnir tekstkantar' }, blockquote : 'Blockquote', @@ -501,61 +506,59 @@ CKEDITOR.lang['fo'] = cutError : 'Trygdaruppseting alnótskagans forðar tekstviðgeranum í at kvetta tekstin. Vinarliga nýt knappaborðið til at kvetta tekstin (CTRL+X).', copyError : 'Trygdaruppseting alnótskagans forðar tekstviðgeranum í at avrita tekstin. Vinarliga nýt knappaborðið til at avrita tekstin (CTRL+C).', pasteMsg : 'Vinarliga koyr tekstin í hendan rútin við knappaborðinum (CTRL+V) og klikk á Góðtak.', - securityMsg : 'Trygdaruppseting alnótskagans forðar tekstviðgeranum í beinleiðis atgongd til avritingarminnið. Tygum mugu royna aftur í hesum rútinum.' + securityMsg : 'Trygdaruppseting alnótskagans forðar tekstviðgeranum í beinleiðis atgongd til avritingarminnið. Tygum mugu royna aftur í hesum rútinum.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Innrita frá Word', - title : 'Innrita frá Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Innrita frá Word', + title : 'Innrita frá Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Innrita som reinan tekst', - title : 'Innrita som reinan tekst' + button : 'Innrita som reinan tekst', + title : 'Innrita som reinan tekst' }, templates : { - button : 'Skabelónir', - title : 'Innihaldsskabelónir', - insertOption: 'Yvirskriva núverandi innihald', - selectPromptMsg: 'Vinarliga vel ta skabelón, ið skal opnast í tekstviðgeranum
(Hetta yvirskrivar núverandi innihald):', - emptyListMsg : '(Ongar skabelónir tøkar)' + button : 'Skabelónir', + title : 'Innihaldsskabelónir', + insertOption : 'Yvirskriva núverandi innihald', + selectPromptMsg : 'Vinarliga vel ta skabelón, ið skal opnast í tekstviðgeranum
(Hetta yvirskrivar núverandi innihald):', + emptyListMsg : '(Ongar skabelónir tøkar)' }, showBlocks : 'Vís blokkar', stylesCombo : { - label : 'Typografi', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'Typografi', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'Skriftsnið', - voiceLabel : 'Format', // MISSING - panelTitle : 'Skriftsnið', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Skriftsnið', + panelTitle : 'Skriftsnið', - tag_p : 'Vanligt', - tag_pre : 'Sniðgivið', - tag_address : 'Adressa', - tag_h1 : 'Yvirskrift 1', - tag_h2 : 'Yvirskrift 2', - tag_h3 : 'Yvirskrift 3', - tag_h4 : 'Yvirskrift 4', - tag_h5 : 'Yvirskrift 5', - tag_h6 : 'Yvirskrift 6', - tag_div : 'Normal (DIV)' // MISSING + tag_p : 'Vanligt', + tag_pre : 'Sniðgivið', + tag_address : 'Adressa', + tag_h1 : 'Yvirskrift 1', + tag_h2 : 'Yvirskrift 2', + tag_h3 : 'Yvirskrift 3', + tag_h4 : 'Yvirskrift 4', + tag_h5 : 'Yvirskrift 5', + tag_h6 : 'Yvirskrift 6', + tag_div : 'Normal (DIV)' // MISSING }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['fo'] = font : { - label : 'Skrift', - voiceLabel : 'Font', // MISSING - panelTitle : 'Skrift', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Skrift', + voiceLabel : 'Font', // MISSING + panelTitle : 'Skrift' }, fontSize : { - label : 'Skriftstødd', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Skriftstødd', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Skriftstødd', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Skriftstødd' }, colorButton : { - textColorTitle : 'Tekstlitur', - bgColorTitle : 'Bakgrundslitur', - auto : 'Automatiskt', - more : 'Fleiri litir...' + textColorTitle : 'Tekstlitur', + bgColorTitle : 'Bakgrundslitur', + panelTitle : 'Colors', // MISSING + auto : 'Automatiskt', + more : 'Fleiri litir...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['fo'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['fo'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/fr-ca.js b/_source/lang/fr-ca.js index 1643e71..987ec01 100644 --- a/_source/lang/fr-ca.js +++ b/_source/lang/fr-ca.js @@ -31,7 +31,11 @@ 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 + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Source', @@ -68,12 +72,12 @@ CKEDITOR.lang['fr-ca'] = flash : 'Animation Flash', form : 'Formulaire', checkbox : 'Case à cocher', - radio : 'Bouton radio', + radio : 'Bouton radio', textField : 'Champ texte', textarea : 'Zone de texte', hiddenField : 'Champ caché', button : 'Bouton', - select : 'Champ de sélection', + select : 'Champ de sélection', imageButton : 'Bouton image', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['fr-ca'] = cssStyle : 'Style', ok : 'OK', cancel : 'Annuler', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'Général', advancedTab : 'Avancée', - validateNumberFailed : 'This value is not a number.', // MISSING + 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 // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['fr-ca'] = upload : 'Télécharger', advanced : 'Avancée', type : 'Type de lien', + toUrl : 'URL', // MISSING toAnchor : 'Ancre dans cette page', toEmail : 'E-Mail', - target : 'Destination', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Nouvelle fenêtre (_blank)', - targetTop : 'Fenêtre supérieure (_top)', - targetSelf : 'Même fenêtre (_self)', - targetParent : 'Fenêtre mère (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Nom du cadre de destination', targetPopupName : 'Nom de la fenêtre popup', popupFeatures : 'Caractéristiques de la fenêtre popup', popupResizable : 'Resizable', // MISSING popupStatusBar : 'Barre d\'état', - popupLocationBar : 'Barre d\'adresses', + popupLocationBar: 'Barre d\'adresses', popupToolbar : 'Barre d\'outils', popupMenuBar : 'Barre de menu', popupFullScreen : 'Plein écran (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['fr-ca'] = popupTop : 'Position à partir du haut', id : 'Id', // MISSING langDir : 'Sens d\'écriture', - langDirNotSet : '', langDirLTR : 'De gauche à droite (LTR)', langDirRTL : 'De droite à gauche (RTL)', acccessKey : 'Équivalent clavier', @@ -203,13 +209,13 @@ CKEDITOR.lang['fr-ca'] = columns : 'Colonnes', border : 'Taille de la bordure', align : 'Alignement', - alignNotSet : '', alignLeft : 'Gauche', alignCenter : 'Centré', alignRight : 'Droite', width : 'Largeur', widthPx : 'pixels', widthPc : 'pourcentage', + widthUnit : 'width unit', // MISSING height : 'Hauteur', cellSpace : 'Espacement', cellPad : 'Contour', @@ -260,7 +266,7 @@ CKEDITOR.lang['fr-ca'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['fr-ca'] = menu : 'Propriétés du formulaire', action : 'Action', method : 'Méthode', - encoding : 'Encoding', // MISSING - target : 'Destination', - targetNotSet : '', - targetNew : 'Nouvelle fenêtre (_blank)', - targetTop : 'Fenêtre supérieure (_top)', - targetSelf : 'Même fenêtre (_self)', - targetParent : 'Fenêtre mère (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['fr-ca'] = title : 'Propriétés de l\'image', titleButton : 'Propriétés du bouton image', menu : 'Propriétés de l\'image', - infoTab : 'Informations sur l\'image', + infoTab : 'Informations sur l\'image', btnUpload : 'Envoyer sur le serveur', - url : 'URL', - upload : 'Télécharger', - alt : 'Texte de remplacement', + upload : 'Télécharger', + alt : 'Texte de remplacement', width : 'Largeur', - height : 'Hauteur', + height : 'Hauteur', lockRatio : 'Garder les proportions', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Taille originale', - border : 'Bordure', - hSpace : 'Espacement horizontal', - vSpace : 'Espacement vertical', + border : 'Bordure', + hSpace : 'Espacement horizontal', + vSpace : 'Espacement vertical', align : 'Alignement', alignLeft : 'Gauche', alignRight : 'Droite', - preview : 'Prévisualisation', alertUrl : 'Veuillez saisir l\'URL de l\'image', - linkTab : 'Lien', + linkTab : 'Lien', button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['fr-ca'] = { properties : 'Propriétés de l\'animation Flash', propertiesTab : 'Properties', // MISSING - title : 'Propriétés de l\'animation Flash', - chkPlay : 'Lecture automatique', - chkLoop : 'Boucle', - chkMenu : 'Activer le menu Flash', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Affichage', + title : 'Propriétés de l\'animation Flash', + chkPlay : 'Lecture automatique', + chkLoop : 'Boucle', + chkMenu : 'Activer le menu Flash', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'Affichage', scaleAll : 'Par défaut (tout montrer)', scaleNoBorder : 'Sans bordure', scaleFit : 'Ajuster aux dimensions', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'Alignement', - alignLeft : 'Gauche', - alignAbsBottom: 'Abs Bas', - alignAbsMiddle: 'Abs Milieu', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'Alignement', + alignLeft : 'Gauche', + alignAbsBottom : 'Abs Bas', + alignAbsMiddle : 'Abs Milieu', alignBaseline : 'Bas du texte', - alignBottom : 'Bas', - alignMiddle : 'Milieu', - alignRight : 'Droite', + alignBottom : 'Bas', + alignMiddle : 'Milieu', + alignRight : 'Droite', alignTextTop : 'Haut du texte', - alignTop : 'Haut', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Couleur de fond', - width : 'Largeur', - height : 'Hauteur', - hSpace : 'Espacement horizontal', - vSpace : 'Espacement vertical', - validateSrc : 'Veuillez saisir l\'URL', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'Haut', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'Couleur de fond', + width : 'Largeur', + height : 'Hauteur', + hSpace : 'Espacement horizontal', + vSpace : 'Espacement vertical', + validateSrc : 'Veuillez saisir l\'URL', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['fr-ca'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'Liste numérotée', - bulletedlist : 'Liste à puces', - indent : 'Augmenter le retrait', - outdent : 'Diminuer le retrait', + numberedlist : 'Liste numérotée', + bulletedlist : 'Liste à puces', + indent : 'Augmenter le retrait', + outdent : 'Diminuer le retrait', justify : { - left : 'Aligner à gauche', - center : 'Centrer', - right : 'Aligner à Droite', - block : 'Texte justifié' + left : 'Aligner à gauche', + center : 'Centrer', + right : 'Aligner à Droite', + block : 'Texte justifié' }, blockquote : 'Citation', @@ -501,61 +506,59 @@ CKEDITOR.lang['fr-ca'] = cutError : 'Les paramètres de sécurité de votre navigateur empêchent l\'éditeur de couper automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl+X).', copyError : 'Les paramètres de sécurité de votre navigateur empêchent l\'éditeur de copier automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl+C).', pasteMsg : 'Veuillez coller dans la zone ci-dessous en utilisant le clavier (Ctrl+V) et appuyer sur OK.', - securityMsg : 'A cause des paramètres de sécurité de votre navigateur, l\'éditeur ne peut accéder au presse-papier directement. Vous devez coller à nouveau le contenu dans cette fenêtre.' + securityMsg : 'A cause des paramètres de sécurité de votre navigateur, l\'éditeur ne peut accéder au presse-papier directement. Vous devez coller à nouveau le contenu dans cette fenêtre.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Coller en tant que Word (formaté)', - title : 'Coller en tant que Word (formaté)', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Coller en tant que Word (formaté)', + title : 'Coller en tant que Word (formaté)', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Coller comme texte', - title : 'Coller comme texte' + button : 'Coller comme texte', + title : 'Coller comme texte' }, templates : { - button : 'Modèles', - title : 'Modèles de contenu', - insertOption: 'Remplacer tout le contenu actuel', - selectPromptMsg: 'Sélectionner le modèle à ouvrir dans l\'éditeur
(le contenu actuel sera remplacé):', - emptyListMsg : '(Aucun modèle disponible)' + button : 'Modèles', + title : 'Modèles de contenu', + insertOption : 'Remplacer tout le contenu actuel', + selectPromptMsg : 'Sélectionner le modèle à ouvrir dans l\'éditeur
(le contenu actuel sera remplacé):', + emptyListMsg : '(Aucun modèle disponible)' }, showBlocks : 'Afficher les blocs', stylesCombo : { - label : 'Style', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'Style', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'Format', - voiceLabel : 'Format', // MISSING - panelTitle : 'Format', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Format', + panelTitle : 'Format', - tag_p : 'Normal', - tag_pre : 'Formaté', - tag_address : 'Adresse', - tag_h1 : 'En-tête 1', - tag_h2 : 'En-tête 2', - tag_h3 : 'En-tête 3', - tag_h4 : 'En-tête 4', - tag_h5 : 'En-tête 5', - tag_h6 : 'En-tête 6', - tag_div : 'Normal (DIV)' + tag_p : 'Normal', + tag_pre : 'Formaté', + tag_address : 'Adresse', + tag_h1 : 'En-tête 1', + tag_h2 : 'En-tête 2', + tag_h3 : 'En-tête 3', + tag_h4 : 'En-tête 4', + tag_h5 : 'En-tête 5', + tag_h6 : 'En-tête 6', + tag_div : 'Normal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['fr-ca'] = font : { - label : 'Police', - voiceLabel : 'Font', // MISSING - panelTitle : 'Police', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Police', + voiceLabel : 'Font', // MISSING + panelTitle : 'Police' }, fontSize : { - label : 'Taille', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Taille', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Taille', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Taille' }, colorButton : { - textColorTitle : 'Couleur de caractère', - bgColorTitle : 'Couleur de fond', - auto : 'Automatique', - more : 'Plus de couleurs...' + textColorTitle : 'Couleur de caractère', + bgColorTitle : 'Couleur de fond', + panelTitle : 'Colors', // MISSING + auto : 'Automatique', + more : 'Plus de couleurs...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['fr-ca'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['fr-ca'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/fr.js b/_source/lang/fr.js index 3dc2dbd..8655897 100644 --- a/_source/lang/fr.js +++ b/_source/lang/fr.js @@ -31,7 +31,11 @@ CKEDITOR.lang['fr'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Editeur de Texte Enrichi, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Source', @@ -68,12 +72,12 @@ CKEDITOR.lang['fr'] = flash : 'Flash', form : 'Formulaire', checkbox : 'Case à cocher', - radio : 'Bouton Radio', + radio : 'Bouton Radio', textField : 'Champ texte', textarea : 'Zone de texte', hiddenField : 'Champ caché', button : 'Bouton', - select : 'Liste déroulante', + select : 'Liste déroulante', imageButton : 'Bouton image', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['fr'] = cssStyle : 'Style', ok : 'OK', cancel : 'Annuler', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'Général', advancedTab : 'Avancé', - validateNumberFailed : 'Cette valeur n\'est pas un nombre.', + validateNumberFailed : 'Cette valeur n\'est pas un nombre.', confirmNewPage : 'Les changements non sauvegardés seront perdus. Etes-vous sûr de vouloir charger une nouvelle page?', confirmCancel : 'Certaines options ont été modifiées. Etes-vous sûr de vouloir fermer?', + 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 // Put the voice-only part of the label in the span. unavailable : '%1, Indisponible' @@ -116,22 +128,17 @@ CKEDITOR.lang['fr'] = upload : 'Envoyer', advanced : 'Avancé', type : 'Type de lien', + toUrl : 'URL', // MISSING toAnchor : 'Transformer le lien en ancre dans le texte', toEmail : 'E-mail', - target : 'Cible', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Nouvelle fenêtre (_blank)', - targetTop : 'Même fenêtre (_top)', - targetSelf : 'Même Cadre (_self)', - targetParent : 'Fenêtre parente (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Nom du Cadre destination', targetPopupName : 'Nom de la fenêtre popup', popupFeatures : 'Options de la fenêtre popup', popupResizable : 'Redimensionnable', popupStatusBar : 'Barre de status', - popupLocationBar : 'Barre d\'adresse', + popupLocationBar: 'Barre d\'adresse', popupToolbar : 'Barre d\'outils', popupMenuBar : 'Barre de menu', popupFullScreen : 'Plein écran (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['fr'] = popupTop : 'Position haute', id : 'Id', langDir : 'Sens d\'écriture', - langDirNotSet : '', langDirLTR : 'Gauche à droite', langDirRTL : 'Droite à gauche', acccessKey : 'Touche d\'accessibilité', @@ -203,13 +209,13 @@ CKEDITOR.lang['fr'] = columns : 'Colonnes', border : 'Taille de la bordure', align : 'Alignement du contenu', - alignNotSet : '', alignLeft : 'Gauche', alignCenter : 'Centré', alignRight : 'Droite', width : 'Largeur', widthPx : 'pixels', widthPc : '% pourcents', + widthUnit : 'width unit', // MISSING height : 'Hauteur', cellSpace : 'Espacement des cellules', cellPad : 'Marge interne des cellules', @@ -260,7 +266,7 @@ CKEDITOR.lang['fr'] = invalidHeight : 'La Hauteur de Cellule doit être un nombre.', invalidRowSpan : 'La fusion de lignes doit être un nombre entier.', invalidColSpan : 'La fusion de colonnes doit être un nombre entier.', - chooseColor : 'Choose' // MISSING + chooseColor : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['fr'] = menu : 'Propriétés du formulaire', action : 'Action', method : 'Méthode', - encoding : 'Encodage', - target : 'Cible', - targetNotSet : '', - targetNew : 'Nouvelle fenêtre (_blank)', - targetTop : 'Même fenêtre (_top)', - targetSelf : 'Même Cadre (_self)', - targetParent : 'Fenêtre parente (_parent)' + encoding : 'Encodage' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['fr'] = title : 'Propriétés de l\'image', titleButton : 'Propriétés du bouton image', menu : 'Propriétés de l\'image', - infoTab : 'Informations sur l\'image', + infoTab : 'Informations sur l\'image', btnUpload : 'Envoyer sur le serveur', - url : 'URL', - upload : 'Envoyer', - alt : 'Texte de remplacement', + upload : 'Envoyer', + alt : 'Texte de remplacement', width : 'Largeur', - height : 'Hauteur', + height : 'Hauteur', lockRatio : 'Garder les proportions', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Taille d\'origine', - border : 'Bordure', - hSpace : 'Espacement horizontal', - vSpace : 'Espacement vertical', + border : 'Bordure', + hSpace : 'Espacement horizontal', + vSpace : 'Espacement vertical', align : 'Alignement', alignLeft : 'Gauche', alignRight : 'Droite', - preview : 'Aperçu', alertUrl : 'Veuillez entrer l\'adresse de l\'image', - linkTab : 'Lien', + linkTab : 'Lien', button2Img : 'Voulez-vous transformer le bouton image sélectionné en simple image?', img2Button : 'Voulez-vous transformer l\'image en bouton image?', - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['fr'] = { properties : 'Propriétés du Flash', propertiesTab : 'Propriétés', - title : 'Propriétés du Flash', - chkPlay : 'Jouer automatiquement', - chkLoop : 'Boucle', - chkMenu : 'Activer le menu Flash', - chkFull : 'Permettre le plein écran', - scale : 'Echelle', + title : 'Propriétés du Flash', + chkPlay : 'Jouer automatiquement', + chkLoop : 'Boucle', + chkMenu : 'Activer le menu Flash', + chkFull : 'Permettre le plein écran', + scale : 'Echelle', scaleAll : 'Afficher tout', scaleNoBorder : 'Pas de bordure', scaleFit : 'Taille d\'origine', access : 'Accès aux scripts', accessAlways : 'Toujours', - accessSameDomain : 'Même domaine', - accessNever : 'Jamais', - align : 'Alignement', - alignLeft : 'Gauche', - alignAbsBottom: 'Bas absolu', - alignAbsMiddle: 'Milieu absolu', + accessSameDomain: 'Même domaine', + accessNever : 'Jamais', + align : 'Alignement', + alignLeft : 'Gauche', + alignAbsBottom : 'Bas absolu', + alignAbsMiddle : 'Milieu absolu', alignBaseline : 'Bas du texte', - alignBottom : 'Bas', - alignMiddle : 'Milieu', - alignRight : 'Droite', + alignBottom : 'Bas', + alignMiddle : 'Milieu', + alignRight : 'Droite', alignTextTop : 'Haut du texte', - alignTop : 'Haut', - quality : 'Qualité', - qualityBest : 'Meilleure', - qualityHigh : 'Haute', - qualityAutoHigh : 'Haute Auto', - qualityMedium : 'Moyenne', - qualityAutoLow : 'Basse Auto', - qualityLow : 'Basse', - windowModeWindow : 'Fenêtre', - windowModeOpaque : 'Opaque', - windowModeTransparent : 'Transparent', - windowMode : 'Mode fenêtre', - flashvars : 'Variables du Flash', - bgcolor : 'Couleur d\'arrière-plan', - width : 'Largeur', - height : 'Hauteur', - hSpace : 'Espacement horizontal', - vSpace : 'Espacement vertical', - validateSrc : 'L\'adresse ne doit pas être vide.', - validateWidth : 'La largeur doit être un nombre.', - validateHeight : 'La hauteur doit être un nombre.', - validateHSpace : 'L\'espacement horizontal doit être un nombre.', - validateVSpace : 'L\'espacement vertical doit être un nombre.' + alignTop : 'Haut', + quality : 'Qualité', + qualityBest : 'Meilleure', + qualityHigh : 'Haute', + qualityAutoHigh : 'Haute Auto', + qualityMedium : 'Moyenne', + qualityAutoLow : 'Basse Auto', + qualityLow : 'Basse', + windowModeWindow: 'Fenêtre', + windowModeOpaque: 'Opaque', + windowModeTransparent : 'Transparent', + windowMode : 'Mode fenêtre', + flashvars : 'Variables du Flash', + bgcolor : 'Couleur d\'arrière-plan', + width : 'Largeur', + height : 'Hauteur', + hSpace : 'Espacement horizontal', + vSpace : 'Espacement vertical', + validateSrc : 'L\'adresse ne doit pas être vide.', + validateWidth : 'La largeur doit être un nombre.', + validateHeight : 'La hauteur doit être un nombre.', + validateHSpace : 'L\'espacement horizontal doit être un nombre.', + validateVSpace : 'L\'espacement vertical doit être un nombre.' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['fr'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 éléments' }, - numberedlist : 'Insérer/Supprimer la liste numérotée', - bulletedlist : 'Insérer/Supprimer la liste à puces', - indent : 'Augmenter le retrait (tabulation)', - outdent : 'Diminuer le retrait (tabulation)', + numberedlist : 'Insérer/Supprimer la liste numérotée', + bulletedlist : 'Insérer/Supprimer la liste à puces', + indent : 'Augmenter le retrait (tabulation)', + outdent : 'Diminuer le retrait (tabulation)', justify : { - left : 'Aligner à gauche', - center : 'Centrer', - right : 'Aligner à droite', - block : 'Justifier' + left : 'Aligner à gauche', + center : 'Centrer', + right : 'Aligner à droite', + block : 'Justifier' }, blockquote : 'Citation', @@ -501,61 +506,59 @@ CKEDITOR.lang['fr'] = cutError : 'Les paramètres de sécurité de votre navigateur ne permettent pas à l\'éditeur d\'exécuter automatiquement l\'opération "couper". Veuillez utiliser le raccourci clavier (Ctrl+X).', copyError : 'Les paramètres de sécurité de votre navigateur ne permettent pas à l\'éditeur d\'exécuter automatiquement des opérations de copie. Veuillez utiliser le raccourci clavier (Ctrl+C).', pasteMsg : 'Veuillez coller le texte dans la zone suivante en utilisant le raccourci clavier (Ctrl+V) et cliquez sur OK', - securityMsg : 'A cause des paramètres de sécurité de votre navigateur, l\'éditeur n\'est pas en mesure d\'accéder directement à vos données contenues dans le presse-papier. Vous devriez réessayer de coller les données dans la fenêtre.' + securityMsg : 'A cause des paramètres de sécurité de votre navigateur, l\'éditeur n\'est pas en mesure d\'accéder directement à vos données contenues dans le presse-papier. Vous devriez réessayer de coller les données dans la fenêtre.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'Le texte à coller semble provenir de Word. Désirez-vous le nettoyer avant de coller?', - toolbar : 'Coller depuis Word', - title : 'Coller depuis Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'Le texte à coller semble provenir de Word. Désirez-vous le nettoyer avant de coller?', + toolbar : 'Coller depuis Word', + title : 'Coller depuis Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Coller comme texte sans mise en forme', - title : 'Coller comme texte sans mise en forme' + button : 'Coller comme texte sans mise en forme', + title : 'Coller comme texte sans mise en forme' }, templates : { - button : 'Modèles', - title : 'Contenu des modèles', - insertOption: 'Remplacer le contenu actuel', - selectPromptMsg: 'Veuillez sélectionner le modèle pour l\'ouvrir dans l\'éditeur', - emptyListMsg : '(Aucun modèle disponible)' + button : 'Modèles', + title : 'Contenu des modèles', + insertOption : 'Remplacer le contenu actuel', + selectPromptMsg : 'Veuillez sélectionner le modèle pour l\'ouvrir dans l\'éditeur', + emptyListMsg : '(Aucun modèle disponible)' }, showBlocks : 'Afficher les blocs', stylesCombo : { - label : 'Styles', - voiceLabel : 'Styles', - panelVoiceLabel : 'Choisissez un style', - panelTitle1 : 'Styles de blocs', - panelTitle2 : 'Styles en ligne', - panelTitle3 : 'Styles d\'objet' + label : 'Styles', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Styles de blocs', + panelTitle2 : 'Styles en ligne', + panelTitle3 : 'Styles d\'objet' }, format : { - label : 'Format', - voiceLabel : 'Format', - panelTitle : 'Format de paragraphe', - panelVoiceLabel : 'Choisissez un format de paragraphe', + label : 'Format', + panelTitle : 'Format de paragraphe', - tag_p : 'Normal', - tag_pre : 'Formaté', - tag_address : 'Adresse', - tag_h1 : 'Titre 1', - tag_h2 : 'Titre 2', - tag_h3 : 'Titre 3', - tag_h4 : 'Titre 4', - tag_h5 : 'Titre 5', - tag_h6 : 'Titre 6', - tag_div : 'Normal (DIV)' + tag_p : 'Normal', + tag_pre : 'Formaté', + tag_address : 'Adresse', + tag_h1 : 'Titre 1', + tag_h2 : 'Titre 2', + tag_h3 : 'Titre 3', + tag_h4 : 'Titre 4', + tag_h5 : 'Titre 5', + tag_h6 : 'Titre 6', + tag_div : 'Normal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['fr'] = font : { - label : 'Police', - voiceLabel : 'Police', - panelTitle : 'Style de police', - panelVoiceLabel : 'Choisissez une police' + label : 'Police', + voiceLabel : 'Police', + panelTitle : 'Style de police' }, fontSize : { - label : 'Taille', - voiceLabel : 'Taille de police', - panelTitle : 'Taille de police', - panelVoiceLabel : 'Choisissez une taille de police' + label : 'Taille', + voiceLabel : 'Taille de police', + panelTitle : 'Taille de police' }, colorButton : { - textColorTitle : 'Couleur de texte', - bgColorTitle : 'Couleur d\'arrière plan', - auto : 'Automatique', - more : 'Plus de couleurs...' + textColorTitle : 'Couleur de texte', + bgColorTitle : 'Couleur d\'arrière plan', + panelTitle : 'Colors', // MISSING + auto : 'Automatique', + more : 'Plus de couleurs...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['fr'] = scayt : { - title : 'Vérification d\'Orthographe en Cours de Frappe (SCAYT: Spell Check As You Type)', - enable : 'Activer SCAYT', - disable : 'Désactiver SCAYT', - about : 'A propos de SCAYT', - toggle : 'Activer/Désactiver SCAYT', - options : 'Options', - langs : 'Langues', - moreSuggestions : 'Plus de suggestions', - ignore : 'Ignorer', - ignoreAll : 'Ignorer Tout', - addWord : 'Ajouter le mot', - emptyDic : 'Le nom du dictionnaire ne devrait pas être vide.', - optionsTab : 'Options', - languagesTab : 'Langues', - dictionariesTab : 'Dictionnaires', - aboutTab : 'A propos de' + title : 'Vérification d\'Orthographe en Cours de Frappe (SCAYT: Spell Check As You Type)', + enable : 'Activer SCAYT', + disable : 'Désactiver SCAYT', + about : 'A propos de SCAYT', + toggle : 'Activer/Désactiver SCAYT', + options : 'Options', + langs : 'Langues', + moreSuggestions : 'Plus de suggestions', + ignore : 'Ignorer', + ignoreAll : 'Ignorer Tout', + addWord : 'Ajouter le mot', + emptyDic : 'Le nom du dictionnaire ne devrait pas être vide.', + optionsTab : 'Options', + languagesTab : 'Langues', + dictionariesTab : 'Dictionnaires', + aboutTab : 'A propos de' }, about : { - title : 'A propos de CKEditor', - dlgTitle : 'A propos de CKEditor', - moreInfo : 'Pour les informations de licence, veuillez visiter notre site web:', - copy : 'Copyright © $1. Tous droits réservés.' + title : 'A propos de CKEditor', + dlgTitle : 'A propos de CKEditor', + moreInfo : 'Pour les informations de licence, veuillez visiter notre site web:', + copy : 'Copyright © $1. Tous droits réservés.' }, maximize : 'Agrandir', @@ -676,22 +678,22 @@ CKEDITOR.lang['fr'] = fakeobjects : { - anchor : 'Ancre', - flash : 'Animation Flash', - div : 'Saut de Page', - unknown : 'Objet Inconnu' + anchor : 'Ancre', + flash : 'Animation Flash', + div : 'Saut de Page', + unknown : 'Objet Inconnu' }, resize : 'Glisser pour modifier la taille', colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/gl.js b/_source/lang/gl.js index c739de7..514514f 100644 --- a/_source/lang/gl.js +++ b/_source/lang/gl.js @@ -31,7 +31,11 @@ CKEDITOR.lang['gl'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Código Fonte', @@ -68,12 +72,12 @@ CKEDITOR.lang['gl'] = flash : 'Flash', form : 'Formulario', checkbox : 'Cadro de Verificación', - radio : 'Botón de Radio', + radio : 'Botón de Radio', textField : 'Campo de Texto', textarea : 'Área de Texto', hiddenField : 'Campo Oculto', button : 'Botón', - select : 'Campo de Selección', + select : 'Campo de Selección', imageButton : 'Botón de Imaxe', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['gl'] = cssStyle : 'Estilo', ok : 'OK', cancel : 'Cancelar', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : 'Advanzado', - validateNumberFailed : 'This value is not a number.', // MISSING + 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 // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['gl'] = upload : 'Carregar', advanced : 'Advanzado', type : 'Tipo de Ligazón', + toUrl : 'URL', // MISSING toAnchor : 'Referencia nesta páxina', toEmail : 'E-Mail', - target : 'Destino', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Nova Xanela (_blank)', - targetTop : 'Xanela Primaria (_top)', - targetSelf : 'Mesma Xanela (_self)', - targetParent : 'Xanela Pai (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Nome do Marco Destino', targetPopupName : 'Nome da Xanela Emerxente', popupFeatures : 'Características da Xanela Emerxente', popupResizable : 'Resizable', // MISSING popupStatusBar : 'Barra de Estado', - popupLocationBar : 'Barra de Localización', + popupLocationBar: 'Barra de Localización', popupToolbar : 'Barra de Ferramentas', popupMenuBar : 'Barra de Menú', popupFullScreen : 'A Toda Pantalla (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['gl'] = popupTop : 'Posición dende Arriba', id : 'Id', // MISSING langDir : 'Orientación do Idioma', - langDirNotSet : '', langDirLTR : 'Esquerda a Dereita (LTR)', langDirRTL : 'Dereita a Esquerda (RTL)', acccessKey : 'Chave de Acceso', @@ -203,13 +209,13 @@ CKEDITOR.lang['gl'] = columns : 'Columnas', border : 'Tamaño do Borde', align : 'Aliñamento', - alignNotSet : '', alignLeft : 'Esquerda', alignCenter : 'Centro', alignRight : 'Ereita', width : 'Largura', widthPx : 'pixels', widthPc : 'percent', + widthUnit : 'width unit', // MISSING height : 'Altura', cellSpace : 'Marxe entre Celas', cellPad : 'Marxe interior', @@ -260,7 +266,7 @@ CKEDITOR.lang['gl'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['gl'] = menu : 'Propriedades do Formulario', action : 'Acción', method : 'Método', - encoding : 'Encoding', // MISSING - target : 'Destino', - targetNotSet : '', - targetNew : 'Nova Xanela (_blank)', - targetTop : 'Xanela Primaria (_top)', - targetSelf : 'Mesma Xanela (_self)', - targetParent : 'Xanela Pai (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['gl'] = title : 'Propriedades da Imaxe', titleButton : 'Propriedades do Botón de Imaxe', menu : 'Propriedades da Imaxe', - infoTab : 'Información da Imaxe', + infoTab : 'Información da Imaxe', btnUpload : 'Enviar ó Servidor', - url : 'URL', - upload : 'Carregar', - alt : 'Texto Alternativo', + upload : 'Carregar', + alt : 'Texto Alternativo', width : 'Largura', - height : 'Altura', + height : 'Altura', lockRatio : 'Proporcional', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Tamaño Orixinal', - border : 'Límite', - hSpace : 'Esp. Horiz.', - vSpace : 'Esp. Vert.', + border : 'Límite', + hSpace : 'Esp. Horiz.', + vSpace : 'Esp. Vert.', align : 'Aliñamento', alignLeft : 'Esquerda', alignRight : 'Dereita', - preview : 'Vista Previa', alertUrl : 'Por favor, escriba a URL da imaxe', - linkTab : 'Ligazón', + linkTab : 'Ligazón', button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['gl'] = { properties : 'Propriedades Flash', propertiesTab : 'Properties', // MISSING - title : 'Propriedades Flash', - chkPlay : 'Auto Execución', - chkLoop : 'Bucle', - chkMenu : 'Activar Menú Flash', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Escalar', + title : 'Propriedades Flash', + chkPlay : 'Auto Execución', + chkLoop : 'Bucle', + chkMenu : 'Activar Menú Flash', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'Escalar', scaleAll : 'Amosar Todo', scaleNoBorder : 'Sen Borde', scaleFit : 'Encaixar axustando', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'Aliñamento', - alignLeft : 'Esquerda', - alignAbsBottom: 'Abs Inferior', - alignAbsMiddle: 'Abs Centro', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'Aliñamento', + alignLeft : 'Esquerda', + alignAbsBottom : 'Abs Inferior', + alignAbsMiddle : 'Abs Centro', alignBaseline : 'Liña Base', - alignBottom : 'Pé', - alignMiddle : 'Centro', - alignRight : 'Dereita', + alignBottom : 'Pé', + alignMiddle : 'Centro', + alignRight : 'Dereita', alignTextTop : 'Tope do Texto', - alignTop : 'Tope', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Cor do Fondo', - width : 'Largura', - height : 'Altura', - hSpace : 'Esp. Horiz.', - vSpace : 'Esp. Vert.', - validateSrc : 'Por favor, escriba a ligazón URL', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'Tope', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'Cor do Fondo', + width : 'Largura', + height : 'Altura', + hSpace : 'Esp. Horiz.', + vSpace : 'Esp. Vert.', + validateSrc : 'Por favor, escriba a ligazón URL', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,23 +481,24 @@ CKEDITOR.lang['gl'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'Lista Numerada', - bulletedlist : 'Marcas', - indent : 'Aumentar Sangría', - outdent : 'Disminuir Sangría', + numberedlist : 'Lista Numerada', + bulletedlist : 'Marcas', + indent : 'Aumentar Sangría', + outdent : 'Disminuir Sangría', justify : { - left : 'Aliñar á Esquerda', - center : 'Centrado', - right : 'Aliñar á Dereita', - block : 'Xustificado' + left : 'Aliñar á Esquerda', + center : 'Centrado', + right : 'Aliñar á Dereita', + block : 'Xustificado' }, - blockquote : 'Blockquote', // MISSING + blockquote : 'Block Quote', // MISSING clipboard : { @@ -501,61 +506,59 @@ CKEDITOR.lang['gl'] = cutError : 'Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de corte. Por favor, use o teclado para iso (Ctrl+X).', copyError : 'Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de copia. Por favor, use o teclado para iso (Ctrl+C).', pasteMsg : 'Por favor, pegue dentro do seguinte cadro usando o teclado (Ctrl+V) e pulse OK.', - securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.' // MISSING + securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Pegar dende Word', - title : 'Pegar dende Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Pegar dende Word', + title : 'Pegar dende Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Pegar como texto plano', - title : 'Pegar como texto plano' + button : 'Pegar como texto plano', + title : 'Pegar como texto plano' }, templates : { - button : 'Plantillas', - title : 'Plantillas de Contido', - insertOption: 'Replace actual contents', // MISSING - selectPromptMsg: 'Por favor, seleccione a plantilla a abrir no editor
(o contido actual perderase):', - emptyListMsg : '(Non hai plantillas definidas)' + button : 'Plantillas', + title : 'Plantillas de Contido', + insertOption : 'Replace actual contents', // MISSING + selectPromptMsg : 'Por favor, seleccione a plantilla a abrir no editor
(o contido actual perderase):', + emptyListMsg : '(Non hai plantillas definidas)' }, showBlocks : 'Show Blocks', // MISSING stylesCombo : { - label : 'Estilo', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'Estilo', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'Formato', - voiceLabel : 'Format', // MISSING - panelTitle : 'Formato', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Formato', + panelTitle : 'Formato', - tag_p : 'Normal', - tag_pre : 'Formateado', - tag_address : 'Enderezo', - tag_h1 : 'Enacabezado 1', - tag_h2 : 'Encabezado 2', - tag_h3 : 'Encabezado 3', - tag_h4 : 'Encabezado 4', - tag_h5 : 'Encabezado 5', - tag_h6 : 'Encabezado 6', - tag_div : 'Paragraph (DIV)' + tag_p : 'Normal', + tag_pre : 'Formateado', + tag_address : 'Enderezo', + tag_h1 : 'Enacabezado 1', + tag_h2 : 'Encabezado 2', + tag_h3 : 'Encabezado 3', + tag_h4 : 'Encabezado 4', + tag_h5 : 'Encabezado 5', + tag_h6 : 'Encabezado 6', + tag_div : 'Paragraph (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['gl'] = font : { - label : 'Tipo', - voiceLabel : 'Font', // MISSING - panelTitle : 'Tipo', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Tipo', + voiceLabel : 'Font', // MISSING + panelTitle : 'Tipo' }, fontSize : { - label : 'Tamaño', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Tamaño', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Tamaño', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Tamaño' }, colorButton : { - textColorTitle : 'Cor do Texto', - bgColorTitle : 'Cor do Fondo', - auto : 'Automático', - more : 'Máis Cores...' + textColorTitle : 'Cor do Texto', + bgColorTitle : 'Cor do Fondo', + panelTitle : 'Colors', // MISSING + auto : 'Automático', + more : 'Máis Cores...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['gl'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['gl'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/gu.js b/_source/lang/gu.js index 61cc7a5..3c52a28 100644 --- a/_source/lang/gu.js +++ b/_source/lang/gu.js @@ -31,7 +31,11 @@ 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 + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'મૂળ કે પ્રાથમિક દસ્તાવેજ', @@ -68,12 +72,12 @@ CKEDITOR.lang['gu'] = flash : 'ફ્લૅશ', form : 'ફૉર્મ/પત્રક', checkbox : 'ચેક બોક્સ', - radio : 'રેડિઓ બટન', + radio : 'રેડિઓ બટન', textField : 'ટેક્સ્ટ ફીલ્ડ, શબ્દ ક્ષેત્ર', textarea : 'ટેક્સ્ટ એરિઆ, શબ્દ વિસ્તાર', hiddenField : 'ગુપ્ત ક્ષેત્ર', button : 'બટન', - select : 'પસંદગી ક્ષેત્ર', + select : 'પસંદગી ક્ષેત્ર', imageButton : 'ચિત્ર બટન', notSet : '<સેટ નથી>', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['gu'] = cssStyle : 'સ્ટાઇલ', ok : 'ઠીક છે', cancel : 'રદ કરવું', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : 'અડ્વાન્સડ', - validateNumberFailed : 'This value is not a number.', // MISSING + validateNumberFailed : 'This value is not a number.', // MISSING confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['gu'] = upload : 'અપલોડ', advanced : 'અડ્વાન્સડ', type : 'લિંક પ્રકાર', + toUrl : 'URL', // MISSING toAnchor : 'આ પેજનો ઍંકર', toEmail : 'ઈ-મેલ', - target : 'ટાર્ગેટ/લક્ષ્ય', - targetNotSet : '<સેટ નથી>', - targetFrame : '<ફ્રેમ>', - targetPopup : '<પૉપ-અપ વિન્ડો>', - targetNew : 'નવી વિન્ડો (_blank)', - targetTop : 'ઉપરની વિન્ડો (_top)', - targetSelf : 'આજ વિન્ડો (_self)', - targetParent : 'મૂળ વિન્ડો (_parent)', + targetFrame : '<ફ્રેમ>', + targetPopup : '<પૉપ-અપ વિન્ડો>', targetFrameName : 'ટાર્ગેટ ફ્રેમ નું નામ', targetPopupName : 'પૉપ-અપ વિન્ડો નું નામ', popupFeatures : 'પૉપ-અપ વિન્ડો ફીચરસૅ', popupResizable : 'Resizable', // MISSING popupStatusBar : 'સ્ટૅટસ બાર', - popupLocationBar : 'લોકેશન બાર', + popupLocationBar: 'લોકેશન બાર', popupToolbar : 'ટૂલ બાર', popupMenuBar : 'મેન્યૂ બાર', popupFullScreen : 'ફુલ સ્ક્રીન (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['gu'] = popupTop : 'જમણી બાજુ', id : 'Id', // MISSING langDir : 'ભાષા લેખવાની પદ્ધતિ', - langDirNotSet : '<સેટ નથી>', langDirLTR : 'ડાબે થી જમણે (LTR)', langDirRTL : 'જમણે થી ડાબે (RTL)', acccessKey : 'ઍક્સેસ કી', @@ -203,13 +209,13 @@ CKEDITOR.lang['gu'] = columns : 'કૉલમ/ઊભી કટાર', border : 'કોઠાની બાજુ(બોર્ડર) સાઇઝ', align : 'અલાઇનમન્ટ/ગોઠવાયેલું ', - alignNotSet : '<સેટ નથી>', alignLeft : 'ડાબી બાજુ', alignCenter : 'મધ્ય સેન્ટર', alignRight : 'જમણી બાજુ', width : 'પહોળાઈ', widthPx : 'પિકસલ', widthPc : 'પ્રતિશત', + widthUnit : 'width unit', // MISSING height : 'ઊંચાઈ', cellSpace : 'સેલ અંતર', cellPad : 'સેલ પૅડિંગ', @@ -260,7 +266,7 @@ CKEDITOR.lang['gu'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['gu'] = menu : 'ફૉર્મ/પત્રકના ગુણ', action : 'ક્રિયા', method : 'પદ્ધતિ', - encoding : 'Encoding', // MISSING - target : 'ટાર્ગેટ/લક્ષ્ય', - targetNotSet : '<સેટ નથી>', - targetNew : 'નવી વિન્ડો (_blank)', - targetTop : 'ઉપરની વિન્ડો (_top)', - targetSelf : 'આજ વિન્ડો (_self)', - targetParent : 'મૂળ વિન્ડો (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['gu'] = title : 'ચિત્રના ગુણ', titleButton : 'ચિત્ર બટનના ગુણ', menu : 'ચિત્રના ગુણ', - infoTab : 'ચિત્ર ની જાણકારી', + infoTab : 'ચિત્ર ની જાણકારી', btnUpload : 'આ સર્વરને મોકલવું', - url : 'URL', - upload : 'અપલોડ', - alt : 'ઑલ્ટર્નટ ટેક્સ્ટ', + upload : 'અપલોડ', + alt : 'ઑલ્ટર્નટ ટેક્સ્ટ', width : 'પહોળાઈ', - height : 'ઊંચાઈ', + height : 'ઊંચાઈ', lockRatio : 'લૉક ગુણોત્તર', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'રીસેટ સાઇઝ', - border : 'બોર્ડર', - hSpace : 'સમસ્તરીય જગ્યા', - vSpace : 'લંબરૂપ જગ્યા', + border : 'બોર્ડર', + hSpace : 'સમસ્તરીય જગ્યા', + vSpace : 'લંબરૂપ જગ્યા', align : 'લાઇનદોરીમાં ગોઠવવું', alignLeft : 'ડાબી બાજુ ગોઠવવું', alignRight : 'જમણી', - preview : 'પૂર્વદર્શન', 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 : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['gu'] = { properties : 'ફ્લૅશના ગુણ', propertiesTab : 'Properties', // MISSING - title : 'ફ્લૅશ ગુણ', - chkPlay : 'ઑટો/સ્વયં પ્લે', - chkLoop : 'લૂપ', - chkMenu : 'ફ્લૅશ મેન્યૂ નો પ્રયોગ કરો', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'સ્કેલ', + title : 'ફ્લૅશ ગુણ', + chkPlay : 'ઑટો/સ્વયં પ્લે', + chkLoop : 'લૂપ', + chkMenu : 'ફ્લૅશ મેન્યૂ નો પ્રયોગ કરો', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'સ્કેલ', scaleAll : 'સ્કેલ ઓલ/બધુ બતાવો', scaleNoBorder : 'સ્કેલ બોર્ડર વગર', scaleFit : 'સ્કેલ એકદમ ફીટ', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'લાઇનદોરીમાં ગોઠવવું', - alignLeft : 'ડાબી બાજુ ગોઠવવું', - alignAbsBottom: 'Abs નીચે', - alignAbsMiddle: 'Abs ઉપર', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'લાઇનદોરીમાં ગોઠવવું', + alignLeft : 'ડાબી બાજુ ગોઠવવું', + alignAbsBottom : 'Abs નીચે', + alignAbsMiddle : 'Abs ઉપર', alignBaseline : 'આધાર લીટી', - alignBottom : 'નીચે', - alignMiddle : 'વચ્ચે', - alignRight : 'જમણી', + alignBottom : 'નીચે', + alignMiddle : 'વચ્ચે', + alignRight : 'જમણી', alignTextTop : 'ટેક્સ્ટ ઉપર', - alignTop : 'ઉપર', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'બૅકગ્રાઉન્ડ રંગ,', - width : 'પહોળાઈ', - height : 'ઊંચાઈ', - hSpace : 'સમસ્તરીય જગ્યા', - vSpace : 'લંબરૂપ જગ્યા', - validateSrc : 'લિંક URL ટાઇપ કરો', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'ઉપર', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'બૅકગ્રાઉન્ડ રંગ,', + width : 'પહોળાઈ', + height : 'ઊંચાઈ', + hSpace : 'સમસ્તરીય જગ્યા', + vSpace : 'લંબરૂપ જગ્યા', + validateSrc : 'લિંક URL ટાઇપ કરો', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['gu'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'સંખ્યાંકન સૂચિ', - bulletedlist : 'બુલેટ સૂચિ', - indent : 'ઇન્ડેન્ટ, લીટીના આરંભમાં જગ્યા વધારવી', - outdent : 'ઇન્ડેન્ટ લીટીના આરંભમાં જગ્યા ઘટાડવી', + numberedlist : 'સંખ્યાંકન સૂચિ', + bulletedlist : 'બુલેટ સૂચિ', + indent : 'ઇન્ડેન્ટ, લીટીના આરંભમાં જગ્યા વધારવી', + outdent : 'ઇન્ડેન્ટ લીટીના આરંભમાં જગ્યા ઘટાડવી', justify : { - left : 'ડાબી બાજુએ/બાજુ તરફ', - center : 'સંકેંદ્રણ/સેંટરિંગ', - right : 'જમણી બાજુએ/બાજુ તરફ', - block : 'બ્લૉક, અંતરાય જસ્ટિફાઇ' + left : 'ડાબી બાજુએ/બાજુ તરફ', + center : 'સંકેંદ્રણ/સેંટરિંગ', + right : 'જમણી બાજુએ/બાજુ તરફ', + block : 'બ્લૉક, અંતરાય જસ્ટિફાઇ' }, blockquote : 'બ્લૉક-કોટ, અવતરણચિહ્નો', @@ -501,61 +506,59 @@ CKEDITOR.lang['gu'] = cutError : 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસ કટ કરવાની પરવાનગી નથી આપતી. (Ctrl+X) નો ઉપયોગ કરો.', copyError : 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસ કોપી કરવાની પરવાનગી નથી આપતી. (Ctrl+C) का प्रयोग करें।', pasteMsg : 'Ctrl+V નો પ્રયોગ કરી પેસ્ટ કરો', - securityMsg : 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસના કારણે,એડિટર તમારા કિલ્પબોર્ડ ડેટા ને કોપી નથી કરી શકતો. તમારે આ વિન્ડોમાં ફરીથી પેસ્ટ કરવું પડશે.' + securityMsg : 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસના કારણે,એડિટર તમારા કિલ્પબોર્ડ ડેટા ને કોપી નથી કરી શકતો. તમારે આ વિન્ડોમાં ફરીથી પેસ્ટ કરવું પડશે.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'પેસ્ટ (વડૅ ટેક્સ્ટ)', - title : 'પેસ્ટ (વડૅ ટેક્સ્ટ)', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'પેસ્ટ (વડૅ ટેક્સ્ટ)', + title : 'પેસ્ટ (વડૅ ટેક્સ્ટ)', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'પેસ્ટ (ટેક્સ્ટ)', - title : 'પેસ્ટ (ટેક્સ્ટ)' + button : 'પેસ્ટ (ટેક્સ્ટ)', + title : 'પેસ્ટ (ટેક્સ્ટ)' }, templates : { - button : 'ટેમ્પ્લેટ', - title : 'કન્ટેન્ટ ટેમ્પ્લેટ', - insertOption: 'મૂળ શબ્દને બદલો', - selectPromptMsg: 'એડિટરમાં ઓપન કરવા ટેમ્પ્લેટ પસંદ કરો (વર્તમાન કન્ટેન્ટ સેવ નહીં થાય):', - emptyListMsg : '(કોઈ ટેમ્પ્લેટ ડિફાઇન નથી)' + button : 'ટેમ્પ્લેટ', + title : 'કન્ટેન્ટ ટેમ્પ્લેટ', + insertOption : 'મૂળ શબ્દને બદલો', + selectPromptMsg : 'એડિટરમાં ઓપન કરવા ટેમ્પ્લેટ પસંદ કરો (વર્તમાન કન્ટેન્ટ સેવ નહીં થાય):', + emptyListMsg : '(કોઈ ટેમ્પ્લેટ ડિફાઇન નથી)' }, showBlocks : 'બ્લૉક બતાવવું', stylesCombo : { - label : 'શૈલી/રીત', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'શૈલી/રીત', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી', - voiceLabel : 'Format', // MISSING - panelTitle : 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી', + panelTitle : 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી', - tag_p : 'સામાન્ય', - tag_pre : 'ફૉર્મટેડ', - tag_address : 'સરનામું', - tag_h1 : 'શીર્ષક 1', - tag_h2 : 'શીર્ષક 2', - tag_h3 : 'શીર્ષક 3', - tag_h4 : 'શીર્ષક 4', - tag_h5 : 'શીર્ષક 5', - tag_h6 : 'શીર્ષક 6', - tag_div : 'શીર્ષક (DIV)' + tag_p : 'સામાન્ય', + tag_pre : 'ફૉર્મટેડ', + tag_address : 'સરનામું', + tag_h1 : 'શીર્ષક 1', + tag_h2 : 'શીર્ષક 2', + tag_h3 : 'શીર્ષક 3', + tag_h4 : 'શીર્ષક 4', + tag_h5 : 'શીર્ષક 5', + tag_h6 : 'શીર્ષક 6', + tag_div : 'શીર્ષક (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['gu'] = font : { - label : 'ફૉન્ટ', - voiceLabel : 'Font', // MISSING - panelTitle : 'ફૉન્ટ', - panelVoiceLabel : 'Select a font' // MISSING + label : 'ફૉન્ટ', + voiceLabel : 'Font', // MISSING + panelTitle : 'ફૉન્ટ' }, fontSize : { - label : 'ફૉન્ટ સાઇઝ/કદ', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'ફૉન્ટ સાઇઝ/કદ', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'ફૉન્ટ સાઇઝ/કદ', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'ફૉન્ટ સાઇઝ/કદ' }, colorButton : { - textColorTitle : 'શબ્દનો રંગ', - bgColorTitle : 'બૅકગ્રાઉન્ડ રંગ,', - auto : 'સ્વચાલિત', - more : 'ઔર રંગ...' + textColorTitle : 'શબ્દનો રંગ', + bgColorTitle : 'બૅકગ્રાઉન્ડ રંગ,', + panelTitle : 'Colors', // MISSING + auto : 'સ્વચાલિત', + more : 'ઔર રંગ...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['gu'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['gu'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/he.js b/_source/lang/he.js index eafa06d..7a7d7f3 100644 --- a/_source/lang/he.js +++ b/_source/lang/he.js @@ -31,7 +31,11 @@ CKEDITOR.lang['he'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'עורך טקסט עשיר, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'מקור', @@ -68,12 +72,12 @@ CKEDITOR.lang['he'] = flash : 'פלאש', form : 'טופס', checkbox : 'תיבת סימון', - radio : 'לחצן אפשרויות', + radio : 'לחצן אפשרויות', textField : 'שדה טקסט', textarea : 'איזור טקסט', hiddenField : 'שדה חבוי', button : 'כפתור', - select : 'שדה בחירה', + select : 'שדה בחירה', imageButton : 'כפתור תמונה', notSet : '<לא נקבע>', id : 'זיהוי (ID)', @@ -88,11 +92,19 @@ CKEDITOR.lang['he'] = cssStyle : 'סגנון', ok : 'אישור', cancel : 'ביטול', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'כללי', advancedTab : 'אפשרויות מתקדמות', - validateNumberFailed : 'הערך חייב להיות מספרי.', + validateNumberFailed : 'הערך חייב להיות מספרי.', confirmNewPage : 'כל השינויים שלא נשמרו יאבדו. האם להעלות דף חדש?', confirmCancel : 'חלק מהאפשרויות שונו, האם לסגור את הדיאלוג?', + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, לא זמין' @@ -116,22 +128,17 @@ CKEDITOR.lang['he'] = upload : 'העלאה', advanced : 'אפשרויות מתקדמות', type : 'סוג קישור', + toUrl : 'URL', // MISSING toAnchor : 'עוגן בעמוד זה', toEmail : 'דוא"ל', - target : 'מטרה', - targetNotSet : '<לא נקבע>', - targetFrame : '<מסגרת>', - targetPopup : '<חלון קופץ>', - targetNew : 'חלון חדש (_blank)', - targetTop : 'חלון ראשי (_top)', - targetSelf : 'באותו החלון (_self)', - targetParent : 'חלון האב (_parent)', + targetFrame : '<מסגרת>', + targetPopup : '<חלון קופץ>', targetFrameName : 'שם מסגרת היעד', targetPopupName : 'שם החלון הקופץ', popupFeatures : 'תכונות החלון הקופץ', popupResizable : 'שינוי גודל', popupStatusBar : 'סרגל חיווי', - popupLocationBar : 'סרגל כתובת', + popupLocationBar: 'סרגל כתובת', popupToolbar : 'סרגל הכלים', popupMenuBar : 'סרגל תפריט', popupFullScreen : 'מסך מלא (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['he'] = popupTop : 'מיקום צד עליון', id : 'זיהוי (ID)', langDir : 'כיוון שפה', - langDirNotSet : '<לא נקבע>', langDirLTR : 'שמאל לימין (LTR)', langDirRTL : 'ימין לשמאל (RTL)', acccessKey : 'מקש גישה', @@ -203,13 +209,13 @@ CKEDITOR.lang['he'] = columns : 'עמודות', border : 'גודל מסגרת', align : 'יישור', - alignNotSet : '<לא נקבע>', alignLeft : 'שמאל', alignCenter : 'מרכז', alignRight : 'ימין', width : 'רוחב', widthPx : 'פיקסלים', widthPc : 'אחוז', + widthUnit : 'width unit', // MISSING height : 'גובה', cellSpace : 'מרווח תא', cellPad : 'ריפוד תא', @@ -260,7 +266,7 @@ CKEDITOR.lang['he'] = invalidHeight : 'שדה גובה התא חייב להיות מספר.', invalidRowSpan : 'שדה מתיחת השורות חייב להיות מספר שלם.', invalidColSpan : 'שדה מתיחת העמודות חייב להיות מספר שלם.', - chooseColor : 'בחר' + chooseColor : 'בחר' }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['he'] = menu : 'מאפיני טופס', action : 'שלח אל', method : 'סוג שליחה', - encoding : 'קידוד', - target : 'מטרה', - targetNotSet : '<לא נקבע>', - targetNew : 'חלון חדש (_blank)', - targetTop : 'חלון ראשי (_top)', - targetSelf : 'באותו החלון (_self)', - targetParent : 'חלון האב (_parent)' + encoding : 'קידוד' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['he'] = title : 'מאפייני התמונה', titleButton : 'מאפיני כפתור תמונה', menu : 'תכונות התמונה', - infoTab : 'מידע על התמונה', + infoTab : 'מידע על התמונה', btnUpload : 'שליחה לשרת', - url : 'כתובת (URL)', - upload : 'העלאה', - alt : 'טקסט חלופי', + upload : 'העלאה', + alt : 'טקסט חלופי', width : 'רוחב', - height : 'גובה', + height : 'גובה', lockRatio : 'נעילת היחס', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'איפוס הגודל', - border : 'מסגרת', - hSpace : 'מרווח אופקי', - vSpace : 'מרווח אנכי', + border : 'מסגרת', + hSpace : 'מרווח אופקי', + vSpace : 'מרווח אנכי', align : 'יישור', alignLeft : 'לשמאל', alignRight : 'לימין', - preview : 'תצוגה מקדימה', alertUrl : 'יש להקליד את כתובת התמונה', - linkTab : 'קישור', + linkTab : 'קישור', button2Img : 'האם להפוך את תמונת הכפתור לתמונה פשוטה?', img2Button : 'האם להפוך את התמונה לכפתור תמונה?', - urlMissing : 'כתובת התמונה חסרה.' + urlMissing : 'כתובת התמונה חסרה.', + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['he'] = { properties : 'מאפייני פלאש', propertiesTab : 'מאפיינים', - title : 'מאפיני פלאש', - chkPlay : 'ניגון אוטומטי', - chkLoop : 'לולאה', - chkMenu : 'אפשר תפריט פלאש', - chkFull : 'אפשר חלון מלא', - scale : 'גודל', + title : 'מאפיני פלאש', + chkPlay : 'ניגון אוטומטי', + chkLoop : 'לולאה', + chkMenu : 'אפשר תפריט פלאש', + chkFull : 'אפשר חלון מלא', + scale : 'גודל', scaleAll : 'הצג הכל', scaleNoBorder : 'ללא גבולות', scaleFit : 'התאמה מושלמת', access : 'גישת סקריפט', accessAlways : 'תמיד', - accessSameDomain : 'דומיין זהה', - accessNever : 'אף פעם', - align : 'יישור', - alignLeft : 'לשמאל', - alignAbsBottom: 'לתחתית האבסולוטית', - alignAbsMiddle: 'מרכוז אבסולוטי', + accessSameDomain: 'דומיין זהה', + accessNever : 'אף פעם', + align : 'יישור', + alignLeft : 'לשמאל', + alignAbsBottom : 'לתחתית האבסולוטית', + alignAbsMiddle : 'מרכוז אבסולוטי', alignBaseline : 'לקו התחתית', - alignBottom : 'לתחתית', - alignMiddle : 'לאמצע', - alignRight : 'לימין', + alignBottom : 'לתחתית', + alignMiddle : 'לאמצע', + alignRight : 'לימין', alignTextTop : 'לראש הטקסט', - alignTop : 'למעלה', - quality : 'איכות', - qualityBest : 'מעולה', - qualityHigh : 'גבוהה', - qualityAutoHigh : 'גבוהה אוטומטית', - qualityMedium : 'ממוצעת', - qualityAutoLow : 'נמוכה אוטומטית', - qualityLow : 'נמוכה', - windowModeWindow : 'חלון', - windowModeOpaque : 'אטום', - windowModeTransparent : 'שקוף', - windowMode : 'מצב חלון', - flashvars : 'משתנים לפלאש', - bgcolor : 'צבע רקע', - width : 'רוחב', - height : 'גובה', - hSpace : 'מרווח אופקי', - vSpace : 'מרווח אנכי', - validateSrc : 'יש להקליד את כתובת סרטון הפלאש (URL)', - validateWidth : 'הרוחב חייב להיות מספר.', - validateHeight : 'הגובה חייב להיות מספר.', - validateHSpace : 'המרווח האופקי חייב להיות מספר.', - validateVSpace : 'המרווח האנכי חייב להיות מספר.' + alignTop : 'למעלה', + quality : 'איכות', + qualityBest : 'מעולה', + qualityHigh : 'גבוהה', + qualityAutoHigh : 'גבוהה אוטומטית', + qualityMedium : 'ממוצעת', + qualityAutoLow : 'נמוכה אוטומטית', + qualityLow : 'נמוכה', + windowModeWindow: 'חלון', + windowModeOpaque: 'אטום', + windowModeTransparent : 'שקוף', + windowMode : 'מצב חלון', + flashvars : 'משתנים לפלאש', + bgcolor : 'צבע רקע', + width : 'רוחב', + height : 'גובה', + hSpace : 'מרווח אופקי', + vSpace : 'מרווח אנכי', + validateSrc : 'יש להקליד את כתובת סרטון הפלאש (URL)', + validateWidth : 'הרוחב חייב להיות מספר.', + validateHeight : 'הגובה חייב להיות מספר.', + validateHSpace : 'המרווח האופקי חייב להיות מספר.', + validateVSpace : 'המרווח האנכי חייב להיות מספר.' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['he'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 אלמנט' }, - numberedlist : 'רשימה ממוספרת', - bulletedlist : 'רשימת נקודות', - indent : 'הגדלת הזחה', - outdent : 'הקטנת הזחה', + numberedlist : 'רשימה ממוספרת', + bulletedlist : 'רשימת נקודות', + indent : 'הגדלת הזחה', + outdent : 'הקטנת הזחה', justify : { - left : 'יישור לשמאל', - center : 'מרכוז', - right : 'יישור לימין', - block : 'יישור לשוליים' + left : 'יישור לשמאל', + center : 'מרכוז', + right : 'יישור לימין', + block : 'יישור לשוליים' }, blockquote : 'בלוק ציטוט', @@ -501,61 +506,59 @@ CKEDITOR.lang['he'] = cutError : 'הגדרות האבטחה בדפדפן שלך לא מאפשרות לעורך לבצע פעולות גזירה אוטומטיות. יש להשתמש במקלדת לשם כך (Ctrl+X).', copyError : 'הגדרות האבטחה בדפדפן שלך לא מאפשרות לעורך לבצע פעולות העתקה אוטומטיות. יש להשתמש במקלדת לשם כך (Ctrl+C).', pasteMsg : 'נא להדביק בתוך הקופסה באמצעות (Ctrl+V) וללחוץ על אישור.', - securityMsg : 'עקב הגדרות אבטחה בדפדפן, לא ניתן לגשת אל לוח הגזירים (Clipboard) בצורה ישירה. נא להדביק שוב בחלון זה.' + securityMsg : 'עקב הגדרות אבטחה בדפדפן, לא ניתן לגשת אל לוח הגזירים (Clipboard) בצורה ישירה. נא להדביק שוב בחלון זה.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'נראה הטקסט שבכוונתך להדביק מקורו בקובץ וורד. האם ברצונך לנקות אותו טרם ההדבקה?', - toolbar : 'הדבקה מ-Word', - title : 'הדבקה מ-Word', - error : 'לא ניתן היה לנקות את המידע בשל תקלה פנימית.' + confirmCleanup : 'נראה הטקסט שבכוונתך להדביק מקורו בקובץ וורד. האם ברצונך לנקות אותו טרם ההדבקה?', + toolbar : 'הדבקה מ-Word', + title : 'הדבקה מ-Word', + error : 'לא ניתן היה לנקות את המידע בשל תקלה פנימית.' }, pasteText : { - button : 'הדבקה כטקסט פשוט', - title : 'הדבקה כטקסט פשוט' + button : 'הדבקה כטקסט פשוט', + title : 'הדבקה כטקסט פשוט' }, templates : { - button : 'תבניות', - title : 'תביות תוכן', - insertOption: 'החלפת תוכן ממשי', - selectPromptMsg: 'יש לבחור תבנית לפתיחה בעורך.
התוכן המקורי ימחק:', - emptyListMsg : '(לא הוגדרו תבניות)' + button : 'תבניות', + title : 'תביות תוכן', + insertOption : 'החלפת תוכן ממשי', + selectPromptMsg : 'יש לבחור תבנית לפתיחה בעורך.
התוכן המקורי ימחק:', + emptyListMsg : '(לא הוגדרו תבניות)' }, showBlocks : 'הצגת בלוקים', stylesCombo : { - label : 'סגנון', - voiceLabel : 'סגנונות', - panelVoiceLabel : 'בחירת סגנון', - panelTitle1 : 'סגנונות בלוק', - panelTitle2 : 'סגנונות רצף', - panelTitle3 : 'סגנונות אובייקט' + label : 'סגנון', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'סגנונות בלוק', + panelTitle2 : 'סגנונות רצף', + panelTitle3 : 'סגנונות אובייקט' }, format : { - label : 'עיצוב', - voiceLabel : 'עיצוב', - panelTitle : 'עיצוב', - panelVoiceLabel : 'בחירת עיצוב פסקה', + label : 'עיצוב', + panelTitle : 'עיצוב', - tag_p : 'נורמלי', - tag_pre : 'קוד', - tag_address : 'כתובת', - tag_h1 : 'כותרת', - tag_h2 : 'כותרת 2', - tag_h3 : 'כותרת 3', - tag_h4 : 'כותרת 4', - tag_h5 : 'כותרת 5', - tag_h6 : 'כותרת 6', - tag_div : 'נורמלי (DIV)' + tag_p : 'נורמלי', + tag_pre : 'קוד', + tag_address : 'כתובת', + tag_h1 : 'כותרת', + tag_h2 : 'כותרת 2', + tag_h3 : 'כותרת 3', + tag_h4 : 'כותרת 4', + tag_h5 : 'כותרת 5', + tag_h6 : 'כותרת 6', + tag_div : 'נורמלי (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['he'] = font : { - label : 'גופן', - voiceLabel : 'גופן', - panelTitle : 'גופן', - panelVoiceLabel : 'בחירת גופן' + label : 'גופן', + voiceLabel : 'גופן', + panelTitle : 'גופן' }, fontSize : { - label : 'גודל', - voiceLabel : 'גודל', - panelTitle : 'גודל', - panelVoiceLabel : 'בחירת גודל גופן' + label : 'גודל', + voiceLabel : 'גודל', + panelTitle : 'גודל' }, colorButton : { - textColorTitle : 'צבע טקסט', - bgColorTitle : 'צבע רקע', - auto : 'אוטומטי', - more : 'צבעים נוספים...' + textColorTitle : 'צבע טקסט', + bgColorTitle : 'צבע רקע', + panelTitle : 'Colors', // MISSING + auto : 'אוטומטי', + more : 'צבעים נוספים...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['he'] = scayt : { - title : 'בדיקת איות בזמן כתיבה (SCAYT)', - enable : 'אפשר SCAYT', - disable : 'בטל SCAYT', - about : 'אודות SCAYT', - toggle : 'שינוי SCAYT', - options : 'אפשרויות', - langs : 'שפות', - moreSuggestions : 'הצעות נוספות', - ignore : 'התעלמות', - ignoreAll : 'התעלמות מהכל', - addWord : 'הוספת מילה', - emptyDic : 'יש לבחור מילון.', - optionsTab : 'אפשרויות', - languagesTab : 'שפות', - dictionariesTab : 'מילון', - aboutTab : 'אודות' + title : 'בדיקת איות בזמן כתיבה (SCAYT)', + enable : 'אפשר SCAYT', + disable : 'בטל SCAYT', + about : 'אודות SCAYT', + toggle : 'שינוי SCAYT', + options : 'אפשרויות', + langs : 'שפות', + moreSuggestions : 'הצעות נוספות', + ignore : 'התעלמות', + ignoreAll : 'התעלמות מהכל', + addWord : 'הוספת מילה', + emptyDic : 'יש לבחור מילון.', + optionsTab : 'אפשרויות', + languagesTab : 'שפות', + dictionariesTab : 'מילון', + aboutTab : 'אודות' }, about : { - title : 'אודות CKEditor', - dlgTitle : 'אודות CKEditor', - moreInfo : 'למידע נוסף בקרו באתרנו:', - copy : 'Copyright © $1. כל הזכויות שמורות.' + title : 'אודות CKEditor', + dlgTitle : 'אודות CKEditor', + moreInfo : 'למידע נוסף בקרו באתרנו:', + copy : 'Copyright © $1. כל הזכויות שמורות.' }, maximize : 'הגדלה למקסימום', @@ -676,22 +678,22 @@ CKEDITOR.lang['he'] = fakeobjects : { - anchor : 'עוגן', - flash : 'סרטון פלאש', - div : 'שבירת דף', - unknown : 'אובייקט לא ידוע' + anchor : 'עוגן', + flash : 'סרטון פלאש', + div : 'שבירת דף', + unknown : 'אובייקט לא ידוע' }, resize : 'יש לגרור בכדי לשנות את הגודל', colordialog : { - title : 'בחירת צבע', - highlight : 'סימון', - selected : 'בחירה', - clear : 'ניקוי' + title : 'בחירת צבע', + highlight : 'סימון', + selected : 'בחירה', + clear : 'ניקוי' }, - toolbarCollapse : 'מזעור סרגל כלים', - toolbarExpand : 'הרחבת סרגל כלים' + toolbarCollapse : 'מזעור סרגל כלים', + toolbarExpand : 'הרחבת סרגל כלים' }; diff --git a/_source/lang/hi.js b/_source/lang/hi.js index 38ed393..6d3ae5f 100644 --- a/_source/lang/hi.js +++ b/_source/lang/hi.js @@ -31,7 +31,11 @@ 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 + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'सोर्स', @@ -68,12 +72,12 @@ CKEDITOR.lang['hi'] = flash : 'फ़्लैश', form : 'फ़ॉर्म', checkbox : 'चॅक बॉक्स', - radio : 'रेडिओ बटन', + radio : 'रेडिओ बटन', textField : 'टेक्स्ट फ़ील्ड', textarea : 'टेक्स्ट एरिया', hiddenField : 'गुप्त फ़ील्ड', button : 'बटन', - select : 'चुनाव फ़ील्ड', + select : 'चुनाव फ़ील्ड', imageButton : 'तस्वीर बटन', notSet : '<सॅट नहीं>', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['hi'] = cssStyle : 'स्टाइल', ok : 'ठीक है', cancel : 'रद्द करें', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'सामान्य', advancedTab : 'ऍड्वान्स्ड', - validateNumberFailed : 'This value is not a number.', // MISSING + validateNumberFailed : 'This value is not a number.', // MISSING confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['hi'] = upload : 'अपलोड', advanced : 'ऍड्वान्स्ड', type : 'लिंक प्रकार', + toUrl : 'URL', // MISSING toAnchor : 'इस पेज का ऐंकर', toEmail : 'ई-मेल', - target : 'टार्गेट', - targetNotSet : '<सॅट नहीं>', - targetFrame : '<फ़्रेम>', - targetPopup : '<पॉप-अप विन्डो>', - targetNew : 'नया विन्डो (_blank)', - targetTop : 'शीर्ष विन्डो (_top)', - targetSelf : 'इसी विन्डो (_self)', - targetParent : 'मूल विन्डो (_parent)', + targetFrame : '<फ़्रेम>', + targetPopup : '<पॉप-अप विन्डो>', targetFrameName : 'टार्गेट फ़्रेम का नाम', targetPopupName : 'पॉप-अप विन्डो का नाम', popupFeatures : 'पॉप-अप विन्डो फ़ीचर्स', popupResizable : 'Resizable', // MISSING popupStatusBar : 'स्टेटस बार', - popupLocationBar : 'लोकेशन बार', + popupLocationBar: 'लोकेशन बार', popupToolbar : 'टूल बार', popupMenuBar : 'मॅन्यू बार', popupFullScreen : 'फ़ुल स्क्रीन (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['hi'] = popupTop : 'दायीं तरफ', id : 'Id', // MISSING langDir : 'भाषा लिखने की दिशा', - langDirNotSet : '<सॅट नहीं>', langDirLTR : 'बायें से दायें (LTR)', langDirRTL : 'दायें से बायें (RTL)', acccessKey : 'ऍक्सॅस की', @@ -203,13 +209,13 @@ CKEDITOR.lang['hi'] = columns : 'कालम', border : 'बॉर्डर साइज़', align : 'ऍलाइन्मॅन्ट', - alignNotSet : '<सॅट नहीं>', alignLeft : 'दायें', alignCenter : 'बीच में', alignRight : 'बायें', width : 'चौड़ाई', widthPx : 'पिक्सैल', widthPc : 'प्रतिशत', + widthUnit : 'width unit', // MISSING height : 'ऊँचाई', cellSpace : 'सैल अंतर', cellPad : 'सैल पैडिंग', @@ -260,7 +266,7 @@ CKEDITOR.lang['hi'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['hi'] = menu : 'फ़ॉर्म प्रॉपर्टीज़', action : 'क्रिया', method : 'तरीका', - encoding : 'Encoding', // MISSING - target : 'टार्गेट', - targetNotSet : '<सॅट नहीं>', - targetNew : 'नया विन्डो (_blank)', - targetTop : 'शीर्ष विन्डो (_top)', - targetSelf : 'इसी विन्डो (_self)', - targetParent : 'मूल विन्डो (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['hi'] = title : 'तस्वीर प्रॉपर्टीज़', titleButton : 'तस्वीर बटन प्रॉपर्टीज़', menu : 'तस्वीर प्रॉपर्टीज़', - infoTab : 'तस्वीर की जानकारी', + infoTab : 'तस्वीर की जानकारी', btnUpload : 'इसे सर्वर को भेजें', - url : 'URL', - upload : 'अपलोड', - alt : 'वैकल्पिक टेक्स्ट', + upload : 'अपलोड', + alt : 'वैकल्पिक टेक्स्ट', width : 'चौड़ाई', - height : 'ऊँचाई', + height : 'ऊँचाई', lockRatio : 'लॉक अनुपात', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'रीसॅट साइज़', - border : 'बॉर्डर', - hSpace : 'हॉरिज़ॉन्टल स्पेस', - vSpace : 'वर्टिकल स्पेस', + border : 'बॉर्डर', + hSpace : 'हॉरिज़ॉन्टल स्पेस', + vSpace : 'वर्टिकल स्पेस', align : 'ऍलाइन', alignLeft : 'दायें', alignRight : 'दायें', - preview : 'प्रीव्यू', 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 : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['hi'] = { properties : 'फ़्लैश प्रॉपर्टीज़', propertiesTab : 'Properties', // MISSING - title : 'फ़्लैश प्रॉपर्टीज़', - chkPlay : 'ऑटो प्ले', - chkLoop : 'लूप', - chkMenu : 'फ़्लैश मॅन्यू का प्रयोग करें', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'स्केल', + title : 'फ़्लैश प्रॉपर्टीज़', + chkPlay : 'ऑटो प्ले', + chkLoop : 'लूप', + chkMenu : 'फ़्लैश मॅन्यू का प्रयोग करें', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'स्केल', scaleAll : 'सभी दिखायें', scaleNoBorder : 'कोई बॉर्डर नहीं', scaleFit : 'बिल्कुल फ़िट', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'ऍलाइन', - alignLeft : 'दायें', - alignAbsBottom: 'Abs नीचे', - alignAbsMiddle: 'Abs ऊपर', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'ऍलाइन', + alignLeft : 'दायें', + alignAbsBottom : 'Abs नीचे', + alignAbsMiddle : 'Abs ऊपर', alignBaseline : 'मूल रेखा', - alignBottom : 'नीचे', - alignMiddle : 'मध्य', - alignRight : 'दायें', + alignBottom : 'नीचे', + alignMiddle : 'मध्य', + alignRight : 'दायें', alignTextTop : 'टेक्स्ट ऊपर', - alignTop : 'ऊपर', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'बैक्ग्राउन्ड रंग', - width : 'चौड़ाई', - height : 'ऊँचाई', - hSpace : 'हॉरिज़ॉन्टल स्पेस', - vSpace : 'वर्टिकल स्पेस', - validateSrc : 'लिंक URL टाइप करें', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'ऊपर', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'बैक्ग्राउन्ड रंग', + width : 'चौड़ाई', + height : 'ऊँचाई', + hSpace : 'हॉरिज़ॉन्टल स्पेस', + vSpace : 'वर्टिकल स्पेस', + validateSrc : 'लिंक URL टाइप करें', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['hi'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'अंकीय सूची', - bulletedlist : 'बुलॅट सूची', - indent : 'इन्डॅन्ट बढ़ायें', - outdent : 'इन्डॅन्ट कम करें', + numberedlist : 'अंकीय सूची', + bulletedlist : 'बुलॅट सूची', + indent : 'इन्डॅन्ट बढ़ायें', + outdent : 'इन्डॅन्ट कम करें', justify : { - left : 'बायीं तरफ', - center : 'बीच में', - right : 'दायीं तरफ', - block : 'ब्लॉक जस्टीफ़ाई' + left : 'बायीं तरफ', + center : 'बीच में', + right : 'दायीं तरफ', + block : 'ब्लॉक जस्टीफ़ाई' }, blockquote : 'ब्लॉक-कोट', @@ -501,61 +506,59 @@ CKEDITOR.lang['hi'] = cutError : 'आपके ब्राउज़र की सुरक्षा सॅटिन्ग्स ने कट करने की अनुमति नहीं प्रदान की है। (Ctrl+X) का प्रयोग करें।', copyError : 'आपके ब्राआउज़र की सुरक्षा सॅटिन्ग्स ने कॉपी करने की अनुमति नहीं प्रदान की है। (Ctrl+C) का प्रयोग करें।', pasteMsg : 'Ctrl+V का प्रयोग करके पेस्ट करें और ठीक है करें.', - securityMsg : 'आपके ब्राउज़र की सुरक्षा आपके ब्राउज़र की सुरKश सैटिंग के कारण, एडिटर आपके क्लिपबोर्ड डेटा को नहीं पा सकता है. आपको उसे इस विन्डो में दोबारा पेस्ट करना होगा.' + securityMsg : 'आपके ब्राउज़र की सुरक्षा आपके ब्राउज़र की सुरKश सैटिंग के कारण, एडिटर आपके क्लिपबोर्ड डेटा को नहीं पा सकता है. आपको उसे इस विन्डो में दोबारा पेस्ट करना होगा.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'पेस्ट (वर्ड से)', - title : 'पेस्ट (वर्ड से)', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'पेस्ट (वर्ड से)', + title : 'पेस्ट (वर्ड से)', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'पेस्ट (सादा टॅक्स्ट)', - title : 'पेस्ट (सादा टॅक्स्ट)' + button : 'पेस्ट (सादा टॅक्स्ट)', + title : 'पेस्ट (सादा टॅक्स्ट)' }, templates : { - button : 'टॅम्प्लेट', - title : 'कन्टेन्ट टॅम्प्लेट', - insertOption: 'मूल शब्दों को बदलें', - selectPromptMsg: 'ऍडिटर में ओपन करने हेतु टॅम्प्लेट चुनें(वर्तमान कन्टॅन्ट सेव नहीं होंगे):', - emptyListMsg : '(कोई टॅम्प्लेट डिफ़ाइन नहीं किया गया है)' + button : 'टॅम्प्लेट', + title : 'कन्टेन्ट टॅम्प्लेट', + insertOption : 'मूल शब्दों को बदलें', + selectPromptMsg : 'ऍडिटर में ओपन करने हेतु टॅम्प्लेट चुनें(वर्तमान कन्टॅन्ट सेव नहीं होंगे):', + emptyListMsg : '(कोई टॅम्प्लेट डिफ़ाइन नहीं किया गया है)' }, showBlocks : 'ब्लॉक दिखायें', stylesCombo : { - label : 'स्टाइल', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'स्टाइल', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'फ़ॉर्मैट', - voiceLabel : 'Format', // MISSING - panelTitle : 'फ़ॉर्मैट', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'फ़ॉर्मैट', + panelTitle : 'फ़ॉर्मैट', - tag_p : 'साधारण', - tag_pre : 'फ़ॉर्मैटॅड', - tag_address : 'पता', - tag_h1 : 'शीर्षक 1', - tag_h2 : 'शीर्षक 2', - tag_h3 : 'शीर्षक 3', - tag_h4 : 'शीर्षक 4', - tag_h5 : 'शीर्षक 5', - tag_h6 : 'शीर्षक 6', - tag_div : 'शीर्षक (DIV)' + tag_p : 'साधारण', + tag_pre : 'फ़ॉर्मैटॅड', + tag_address : 'पता', + tag_h1 : 'शीर्षक 1', + tag_h2 : 'शीर्षक 2', + tag_h3 : 'शीर्षक 3', + tag_h4 : 'शीर्षक 4', + tag_h5 : 'शीर्षक 5', + tag_h6 : 'शीर्षक 6', + tag_div : 'शीर्षक (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['hi'] = font : { - label : 'फ़ॉन्ट', - voiceLabel : 'Font', // MISSING - panelTitle : 'फ़ॉन्ट', - panelVoiceLabel : 'Select a font' // MISSING + label : 'फ़ॉन्ट', + voiceLabel : 'Font', // MISSING + panelTitle : 'फ़ॉन्ट' }, fontSize : { - label : 'साइज़', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'साइज़', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'साइज़', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'साइज़' }, colorButton : { - textColorTitle : 'टेक्स्ट रंग', - bgColorTitle : 'बैक्ग्राउन्ड रंग', - auto : 'स्वचालित', - more : 'और रंग...' + textColorTitle : 'टेक्स्ट रंग', + bgColorTitle : 'बैक्ग्राउन्ड रंग', + panelTitle : 'Colors', // MISSING + auto : 'स्वचालित', + more : 'और रंग...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['hi'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['hi'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/hr.js b/_source/lang/hr.js index d5a4f7a..b813434 100644 --- a/_source/lang/hr.js +++ b/_source/lang/hr.js @@ -31,7 +31,11 @@ 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 : 'Text editor, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Kôd', @@ -68,12 +72,12 @@ CKEDITOR.lang['hr'] = flash : 'Flash', form : 'Form', checkbox : 'Checkbox', - radio : 'Radio Button', + radio : 'Radio Button', textField : 'Text Field', textarea : 'Textarea', hiddenField : 'Hidden Field', button : 'Button', - select : 'Selection Field', + select : 'Selection Field', imageButton : 'Image Button', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['hr'] = cssStyle : 'Stil', ok : 'OK', cancel : 'PoniÅ¡ti', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'Općenito', advancedTab : 'Napredno', - validateNumberFailed : 'Ova vrijednost nije broj.', + validateNumberFailed : 'Ova vrijednost nije broj.', confirmNewPage : 'Sve napravljene promjene će biti izgubljene ukoliko ih niste snimili. Sigurno želite učitati novu stranicu?', confirmCancel : 'Neke od opcija su promjenjene. Sigurno želite zatvoriti ovaj prozor?', + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, nedostupno' @@ -116,22 +128,17 @@ CKEDITOR.lang['hr'] = upload : 'PoÅ¡alji', advanced : 'Napredno', type : 'Link vrsta', + toUrl : 'URL', // MISSING toAnchor : 'Sidro na ovoj stranici', toEmail : 'E-Mail', - target : 'Meta', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Novi prozor (_blank)', - targetTop : 'VrÅ¡ni prozor (_top)', - targetSelf : 'Isti prozor (_self)', - targetParent : 'Roditeljski prozor (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Ime ciljnog okvira', targetPopupName : 'Naziv popup prozora', popupFeatures : 'Mogućnosti popup prozora', popupResizable : 'Promjenjiva veličina', popupStatusBar : 'Statusna traka', - popupLocationBar : 'Traka za lokaciju', + popupLocationBar: 'Traka za lokaciju', popupToolbar : 'Traka s alatima', popupMenuBar : 'Izborna traka', popupFullScreen : 'Cijeli ekran (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['hr'] = popupTop : 'Gornja pozicija', id : 'Id', langDir : 'Smjer jezika', - langDirNotSet : '', langDirLTR : 'S lijeva na desno (LTR)', langDirRTL : 'S desna na lijevo (RTL)', acccessKey : 'Pristupna tipka', @@ -203,13 +209,13 @@ CKEDITOR.lang['hr'] = columns : 'Kolona', border : 'Veličina okvira', align : 'Poravnanje', - alignNotSet : '', alignLeft : 'Lijevo', alignCenter : 'SrediÅ¡nje', alignRight : 'Desno', width : 'Å irina', widthPx : 'piksela', widthPc : 'postotaka', + widthUnit : 'width unit', // MISSING height : 'Visina', cellSpace : 'Prostornost ćelija', cellPad : 'Razmak ćelija', @@ -260,7 +266,7 @@ CKEDITOR.lang['hr'] = invalidHeight : 'Visina ćelije mora biti broj.', invalidRowSpan : 'Rows span mora biti cijeli broj.', invalidColSpan : 'Columns span mora biti cijeli broj.', - chooseColor : 'Choose' // MISSING + chooseColor : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['hr'] = menu : 'Form svojstva', action : 'Akcija', method : 'Metoda', - encoding : 'Encoding', - target : 'Meta', - targetNotSet : '', - targetNew : 'Novi prozor (_blank)', - targetTop : 'VrÅ¡ni prozor (_top)', - targetSelf : 'Isti prozor (_self)', - targetParent : 'Roditeljski prozor (_parent)' + encoding : 'Encoding' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['hr'] = title : 'Svojstva slika', titleButton : 'Image Button svojstva', menu : 'Svojstva slika', - infoTab : 'Info slike', + infoTab : 'Info slike', btnUpload : 'PoÅ¡alji na server', - url : 'URL', - upload : 'PoÅ¡alji', - alt : 'Alternativni tekst', + upload : 'PoÅ¡alji', + alt : 'Alternativni tekst', width : 'Å irina', - height : 'Visina', + height : 'Visina', lockRatio : 'Zaključaj odnos', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'ObriÅ¡i veličinu', - border : 'Okvir', - hSpace : 'HSpace', - vSpace : 'VSpace', + border : 'Okvir', + hSpace : 'HSpace', + vSpace : 'VSpace', align : 'Poravnaj', alignLeft : 'Lijevo', alignRight : 'Desno', - preview : 'Pregledaj', alertUrl : 'Unesite URL slike', - linkTab : 'Link', + linkTab : 'Link', button2Img : 'Želite li promijeniti odabrani gumb u jednostavnu sliku?', img2Button : 'Želite li promijeniti odabranu sliku u gumb?', - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['hr'] = { properties : 'Flash svojstva', propertiesTab : 'Svojstva', - title : 'Flash svojstva', - chkPlay : 'Auto Play', - chkLoop : 'Ponavljaj', - chkMenu : 'Omogući Flash izbornik', - chkFull : 'Omogući Fullscreen', - scale : 'Omjer', + title : 'Flash svojstva', + chkPlay : 'Auto Play', + chkLoop : 'Ponavljaj', + chkMenu : 'Omogući Flash izbornik', + chkFull : 'Omogući Fullscreen', + scale : 'Omjer', scaleAll : 'Prikaži sve', scaleNoBorder : 'Bez okvira', scaleFit : 'Točna veličina', access : 'Script Access', accessAlways : 'Uvijek', - accessSameDomain : 'Ista domena', - accessNever : 'Nikad', - align : 'Poravnaj', - alignLeft : 'Lijevo', - alignAbsBottom: 'Abs dolje', - alignAbsMiddle: 'Abs sredina', + accessSameDomain: 'Ista domena', + accessNever : 'Nikad', + align : 'Poravnaj', + alignLeft : 'Lijevo', + alignAbsBottom : 'Abs dolje', + alignAbsMiddle : 'Abs sredina', alignBaseline : 'Bazno', - alignBottom : 'Dolje', - alignMiddle : 'Sredina', - alignRight : 'Desno', + alignBottom : 'Dolje', + alignMiddle : 'Sredina', + alignRight : 'Desno', alignTextTop : 'Vrh teksta', - alignTop : 'Vrh', - quality : 'Kvaliteta', - qualityBest : 'Best', - qualityHigh : 'High', - qualityAutoHigh : 'Auto High', - qualityMedium : 'Medium', - qualityAutoLow : 'Auto Low', - qualityLow : 'Low', - windowModeWindow : 'Window', - windowModeOpaque : 'Opaque', - windowModeTransparent : 'Transparent', - windowMode : 'Vrsta prozora', - flashvars : 'Varijable za Flash', - bgcolor : 'Boja pozadine', - width : 'Å irina', - height : 'Visina', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'Molimo upiÅ¡ite URL link', - validateWidth : 'Å irina mora biti broj.', - validateHeight : 'Visina mora biti broj.', - validateHSpace : 'HSpace mora biti broj.', - validateVSpace : 'VSpace mora biti broj.' + alignTop : 'Vrh', + quality : 'Kvaliteta', + qualityBest : 'Best', + qualityHigh : 'High', + qualityAutoHigh : 'Auto High', + qualityMedium : 'Medium', + qualityAutoLow : 'Auto Low', + qualityLow : 'Low', + windowModeWindow: 'Window', + windowModeOpaque: 'Opaque', + windowModeTransparent : 'Transparent', + windowMode : 'Vrsta prozora', + flashvars : 'Varijable za Flash', + bgcolor : 'Boja pozadine', + width : 'Å irina', + height : 'Visina', + hSpace : 'HSpace', + vSpace : 'VSpace', + validateSrc : 'Molimo upiÅ¡ite URL link', + validateWidth : 'Å irina mora biti broj.', + validateHeight : 'Visina mora biti broj.', + validateHSpace : 'HSpace mora biti broj.', + validateVSpace : 'VSpace mora biti broj.' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['hr'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' }, - numberedlist : 'Brojčana lista', - bulletedlist : 'Obična lista', - indent : 'Pomakni udesno', - outdent : 'Pomakni ulijevo', + numberedlist : 'Brojčana lista', + bulletedlist : 'Obična lista', + indent : 'Pomakni udesno', + outdent : 'Pomakni ulijevo', justify : { - left : 'Lijevo poravnanje', - center : 'SrediÅ¡nje poravnanje', - right : 'Desno poravnanje', - block : 'Blok poravnanje' + left : 'Lijevo poravnanje', + center : 'SrediÅ¡nje poravnanje', + right : 'Desno poravnanje', + block : 'Blok poravnanje' }, blockquote : 'Blockquote', @@ -501,61 +506,59 @@ CKEDITOR.lang['hr'] = cutError : 'Sigurnosne postavke VaÅ¡eg pretraživača ne dozvoljavaju operacije automatskog izrezivanja. Molimo koristite kraticu na tipkovnici (Ctrl+X).', copyError : 'Sigurnosne postavke VaÅ¡eg pretraživača ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tipkovnici (Ctrl+C).', pasteMsg : 'Molimo zaljepite unutar doljnjeg okvira koristeći tipkovnicu (Ctrl+V) i kliknite OK.', - securityMsg : 'Zbog sigurnosnih postavki VaÅ¡eg pretraživača, editor nema direktan pristup VaÅ¡em međuspremniku. Potrebno je ponovno zalijepiti tekst u ovaj prozor.' + securityMsg : 'Zbog sigurnosnih postavki VaÅ¡eg pretraživača, editor nema direktan pristup VaÅ¡em međuspremniku. Potrebno je ponovno zalijepiti tekst u ovaj prozor.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'Tekst koji želite zalijepiti čini se da je kopiran iz Worda. Želite li prije očistiti tekst?', - toolbar : 'Zalijepi iz Worda', - title : 'Zalijepi iz Worda', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'Tekst koji želite zalijepiti čini se da je kopiran iz Worda. Želite li prije očistiti tekst?', + toolbar : 'Zalijepi iz Worda', + title : 'Zalijepi iz Worda', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Zalijepi kao čisti tekst', - title : 'Zalijepi kao čisti tekst' + button : 'Zalijepi kao čisti tekst', + title : 'Zalijepi kao čisti tekst' }, templates : { - button : 'PredloÅ¡ci', - title : 'PredloÅ¡ci sadržaja', - insertOption: 'Zamijeni trenutne sadržaje', - selectPromptMsg: 'Molimo odaberite predložak koji želite otvoriti
(stvarni sadržaj će biti izgubljen):', - emptyListMsg : '(Nema definiranih predložaka)' + button : 'Predlošci', + title : 'Predlošci sadržaja', + insertOption : 'Zamijeni trenutne sadržaje', + selectPromptMsg : 'Molimo odaberite predložak koji želite otvoriti
(stvarni sadržaj će biti izgubljen):', + emptyListMsg : '(Nema definiranih predložaka)' }, showBlocks : 'Prikaži blokove', stylesCombo : { - label : 'Stil', - voiceLabel : 'Stilovi', - panelVoiceLabel : 'Odaberite stil', - panelTitle1 : 'Block stilovi', - panelTitle2 : 'Inline stilovi', - panelTitle3 : 'Object stilovi' + label : 'Stil', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block stilovi', + panelTitle2 : 'Inline stilovi', + panelTitle3 : 'Object stilovi' }, format : { - label : 'Format', - voiceLabel : 'Format', - panelTitle : 'Format', - panelVoiceLabel : 'Odaberite format paragrafa', + label : 'Format', + panelTitle : 'Format', - tag_p : 'Normal', - tag_pre : 'Formatirano', - tag_address : 'Address', - tag_h1 : 'Heading 1', - tag_h2 : 'Heading 2', - tag_h3 : 'Heading 3', - tag_h4 : 'Heading 4', - tag_h5 : 'Heading 5', - tag_h6 : 'Heading 6', - tag_div : 'Normal (DIV)' + tag_p : 'Normal', + tag_pre : 'Formatirano', + tag_address : 'Address', + tag_h1 : 'Heading 1', + tag_h2 : 'Heading 2', + tag_h3 : 'Heading 3', + tag_h4 : 'Heading 4', + tag_h5 : 'Heading 5', + tag_h6 : 'Heading 6', + tag_div : 'Normal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['hr'] = font : { - label : 'Font', - voiceLabel : 'Font', - panelTitle : 'Font', - panelVoiceLabel : 'Odaberite font' + label : 'Font', + voiceLabel : 'Font', + panelTitle : 'Font' }, fontSize : { - label : 'Veličina', - voiceLabel : 'Veličina slova', - panelTitle : 'Veličina', - panelVoiceLabel : 'Odaberite veličinu slova' + label : 'Veličina', + voiceLabel : 'Veličina slova', + panelTitle : 'Veličina' }, colorButton : { - textColorTitle : 'Boja teksta', - bgColorTitle : 'Boja pozadine', - auto : 'Automatski', - more : 'ViÅ¡e boja...' + textColorTitle : 'Boja teksta', + bgColorTitle : 'Boja pozadine', + panelTitle : 'Colors', // MISSING + auto : 'Automatski', + more : 'ViÅ¡e boja...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['hr'] = scayt : { - title : 'Provjeri pravopis tijekom tipkanja (SCAYT)', - enable : 'Omogući SCAYT', - disable : 'Onemogući SCAYT', - about : 'O SCAYT', - toggle : 'Omoguću/Onemogući SCAYT', - options : 'Opcije', - langs : 'Jezici', - moreSuggestions : 'ViÅ¡e prijedloga', - ignore : 'Zanemari', - ignoreAll : 'Zanemari sve', - addWord : 'Dodaj riječ', - emptyDic : 'Naziv rječnika ne smije biti prazno.', - optionsTab : 'Opcije', - languagesTab : 'Jezici', - dictionariesTab : 'Rječnici', - aboutTab : 'O SCAYT' + title : 'Provjeri pravopis tijekom tipkanja (SCAYT)', + enable : 'Omogući SCAYT', + disable : 'Onemogući SCAYT', + about : 'O SCAYT', + toggle : 'Omoguću/Onemogući SCAYT', + options : 'Opcije', + langs : 'Jezici', + moreSuggestions : 'ViÅ¡e prijedloga', + ignore : 'Zanemari', + ignoreAll : 'Zanemari sve', + addWord : 'Dodaj riječ', + emptyDic : 'Naziv rječnika ne smije biti prazno.', + optionsTab : 'Opcije', + languagesTab : 'Jezici', + dictionariesTab : 'Rječnici', + aboutTab : 'O SCAYT' }, about : { - title : 'O CKEditoru', - dlgTitle : 'O CKEditoru', - moreInfo : 'Za informacije o licencama posjetite naÅ¡u web stranicu:', - copy : 'Copyright © $1. All rights reserved.' + title : 'O CKEditoru', + dlgTitle : 'O CKEditoru', + moreInfo : 'Za informacije o licencama posjetite naÅ¡u web stranicu:', + copy : 'Copyright © $1. All rights reserved.' }, maximize : 'Povećaj', @@ -676,22 +678,22 @@ CKEDITOR.lang['hr'] = fakeobjects : { - anchor : 'Sidro', - flash : 'Flash animacija', - div : 'Prijelom stranice', - unknown : 'Nepoznati objekt' + anchor : 'Sidro', + flash : 'Flash animacija', + div : 'Prijelom stranice', + unknown : 'Nepoznati objekt' }, resize : 'Povuci za promjenu veličine', colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/hu.js b/_source/lang/hu.js index 0eb9ee4..2841793 100644 --- a/_source/lang/hu.js +++ b/_source/lang/hu.js @@ -31,7 +31,11 @@ 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 : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Forráskód', @@ -68,12 +72,12 @@ CKEDITOR.lang['hu'] = flash : 'Flash', form : 'Å°rlap', checkbox : 'Jelölőnégyzet', - radio : 'Választógomb', + radio : 'Választógomb', textField : 'Szövegmező', textarea : 'Szövegterület', hiddenField : 'Rejtettmező', button : 'Gomb', - select : 'Legördülő lista', + select : 'Legördülő lista', imageButton : 'Képgomb', notSet : '', id : 'Azonosító', @@ -88,11 +92,19 @@ CKEDITOR.lang['hu'] = cssStyle : 'Stílus', ok : 'Rendben', cancel : 'Mégsem', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : 'További opciók', - validateNumberFailed : 'This value is not a number.', // MISSING + validateNumberFailed : 'This value is not a number.', // MISSING confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['hu'] = upload : 'Feltöltés', advanced : 'További opciók', type : 'Hivatkozás típusa', + toUrl : 'URL', // MISSING toAnchor : 'Horgony az oldalon', toEmail : 'E-Mail', - target : 'Tartalom megjelenítése', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Új ablakban (_blank)', - targetTop : 'Legfelső ablakban (_top)', - targetSelf : 'Azonos ablakban (_self)', - targetParent : 'Szülő ablakban (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Keret neve', targetPopupName : 'Felugró ablak neve', popupFeatures : 'Felugró ablak jellemzői', popupResizable : 'Resizable', // MISSING popupStatusBar : 'Állapotsor', - popupLocationBar : 'Címsor', + popupLocationBar: 'Címsor', popupToolbar : 'Eszköztár', popupMenuBar : 'Menü sor', popupFullScreen : 'Teljes képernyő (csak IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['hu'] = popupTop : 'Felső pozíció', id : 'Id', // MISSING langDir : 'Írás iránya', - langDirNotSet : '', langDirLTR : 'Balról jobbra', langDirRTL : 'Jobbról balra', acccessKey : 'Billentyűkombináció', @@ -203,13 +209,13 @@ CKEDITOR.lang['hu'] = columns : 'Oszlopok', border : 'Szegélyméret', align : 'Igazítás', - alignNotSet : '', alignLeft : 'Balra', alignCenter : 'Középre', alignRight : 'Jobbra', width : 'Szélesség', widthPx : 'képpont', widthPc : 'százalék', + widthUnit : 'width unit', // MISSING height : 'Magasság', cellSpace : 'Cella térköz', cellPad : 'Cella belső margó', @@ -260,7 +266,7 @@ CKEDITOR.lang['hu'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['hu'] = menu : 'Å°rlap tulajdonságai', action : 'Adatfeldolgozást végző hivatkozás', method : 'Adatküldés módja', - encoding : 'Encoding', // MISSING - target : 'Tartalom megjelenítése', - targetNotSet : '', - targetNew : 'Új ablakban (_blank)', - targetTop : 'Legfelső ablakban (_top)', - targetSelf : 'Azonos ablakban (_self)', - targetParent : 'Szülő ablakban (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['hu'] = title : 'Kép tulajdonságai', titleButton : 'Képgomb tulajdonságai', menu : 'Kép tulajdonságai', - infoTab : 'Alaptulajdonságok', + infoTab : 'Alaptulajdonságok', btnUpload : 'Küldés a szerverre', - url : 'Hivatkozás', - upload : 'Feltöltés', - alt : 'Buborék szöveg', + upload : 'Feltöltés', + alt : 'Buborék szöveg', width : 'Szélesség', - height : 'Magasság', + height : 'Magasság', lockRatio : 'Arány megtartása', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Eredeti méret', - border : 'Keret', - hSpace : 'Vízsz. táv', - vSpace : 'Függ. táv', + border : 'Keret', + hSpace : 'Vízsz. táv', + vSpace : 'Függ. táv', align : 'Igazítás', alignLeft : 'Bal', alignRight : 'Jobbra', - preview : 'Előnézet', alertUrl : 'Töltse ki a kép webcímét', - linkTab : 'Hivatkozás', + linkTab : 'Hivatkozás', 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 : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['hu'] = { properties : 'Flash tulajdonságai', propertiesTab : 'Properties', // MISSING - title : 'Flash tulajdonságai', - chkPlay : 'Automata lejátszás', - chkLoop : 'Folyamatosan', - chkMenu : 'Flash menü engedélyezése', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Méretezés', + title : 'Flash tulajdonságai', + chkPlay : 'Automata lejátszás', + chkLoop : 'Folyamatosan', + chkMenu : 'Flash menü engedélyezése', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'Méretezés', scaleAll : 'Mindent mutat', scaleNoBorder : 'Keret nélkül', scaleFit : 'Teljes kitöltés', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'Igazítás', - alignLeft : 'Bal', - alignAbsBottom: 'Legaljára', - alignAbsMiddle: 'Közepére', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'Igazítás', + alignLeft : 'Bal', + alignAbsBottom : 'Legaljára', + alignAbsMiddle : 'Közepére', alignBaseline : 'Alapvonalhoz', - alignBottom : 'Aljára', - alignMiddle : 'Középre', - alignRight : 'Jobbra', + alignBottom : 'Aljára', + alignMiddle : 'Középre', + alignRight : 'Jobbra', alignTextTop : 'Szöveg tetejére', - alignTop : 'Tetejére', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Háttérszín', - width : 'Szélesség', - height : 'Magasság', - hSpace : 'Vízsz. táv', - vSpace : 'Függ. táv', - validateSrc : 'Adja meg a hivatkozás webcímét', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'Tetejére', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'Háttérszín', + width : 'Szélesség', + height : 'Magasság', + hSpace : 'Vízsz. táv', + vSpace : 'Függ. táv', + validateSrc : 'Adja meg a hivatkozás webcímét', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['hu'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'Számozás', - bulletedlist : 'Felsorolás', - indent : 'Behúzás növelése', - outdent : 'Behúzás csökkentése', + numberedlist : 'Számozás', + bulletedlist : 'Felsorolás', + indent : 'Behúzás növelése', + outdent : 'Behúzás csökkentése', justify : { - left : 'Balra', - center : 'Középre', - right : 'Jobbra', - block : 'Sorkizárt' + left : 'Balra', + center : 'Középre', + right : 'Jobbra', + block : 'Sorkizárt' }, blockquote : 'Idézet blokk', @@ -501,61 +506,59 @@ CKEDITOR.lang['hu'] = cutError : 'A böngésző biztonsági beállításai nem engedélyezik a szerkesztőnek, hogy végrehajtsa a kivágás műveletet. Használja az alábbi billentyűkombinációt (Ctrl+X).', copyError : 'A böngésző biztonsági beállításai nem engedélyezik a szerkesztőnek, hogy végrehajtsa a másolás műveletet. Használja az alábbi billentyűkombinációt (Ctrl+X).', pasteMsg : 'Másolja be az alábbi mezőbe a Ctrl+V billentyűk lenyomásával, majd nyomjon Rendben-t.', - securityMsg : 'A böngésző biztonsági beállításai miatt a szerkesztő nem képes hozzáférni a vágólap adataihoz. Illeszd be újra ebben az ablakban.' + securityMsg : 'A böngésző biztonsági beállításai miatt a szerkesztő nem képes hozzáférni a vágólap adataihoz. Illeszd be újra ebben az ablakban.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Beillesztés Word-ből', - title : 'Beillesztés Word-ből', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Beillesztés Word-ből', + title : 'Beillesztés Word-ből', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Beillesztés formázatlan szövegként', - title : 'Beillesztés formázatlan szövegként' + button : 'Beillesztés formázatlan szövegként', + title : 'Beillesztés formázatlan szövegként' }, templates : { - button : 'Sablonok', - title : 'Elérhető sablonok', - insertOption: 'Kicseréli a jelenlegi tartalmat', - selectPromptMsg: 'Válassza ki melyik sablon nyíljon meg a szerkesztőben
(a jelenlegi tartalom elveszik):', - emptyListMsg : '(Nincs sablon megadva)' + button : 'Sablonok', + title : 'Elérhető sablonok', + insertOption : 'Kicseréli a jelenlegi tartalmat', + selectPromptMsg : 'Válassza ki melyik sablon nyíljon meg a szerkesztőben
(a jelenlegi tartalom elveszik):', + emptyListMsg : '(Nincs sablon megadva)' }, showBlocks : 'Blokkok megjelenítése', stylesCombo : { - label : 'Stílus', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'Stílus', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'Formátum', - voiceLabel : 'Format', // MISSING - panelTitle : 'Formátum', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Formátum', + panelTitle : 'Formátum', - tag_p : 'Normál', - tag_pre : 'Formázott', - tag_address : 'Címsor', - tag_h1 : 'Fejléc 1', - tag_h2 : 'Fejléc 2', - tag_h3 : 'Fejléc 3', - tag_h4 : 'Fejléc 4', - tag_h5 : 'Fejléc 5', - tag_h6 : 'Fejléc 6', - tag_div : 'Bekezdés (DIV)' + tag_p : 'Normál', + tag_pre : 'Formázott', + tag_address : 'Címsor', + tag_h1 : 'Fejléc 1', + tag_h2 : 'Fejléc 2', + tag_h3 : 'Fejléc 3', + tag_h4 : 'Fejléc 4', + tag_h5 : 'Fejléc 5', + tag_h6 : 'Fejléc 6', + tag_div : 'Bekezdés (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['hu'] = font : { - label : 'Betűtípus', - voiceLabel : 'Font', // MISSING - panelTitle : 'Betűtípus', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Betűtípus', + voiceLabel : 'Font', // MISSING + panelTitle : 'Betűtípus' }, fontSize : { - label : 'Méret', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Méret', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Méret', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Méret' }, colorButton : { - textColorTitle : 'Betűszín', - bgColorTitle : 'Háttérszín', - auto : 'Automatikus', - more : 'További színek...' + textColorTitle : 'Betűszín', + bgColorTitle : 'Háttérszín', + panelTitle : 'Colors', // MISSING + auto : 'Automatikus', + more : 'További színek...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['hu'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['hu'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/is.js b/_source/lang/is.js index 05ccd62..c83725a 100644 --- a/_source/lang/is.js +++ b/_source/lang/is.js @@ -31,7 +31,11 @@ CKEDITOR.lang['is'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Kóði', @@ -68,12 +72,12 @@ CKEDITOR.lang['is'] = flash : 'Flash', form : 'Setja inn innsláttarform', checkbox : 'Setja inn hökunarreit', - radio : 'Setja inn valhnapp', + radio : 'Setja inn valhnapp', textField : 'Setja inn textareit', textarea : 'Setja inn textasvæði', hiddenField : 'Setja inn falið svæði', button : 'Setja inn hnapp', - select : 'Setja inn lista', + select : 'Setja inn lista', imageButton : 'Setja inn myndahnapp', notSet : '', id : 'Auðkenni', @@ -88,11 +92,19 @@ CKEDITOR.lang['is'] = cssStyle : 'Stíll', ok : 'Í lagi', cancel : 'Hætta við', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'Almennt', advancedTab : 'Tæknilegt', - validateNumberFailed : 'This value is not a number.', // MISSING + 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 // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['is'] = upload : 'Senda upp', advanced : 'Tæknilegt', type : 'Stikluflokkur', + toUrl : 'URL', // MISSING toAnchor : 'Bókamerki á þessari síðu', toEmail : 'Netfang', - target : 'Mark', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Nýr gluggi (_blank)', - targetTop : 'Allur glugginn (_top)', - targetSelf : 'Sami gluggi (_self)', - targetParent : 'Yfirsettur rammi (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Nafn markglugga', targetPopupName : 'Nafn sprettiglugga', popupFeatures : 'Eigindi sprettiglugga', popupResizable : 'Resizable', // MISSING popupStatusBar : 'Stöðustika', - popupLocationBar : 'Fanglína', + popupLocationBar: 'Fanglína', popupToolbar : 'Verkfærastika', popupMenuBar : 'Vallína', popupFullScreen : 'Heilskjár (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['is'] = popupTop : 'Fjarlægð frá efri brún', id : 'Id', // MISSING langDir : 'Lesstefna', - langDirNotSet : '', langDirLTR : 'Frá vinstri til hægri (LTR)', langDirRTL : 'Frá hægri til vinstri (RTL)', acccessKey : 'Skammvalshnappur', @@ -203,13 +209,13 @@ CKEDITOR.lang['is'] = columns : 'Dálkar', border : 'Breidd ramma', align : 'Jöfnun', - alignNotSet : '', alignLeft : 'Vinstrijafnað', alignCenter : 'Miðjað', alignRight : 'Hægrijafnað', width : 'Breidd', widthPx : 'myndeindir', widthPc : 'prósent', + widthUnit : 'width unit', // MISSING height : 'Hæð', cellSpace : 'Bil milli reita', cellPad : 'Reitaspássía', @@ -260,7 +266,7 @@ CKEDITOR.lang['is'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['is'] = menu : 'Eigindi innsláttarforms', action : 'Aðgerð', method : 'Aðferð', - encoding : 'Encoding', // MISSING - target : 'Mark', - targetNotSet : '', - targetNew : 'Nýr gluggi (_blank)', - targetTop : 'Allur glugginn (_top)', - targetSelf : 'Sami gluggi (_self)', - targetParent : 'Yfirsettur rammi (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['is'] = title : 'Eigindi myndar', titleButton : 'Eigindi myndahnapps', menu : 'Eigindi myndar', - infoTab : 'Almennt', + infoTab : 'Almennt', btnUpload : 'Hlaða upp', - url : 'Vefslóð', - upload : 'Hlaða upp', - alt : 'Baklægur texti', + upload : 'Hlaða upp', + alt : 'Baklægur texti', width : 'Breidd', - height : 'Hæð', + height : 'Hæð', lockRatio : 'Festa stærðarhlutfall', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Reikna stærð', - border : 'Rammi', - hSpace : 'Vinstri bil', - vSpace : 'Hægri bil', + border : 'Rammi', + hSpace : 'Vinstri bil', + vSpace : 'Hægri bil', align : 'Jöfnun', alignLeft : 'Vinstri', alignRight : 'Hægri', - preview : 'Sýna dæmi', alertUrl : 'Sláðu inn slóðina að myndinni', - linkTab : 'Stikla', + linkTab : 'Stikla', button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['is'] = { properties : 'Eigindi Flash', propertiesTab : 'Properties', // MISSING - title : 'Eigindi Flash', - chkPlay : 'Sjálfvirk spilun', - chkLoop : 'Endurtekning', - chkMenu : 'Sýna Flash-valmynd', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Skali', + title : 'Eigindi Flash', + chkPlay : 'Sjálfvirk spilun', + chkLoop : 'Endurtekning', + chkMenu : 'Sýna Flash-valmynd', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'Skali', scaleAll : 'Sýna allt', scaleNoBorder : 'Án ramma', scaleFit : 'Fella skala að stærð', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'Jöfnun', - alignLeft : 'Vinstri', - alignAbsBottom: 'Abs neðst', - alignAbsMiddle: 'Abs miðjuð', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'Jöfnun', + alignLeft : 'Vinstri', + alignAbsBottom : 'Abs neðst', + alignAbsMiddle : 'Abs miðjuð', alignBaseline : 'Grunnlína', - alignBottom : 'Neðst', - alignMiddle : 'Miðjuð', - alignRight : 'Hægri', + alignBottom : 'Neðst', + alignMiddle : 'Miðjuð', + alignRight : 'Hægri', alignTextTop : 'Efri brún texta', - alignTop : 'Efst', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Bakgrunnslitur', - width : 'Breidd', - height : 'Hæð', - hSpace : 'Vinstri bil', - vSpace : 'Hægri bil', - validateSrc : 'Sláðu inn veffang stiklunnar!', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'Efst', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'Bakgrunnslitur', + width : 'Breidd', + height : 'Hæð', + hSpace : 'Vinstri bil', + vSpace : 'Hægri bil', + validateSrc : 'Sláðu inn veffang stiklunnar!', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['is'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'Númeraður listi', - bulletedlist : 'Punktalisti', - indent : 'Minnka inndrátt', - outdent : 'Auka inndrátt', + numberedlist : 'Númeraður listi', + bulletedlist : 'Punktalisti', + indent : 'Minnka inndrátt', + outdent : 'Auka inndrátt', justify : { - left : 'Vinstrijöfnun', - center : 'Miðja texta', - right : 'Hægrijöfnun', - block : 'Jafna báðum megin' + left : 'Vinstrijöfnun', + center : 'Miðja texta', + right : 'Hægrijöfnun', + block : 'Jafna báðum megin' }, blockquote : 'Inndráttur', @@ -501,61 +506,59 @@ CKEDITOR.lang['is'] = cutError : 'Öryggisstillingar vafrans þíns leyfa ekki klippingu texta með músaraðgerð. Notaðu lyklaborðið í klippa (Ctrl+X).', copyError : 'Öryggisstillingar vafrans þíns leyfa ekki afritun texta með músaraðgerð. Notaðu lyklaborðið í afrita (Ctrl+C).', pasteMsg : 'Límdu í svæðið hér að neðan og (Ctrl+V) og smelltu á OK.', - securityMsg : 'Vegna öryggisstillinga í vafranum þínum fær ritillinn ekki beinan aðgang að klippuborðinu. Þú verður að líma innihaldið aftur inn í þennan glugga.' + securityMsg : 'Vegna öryggisstillinga í vafranum þínum fær ritillinn ekki beinan aðgang að klippuborðinu. Þú verður að líma innihaldið aftur inn í þennan glugga.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Líma úr Word', - title : 'Líma úr Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Líma úr Word', + title : 'Líma úr Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Líma sem ósniðinn texta', - title : 'Líma sem ósniðinn texta' + button : 'Líma sem ósniðinn texta', + title : 'Líma sem ósniðinn texta' }, templates : { - button : 'Sniðmát', - title : 'Innihaldssniðmát', - insertOption: 'Skipta út raunverulegu innihaldi', - selectPromptMsg: 'Veldu sniðmát til að opna í ritlinum.
(Núverandi innihald víkur fyrir því!):', - emptyListMsg : '(Ekkert sniðmát er skilgreint!)' + button : 'Sniðmát', + title : 'Innihaldssniðmát', + insertOption : 'Skipta út raunverulegu innihaldi', + selectPromptMsg : 'Veldu sniðmát til að opna í ritlinum.
(Núverandi innihald víkur fyrir því!):', + emptyListMsg : '(Ekkert sniðmát er skilgreint!)' }, showBlocks : 'Sýna blokkir', stylesCombo : { - label : 'Stílflokkur', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'Stílflokkur', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'Stílsnið', - voiceLabel : 'Format', // MISSING - panelTitle : 'Stílsnið', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Stílsnið', + panelTitle : 'Stílsnið', - tag_p : 'Venjulegt letur', - tag_pre : 'Forsniðið', - tag_address : 'Vistfang', - tag_h1 : 'Fyrirsögn 1', - tag_h2 : 'Fyrirsögn 2', - tag_h3 : 'Fyrirsögn 3', - tag_h4 : 'Fyrirsögn 4', - tag_h5 : 'Fyrirsögn 5', - tag_h6 : 'Fyrirsögn 6', - tag_div : 'Venjulegt (DIV)' + tag_p : 'Venjulegt letur', + tag_pre : 'Forsniðið', + tag_address : 'Vistfang', + tag_h1 : 'Fyrirsögn 1', + tag_h2 : 'Fyrirsögn 2', + tag_h3 : 'Fyrirsögn 3', + tag_h4 : 'Fyrirsögn 4', + tag_h5 : 'Fyrirsögn 5', + tag_h6 : 'Fyrirsögn 6', + tag_div : 'Venjulegt (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['is'] = font : { - label : 'Leturgerð ', - voiceLabel : 'Font', // MISSING - panelTitle : 'Leturgerð ', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Leturgerð ', + voiceLabel : 'Font', // MISSING + panelTitle : 'Leturgerð ' }, fontSize : { - label : 'Leturstærð ', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Leturstærð ', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Leturstærð ', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Leturstærð ' }, colorButton : { - textColorTitle : 'Litur texta', - bgColorTitle : 'Bakgrunnslitur', - auto : 'Sjálfval', - more : 'Fleiri liti...' + textColorTitle : 'Litur texta', + bgColorTitle : 'Bakgrunnslitur', + panelTitle : 'Colors', // MISSING + auto : 'Sjálfval', + more : 'Fleiri liti...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['is'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['is'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/it.js b/_source/lang/it.js index 95db877..221b750 100644 --- a/_source/lang/it.js +++ b/_source/lang/it.js @@ -31,7 +31,11 @@ CKEDITOR.lang['it'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Codice Sorgente', @@ -68,12 +72,12 @@ CKEDITOR.lang['it'] = flash : 'Oggetto Flash', form : 'Modulo', checkbox : 'Checkbox', - radio : 'Radio Button', + radio : 'Radio Button', textField : 'Campo di testo', textarea : 'Area di testo', hiddenField : 'Campo nascosto', button : 'Bottone', - select : 'Menu di selezione', + select : 'Menu di selezione', imageButton : 'Bottone immagine', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['it'] = cssStyle : 'Stile', ok : 'OK', cancel : 'Annulla', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'Generale', advancedTab : 'Avanzate', - validateNumberFailed : 'Il valore inserito non è un numero.', + validateNumberFailed : 'Il valore inserito non è un numero.', confirmNewPage : 'Ogni modifica non salvata sarà persa. Sei sicuro di voler caricare una nuova pagina?', confirmCancel : 'Alcune delle opzioni sono state cambiate. Sei sicuro di voler chiudere la finestra di dialogo?', + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, non disponibile' @@ -116,22 +128,17 @@ CKEDITOR.lang['it'] = upload : 'Carica', advanced : 'Avanzate', type : 'Tipo di Collegamento', + toUrl : 'URL', // MISSING toAnchor : 'Ancora nella pagina', toEmail : 'E-Mail', - target : 'Destinazione', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Nuova finestra (_blank)', - targetTop : 'Finestra superiore (_top)', - targetSelf : 'Stessa finestra (_self)', - targetParent : 'Finestra padre (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Nome del riquadro di destinazione', targetPopupName : 'Nome finestra popup', popupFeatures : 'Caratteristiche finestra popup', popupResizable : 'Ridimensionabile', popupStatusBar : 'Barra di stato', - popupLocationBar : 'Barra degli indirizzi', + popupLocationBar: 'Barra degli indirizzi', popupToolbar : 'Barra degli strumenti', popupMenuBar : 'Barra del menu', popupFullScreen : 'A tutto schermo (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['it'] = popupTop : 'Posizione dall\'alto', id : 'Id', langDir : 'Direzione scrittura', - langDirNotSet : '', langDirLTR : 'Da Sinistra a Destra (LTR)', langDirRTL : 'Da Destra a Sinistra (RTL)', acccessKey : 'Scorciatoia
da tastiera', @@ -203,13 +209,13 @@ CKEDITOR.lang['it'] = columns : 'Colonne', border : 'Dimensione bordo', align : 'Allineamento', - alignNotSet : '', alignLeft : 'Sinistra', alignCenter : 'Centrato', alignRight : 'Destra', width : 'Larghezza', widthPx : 'pixel', widthPc : 'percento', + widthUnit : 'width unit', // MISSING height : 'Altezza', cellSpace : 'Spaziatura celle', cellPad : 'Padding celle', @@ -260,7 +266,7 @@ CKEDITOR.lang['it'] = invalidHeight : 'L\'altezza della cella dev\'essere un numero.', invalidRowSpan : 'Il numero di righe dev\'essere un numero intero.', invalidColSpan : 'Il numero di colonne dev\'essere un numero intero.', - chooseColor : 'Choose' // MISSING + chooseColor : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['it'] = menu : 'Proprietà modulo', action : 'Azione', method : 'Metodo', - encoding : 'Codifica', - target : 'Destinazione', - targetNotSet : '', - targetNew : 'Nuova finestra (_blank)', - targetTop : 'Finestra superiore (_top)', - targetSelf : 'Stessa finestra (_self)', - targetParent : 'Finestra padre (_parent)' + encoding : 'Codifica' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['it'] = title : 'Proprietà immagine', titleButton : 'Proprietà bottone immagine', menu : 'Proprietà immagine', - infoTab : 'Informazioni immagine', + infoTab : 'Informazioni immagine', btnUpload : 'Invia al server', - url : 'URL', - upload : 'Carica', - alt : 'Testo alternativo', + upload : 'Carica', + alt : 'Testo alternativo', width : 'Larghezza', - height : 'Altezza', + height : 'Altezza', lockRatio : 'Blocca rapporto', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Reimposta dimensione', - border : 'Bordo', - hSpace : 'HSpace', - vSpace : 'VSpace', + border : 'Bordo', + hSpace : 'HSpace', + vSpace : 'VSpace', align : 'Allineamento', alignLeft : 'Sinistra', alignRight : 'Destra', - preview : 'Anteprima', alertUrl : 'Devi inserire l\'URL per l\'immagine', - linkTab : 'Collegamento', + linkTab : 'Collegamento', button2Img : 'Vuoi trasformare il bottone immagine selezionato in un\'immagine semplice?', img2Button : 'Vuoi trasferomare l\'immagine selezionata in un bottone immagine?', - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['it'] = { properties : 'Proprietà Oggetto Flash', propertiesTab : 'Proprietà', - title : 'Proprietà Oggetto Flash', - chkPlay : 'Avvio Automatico', - chkLoop : 'Riavvio automatico', - chkMenu : 'Abilita Menu di Flash', - chkFull : 'Permetti la modalità tutto schermo', - scale : 'Ridimensiona', + title : 'Proprietà Oggetto Flash', + chkPlay : 'Avvio Automatico', + chkLoop : 'Riavvio automatico', + chkMenu : 'Abilita Menu di Flash', + chkFull : 'Permetti la modalità tutto schermo', + scale : 'Ridimensiona', scaleAll : 'Mostra Tutto', scaleNoBorder : 'Senza Bordo', scaleFit : 'Dimensione Esatta', access : 'Accesso Script', accessAlways : 'Sempre', - accessSameDomain : 'Solo stesso dominio', - accessNever : 'Mai', - align : 'Allineamento', - alignLeft : 'Sinistra', - alignAbsBottom: 'In basso assoluto', - alignAbsMiddle: 'Centrato assoluto', + accessSameDomain: 'Solo stesso dominio', + accessNever : 'Mai', + align : 'Allineamento', + alignLeft : 'Sinistra', + alignAbsBottom : 'In basso assoluto', + alignAbsMiddle : 'Centrato assoluto', alignBaseline : 'Linea base', - alignBottom : 'In Basso', - alignMiddle : 'Centrato', - alignRight : 'Destra', + alignBottom : 'In Basso', + alignMiddle : 'Centrato', + alignRight : 'Destra', alignTextTop : 'In alto al testo', - alignTop : 'In Alto', - quality : 'Qualità', - qualityBest : 'Massima', - qualityHigh : 'Alta', - qualityAutoHigh : 'Alta Automatica', - qualityMedium : 'Intermedia', - qualityAutoLow : 'Bassa Automatica', - qualityLow : 'Bassa', - windowModeWindow : 'Finestra', - windowModeOpaque : 'Opaca', - windowModeTransparent : 'Trasparente', - windowMode : 'Modalità finestra', - flashvars : 'Variabili per Flash', - bgcolor : 'Colore sfondo', - width : 'Larghezza', - height : 'Altezza', - hSpace : 'HSpace', - vSpace : 'VSpace', - validateSrc : 'Devi inserire l\'URL del collegamento', - validateWidth : 'La Larghezza dev\'essere un numero', - validateHeight : 'L\'altezza dev\'essere un numero', - validateHSpace : 'L\'HSpace dev\'essere un numero.', - validateVSpace : 'Il VSpace dev\'essere un numero.' + alignTop : 'In Alto', + quality : 'Qualità', + qualityBest : 'Massima', + qualityHigh : 'Alta', + qualityAutoHigh : 'Alta Automatica', + qualityMedium : 'Intermedia', + qualityAutoLow : 'Bassa Automatica', + qualityLow : 'Bassa', + windowModeWindow: 'Finestra', + windowModeOpaque: 'Opaca', + windowModeTransparent : 'Trasparente', + windowMode : 'Modalità finestra', + flashvars : 'Variabili per Flash', + bgcolor : 'Colore sfondo', + width : 'Larghezza', + height : 'Altezza', + hSpace : 'HSpace', + vSpace : 'VSpace', + validateSrc : 'Devi inserire l\'URL del collegamento', + validateWidth : 'La Larghezza dev\'essere un numero', + validateHeight : 'L\'altezza dev\'essere un numero', + validateHSpace : 'L\'HSpace dev\'essere un numero.', + validateVSpace : 'Il VSpace dev\'essere un numero.' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['it'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 elemento' }, - numberedlist : 'Elenco numerato', - bulletedlist : 'Elenco puntato', - indent : 'Aumenta rientro', - outdent : 'Riduci rientro', + numberedlist : 'Elenco numerato', + bulletedlist : 'Elenco puntato', + indent : 'Aumenta rientro', + outdent : 'Riduci rientro', justify : { - left : 'Allinea a sinistra', - center : 'Centra', - right : 'Allinea a destra', - block : 'Giustifica' + left : 'Allinea a sinistra', + center : 'Centra', + right : 'Allinea a destra', + block : 'Giustifica' }, blockquote : 'Citazione', @@ -501,61 +506,59 @@ CKEDITOR.lang['it'] = cutError : 'Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl+X).', copyError : 'Le impostazioni di sicurezza del browser non permettono di copiare automaticamente il testo. Usa la tastiera (Ctrl+C).', pasteMsg : 'Incolla il testo all\'interno dell\'area sottostante usando la scorciatoia di tastiere (Ctrl+V) e premi OK.', - securityMsg : 'A causa delle impostazioni di sicurezza del browser,l\'editor non è in grado di accedere direttamente agli appunti. E\' pertanto necessario incollarli di nuovo in questa finestra.' + securityMsg : 'A causa delle impostazioni di sicurezza del browser,l\'editor non è in grado di accedere direttamente agli appunti. E\' pertanto necessario incollarli di nuovo in questa finestra.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'Il testo da incollare sembra provenire da Word. Desideri pulirlo prima di incollare?', - toolbar : 'Incolla da Word', - title : 'Incolla da Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'Il testo da incollare sembra provenire da Word. Desideri pulirlo prima di incollare?', + toolbar : 'Incolla da Word', + title : 'Incolla da Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Incolla come testo semplice', - title : 'Incolla come testo semplice' + button : 'Incolla come testo semplice', + title : 'Incolla come testo semplice' }, templates : { - button : 'Modelli', - title : 'Contenuto dei modelli', - insertOption: 'Cancella il contenuto corrente', - selectPromptMsg: 'Seleziona il modello da aprire nell\'editor
(il contenuto attuale verrà eliminato):', - emptyListMsg : '(Nessun modello definito)' + button : 'Modelli', + title : 'Contenuto dei modelli', + insertOption : 'Cancella il contenuto corrente', + selectPromptMsg : 'Seleziona il modello da aprire nell\'editor
(il contenuto attuale verrà eliminato):', + emptyListMsg : '(Nessun modello definito)' }, showBlocks : 'Visualizza Blocchi', stylesCombo : { - label : 'Stile', - voiceLabel : 'Stili', - panelVoiceLabel : 'Seleziona uno stile', - panelTitle1 : 'Stili per blocchi', - panelTitle2 : 'Stili in linea', - panelTitle3 : 'Stili per oggetti' + label : 'Stile', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Stili per blocchi', + panelTitle2 : 'Stili in linea', + panelTitle3 : 'Stili per oggetti' }, format : { - label : 'Formato', - voiceLabel : 'Formato', - panelTitle : 'Formato', - panelVoiceLabel : 'Seleziona il formato per paragrafo', + label : 'Formato', + panelTitle : 'Formato', - tag_p : 'Normale', - tag_pre : 'Formattato', - tag_address : 'Indirizzo', - tag_h1 : 'Titolo 1', - tag_h2 : 'Titolo 2', - tag_h3 : 'Titolo 3', - tag_h4 : 'Titolo 4', - tag_h5 : 'Titolo 5', - tag_h6 : 'Titolo 6', - tag_div : 'Paragrafo (DIV)' + tag_p : 'Normale', + tag_pre : 'Formattato', + tag_address : 'Indirizzo', + tag_h1 : 'Titolo 1', + tag_h2 : 'Titolo 2', + tag_h3 : 'Titolo 3', + tag_h4 : 'Titolo 4', + tag_h5 : 'Titolo 5', + tag_h6 : 'Titolo 6', + tag_div : 'Paragrafo (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['it'] = font : { - label : 'Font', - voiceLabel : 'Font', - panelTitle : 'Font', - panelVoiceLabel : 'Seleziona un font' + label : 'Font', + voiceLabel : 'Font', + panelTitle : 'Font' }, fontSize : { - label : 'Dimensione', - voiceLabel : 'Dimensione Font', - panelTitle : 'Dimensione', - panelVoiceLabel : 'Seleziona una dimensione font' + label : 'Dimensione', + voiceLabel : 'Dimensione Font', + panelTitle : 'Dimensione' }, colorButton : { - textColorTitle : 'Colore testo', - bgColorTitle : 'Colore sfondo', - auto : 'Automatico', - more : 'Altri colori...' + textColorTitle : 'Colore testo', + bgColorTitle : 'Colore sfondo', + panelTitle : 'Colors', // MISSING + auto : 'Automatico', + more : 'Altri colori...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['it'] = scayt : { - title : 'Controllo Ortografico Mentre Scrivi', - enable : 'Abilita COMS', - disable : 'Disabilita COMS', - about : 'About COMS', - toggle : 'Inverti abilitazione SCOMS', - options : 'Opzioni', - langs : 'Lingue', - moreSuggestions : 'Altri suggerimenti', - ignore : 'Ignora', - ignoreAll : 'Ignora tutti', - addWord : 'Aggiungi Parola', - emptyDic : 'Il nome del dizionario non può essere vuoto.', - optionsTab : 'Opzioni', - languagesTab : 'Lingue', - dictionariesTab : 'Dizionari', - aboutTab : 'About' + title : 'Controllo Ortografico Mentre Scrivi', + enable : 'Abilita COMS', + disable : 'Disabilita COMS', + about : 'About COMS', + toggle : 'Inverti abilitazione SCOMS', + options : 'Opzioni', + langs : 'Lingue', + moreSuggestions : 'Altri suggerimenti', + ignore : 'Ignora', + ignoreAll : 'Ignora tutti', + addWord : 'Aggiungi Parola', + emptyDic : 'Il nome del dizionario non può essere vuoto.', + optionsTab : 'Opzioni', + languagesTab : 'Lingue', + dictionariesTab : 'Dizionari', + aboutTab : 'About' }, about : { - title : 'About CKEditor', - dlgTitle : 'About CKEditor', - moreInfo : 'Per le informazioni sulla licenza si prega di visitare il nostro sito:', - copy : 'Copyright © $1. Tutti i diritti riservati.' + title : 'About CKEditor', + dlgTitle : 'About CKEditor', + moreInfo : 'Per le informazioni sulla licenza si prega di visitare il nostro sito:', + copy : 'Copyright © $1. Tutti i diritti riservati.' }, maximize : 'Massimizza', @@ -676,22 +678,22 @@ CKEDITOR.lang['it'] = fakeobjects : { - anchor : 'Ancora', - flash : 'Animazione Flash', - div : 'Interruzione di Pagina', - unknown : 'Oggetto sconosciuto' + anchor : 'Ancora', + flash : 'Animazione Flash', + div : 'Interruzione di Pagina', + unknown : 'Oggetto sconosciuto' }, resize : 'Trascina per ridimensionare', colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/ja.js b/_source/lang/ja.js index ea83417..e80e209 100644 --- a/_source/lang/ja.js +++ b/_source/lang/ja.js @@ -31,7 +31,11 @@ CKEDITOR.lang['ja'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'リッチテキストエディタ, %1', + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'ソース', @@ -68,12 +72,12 @@ CKEDITOR.lang['ja'] = flash : 'Flash', form : 'フォーム', checkbox : 'チェックボックス', - radio : 'ラジオボタン', + radio : 'ラジオボタン', textField : '1行テキスト', textarea : 'テキストエリア', hiddenField : '不可視フィールド', button : 'ボタン', - select : '選択フィールド', + select : '選択フィールド', imageButton : '画像ボタン', notSet : '<なし>', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['ja'] = cssStyle : 'スタイルシート', ok : 'OK', cancel : 'キャンセル', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : '全般', advancedTab : '高度な設定', - validateNumberFailed : '値が数ではありません', + validateNumberFailed : '値が数ではありません', confirmNewPage : '変更内容を保存せず、 新しいページを開いてもよろしいでしょうか?', confirmCancel : 'オプション設定を変更しました。ダイアログを閉じてもよろしいでしょうか?', + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, 利用不可能' @@ -116,22 +128,17 @@ CKEDITOR.lang['ja'] = upload : 'アップロード', advanced : '高度な設定', type : 'リンクタイプ', + toUrl : 'URL', // MISSING toAnchor : 'このページのアンカー', toEmail : 'E-Mail', - target : 'ターゲット', - targetNotSet : '<なし>', - targetFrame : '<フレーム>', - targetPopup : '<ポップアップウィンドウ>', - targetNew : '新しいウィンドウ (_blank)', - targetTop : '最上位ウィンドウ (_top)', - targetSelf : '同じウィンドウ (_self)', - targetParent : '親ウィンドウ (_parent)', + targetFrame : '<フレーム>', + targetPopup : '<ポップアップウィンドウ>', targetFrameName : '目的のフレーム名', targetPopupName : 'ポップアップウィンドウ名', popupFeatures : 'ポップアップウィンドウ特徴', popupResizable : 'サイズ可変', popupStatusBar : 'ステータスバー', - popupLocationBar : 'ロケーションバー', + popupLocationBar: 'ロケーションバー', popupToolbar : 'ツールバー', popupMenuBar : 'メニューバー', popupFullScreen : '全画面モード(IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['ja'] = popupTop : '上端からの座標で指定', id : 'Id', langDir : '文字表記の方向', - langDirNotSet : '<なし>', langDirLTR : '左から右 (LTR)', langDirRTL : '右から左 (RTL)', acccessKey : 'アクセスキー', @@ -203,13 +209,13 @@ CKEDITOR.lang['ja'] = columns : '列', border : 'ボーダーサイズ', align : 'テーブルの整列', - alignNotSet : '<なし>', alignLeft : 'å·¦', alignCenter : '中央', alignRight : '右', width : '幅', widthPx : 'ピクセル', widthPc : 'パーセント', + widthUnit : 'width unit', // MISSING height : '高さ', cellSpace : 'セル内余白', cellPad : 'セル内間隔', @@ -260,7 +266,7 @@ CKEDITOR.lang['ja'] = invalidHeight : 'セル高さは数値で入力してください。', invalidRowSpan : '縦幅(行数)は数値で入力してください。', invalidColSpan : '横幅(列数)は数値で入力してください。', - chooseColor : '色の選択' + chooseColor : '色の選択' }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['ja'] = menu : 'フォーム プロパティ', action : 'アクション', method : 'メソッド', - encoding : 'エンコーディング', - target : 'ターゲット', - targetNotSet : '<なし>', - targetNew : '新しいウィンドウ (_blank)', - targetTop : '最上位ウィンドウ (_top)', - targetSelf : '同じウィンドウ (_self)', - targetParent : '親ウィンドウ (_parent)' + encoding : 'エンコーディング' }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['ja'] = title : 'イメージ プロパティ', titleButton : '画像ボタン プロパティ', menu : 'イメージ プロパティ', - infoTab : 'イメージ 情報', + infoTab : 'イメージ 情報', btnUpload : 'サーバーに送信', - url : 'URL', - upload : 'アップロード', - alt : '代替テキスト', + upload : 'アップロード', + alt : '代替テキスト', width : '幅', - height : '高さ', + height : '高さ', lockRatio : 'ロック比率', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'サイズリセット', - border : 'ボーダー', - hSpace : '横間隔', - vSpace : '縦間隔', + border : 'ボーダー', + hSpace : '横間隔', + vSpace : '縦間隔', align : '行揃え', alignLeft : 'å·¦', alignRight : '右', - preview : 'プレビュー', alertUrl : 'イメージのURLを入力してください。', - linkTab : 'リンク', + linkTab : 'リンク', button2Img : '選択したボタンを画像に置き換えますか?', img2Button : '選択した画像をボタンに置き換えますか?', - urlMissing : 'イメージのURLを入力してください。' + urlMissing : 'イメージのURLを入力してください。', + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['ja'] = { properties : 'Flash プロパティ', propertiesTab : 'プロパティ', - title : 'Flash プロパティ', - chkPlay : '再生', - chkLoop : 'ループ再生', - chkMenu : 'Flashメニュー可能', - chkFull : 'フルスクリーン許可', - scale : '拡大縮小設定', + title : 'Flash プロパティ', + chkPlay : '再生', + chkLoop : 'ループ再生', + chkMenu : 'Flashメニュー可能', + chkFull : 'フルスクリーン許可', + scale : '拡大縮小設定', scaleAll : 'すべて表示', scaleNoBorder : '外が見えない様に拡大', scaleFit : '上下左右にフィット', access : 'スプリクトアクセス(AllowScriptAccess)', accessAlways : 'すべての場合に通信可能(Always)', - accessSameDomain : '同一ドメインのみに通信可能(Same domain)', - accessNever : 'すべての場合に通信不可能(Never)', - align : '行揃え', - alignLeft : 'å·¦', - alignAbsBottom: '下部(絶対的)', - alignAbsMiddle: '中央(絶対的)', + accessSameDomain: '同一ドメインのみに通信可能(Same domain)', + accessNever : 'すべての場合に通信不可能(Never)', + align : '行揃え', + alignLeft : 'å·¦', + alignAbsBottom : '下部(絶対的)', + alignAbsMiddle : '中央(絶対的)', alignBaseline : 'ベースライン', - alignBottom : '下', - alignMiddle : '中央', - alignRight : '右', + alignBottom : '下', + alignMiddle : '中央', + alignRight : '右', alignTextTop : 'テキスト上部', - alignTop : '上', - quality : '画質', - qualityBest : '品質優先', - qualityHigh : '高', - qualityAutoHigh : '自動/高', - qualityMedium : '中', - qualityAutoLow : '自動/低', - qualityLow : '低', - windowModeWindow : '標準', - windowModeOpaque : '背景を不透明設定', - windowModeTransparent : '背景を透過設定', - windowMode : 'ウィンドウモード', - flashvars : 'フラッシュに渡す変数(FlashVars)', - bgcolor : '背景色', - width : '幅', - height : '高さ', - hSpace : '横間隔', - vSpace : '縦間隔', - validateSrc : 'リンクURLを入力してください。', - validateWidth : '幅は数値で入力してください。', - validateHeight : '高さは数値で入力してください。', - validateHSpace : '横間隔は数値で入力してください。', - validateVSpace : '縦間隔は数値で入力してください。' + alignTop : '上', + quality : '画質', + qualityBest : '品質優先', + qualityHigh : '高', + qualityAutoHigh : '自動/高', + qualityMedium : '中', + qualityAutoLow : '自動/低', + qualityLow : '低', + windowModeWindow: '標準', + windowModeOpaque: '背景を不透明設定', + windowModeTransparent : '背景を透過設定', + windowMode : 'ウィンドウモード', + flashvars : 'フラッシュに渡す変数(FlashVars)', + bgcolor : '背景色', + width : '幅', + height : '高さ', + hSpace : '横間隔', + vSpace : '縦間隔', + validateSrc : 'リンクURLを入力してください。', + validateWidth : '幅は数値で入力してください。', + validateHeight : '高さは数値で入力してください。', + validateHSpace : '横間隔は数値で入力してください。', + validateVSpace : '縦間隔は数値で入力してください。' }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['ja'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 エレメント' }, - numberedlist : '段落番号', - bulletedlist : '箇条書き', - indent : 'インデント', - outdent : 'インデント解除', + numberedlist : '段落番号', + bulletedlist : '箇条書き', + indent : 'インデント', + outdent : 'インデント解除', justify : { - left : '左揃え', - center : '中央揃え', - right : '右揃え', - block : '両端揃え' + left : '左揃え', + center : '中央揃え', + right : '右揃え', + block : '両端揃え' }, blockquote : 'ブロック引用', @@ -501,61 +506,59 @@ CKEDITOR.lang['ja'] = cutError : 'ブラウザーのセキュリティ設定によりエディタの切り取り操作が自動で実行することができません。実行するには手動でキーボードの(Ctrl+X)を使用してください。', copyError : 'ブラウザーのセキュリティ設定によりエディタのコピー操作が自動で実行することができません。実行するには手動でキーボードの(Ctrl+C)を使用してください。', pasteMsg : 'キーボード(Ctrl+V)を使用して、次の入力エリア内で貼って、OKを押してください。', - securityMsg : 'ブラウザのセキュリティ設定により、エディタはクリップボード・データに直接アクセスすることができません。このウィンドウは貼り付け操作を行う度に表示されます。' + securityMsg : 'ブラウザのセキュリティ設定により、エディタはクリップボード・データに直接アクセスすることができません。このウィンドウは貼り付け操作を行う度に表示されます。', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : '貼り付けを行うテキストは、ワード文章からコピーされようとしています。貼り付ける前にクリーニングを行いますか?', - toolbar : 'ワード文章から貼り付け', - title : 'ワード文章から貼り付け', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : '貼り付けを行うテキストは、ワード文章からコピーされようとしています。貼り付ける前にクリーニングを行いますか?', + toolbar : 'ワード文章から貼り付け', + title : 'ワード文章から貼り付け', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'プレーンテキスト貼り付け', - title : 'プレーンテキスト貼り付け' + button : 'プレーンテキスト貼り付け', + title : 'プレーンテキスト貼り付け' }, templates : { - button : 'テンプレート(雛形)', - title : 'テンプレート内容', - insertOption: '現在のエディタの内容と置換えをします', - selectPromptMsg: 'エディターで使用するテンプレートを選択してください。
(現在のエディタの内容は失われます):', - emptyListMsg : '(テンプレートが定義されていません)' + button : 'テンプレート(雛形)', + title : 'テンプレート内容', + insertOption : '現在のエディタの内容と置換えをします', + selectPromptMsg : 'エディターで使用するテンプレートを選択してください。
(現在のエディタの内容は失われます):', + emptyListMsg : '(テンプレートが定義されていません)' }, showBlocks : 'ブロック表示', stylesCombo : { - label : 'スタイル', - voiceLabel : 'スタイル', - panelVoiceLabel : 'スタイルを選択してください', - panelTitle1 : 'ブロックスタイル', - panelTitle2 : 'インラインスタイル', - panelTitle3 : 'オブジェクトスタイル' + label : 'スタイル', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'ブロックスタイル', + panelTitle2 : 'インラインスタイル', + panelTitle3 : 'オブジェクトスタイル' }, format : { - label : 'フォーマット', - voiceLabel : 'フォーマット', - panelTitle : 'フォーマット', - panelVoiceLabel : 'パラグラフ形式を選択してください。', + label : 'フォーマット', + panelTitle : 'フォーマット', - tag_p : '標準', - tag_pre : '書式付き', - tag_address : 'アドレス', - tag_h1 : '見出し 1', - tag_h2 : '見出し 2', - tag_h3 : '見出し 3', - tag_h4 : '見出し 4', - tag_h5 : '見出し 5', - tag_h6 : '見出し 6', - tag_div : '標準 (DIV)' + tag_p : '標準', + tag_pre : '書式付き', + tag_address : 'アドレス', + tag_h1 : '見出し 1', + tag_h2 : '見出し 2', + tag_h3 : '見出し 3', + tag_h4 : '見出し 4', + tag_h5 : '見出し 5', + tag_h6 : '見出し 6', + tag_div : '標準 (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['ja'] = font : { - label : 'フォント', - voiceLabel : 'フォント', - panelTitle : 'フォント', - panelVoiceLabel : 'フォントを選択してください' + label : 'フォント', + voiceLabel : 'フォント', + panelTitle : 'フォント' }, fontSize : { - label : 'サイズ', - voiceLabel : 'フォントサイズ', - panelTitle : 'サイズ', - panelVoiceLabel : 'フォントサイズを選択してください' + label : 'サイズ', + voiceLabel : 'フォントサイズ', + panelTitle : 'サイズ' }, colorButton : { - textColorTitle : 'テキスト色', - bgColorTitle : '背景色', - auto : '自動', - more : 'その他の色...' + textColorTitle : 'テキスト色', + bgColorTitle : '背景色', + panelTitle : 'Colors', // MISSING + auto : '自動', + more : 'その他の色...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['ja'] = scayt : { - title : 'スペルチェック設定(SCAYT)', - enable : 'SCAYT有効', - disable : 'SCAYT無効', - about : 'SCAYTバージョン', - toggle : 'SCAYT切替', - options : 'オプション', - langs : '言語', - moreSuggestions : '他の候補', - ignore : '無視', - ignoreAll : 'すべて無視', - addWord : '語句追加', - emptyDic : '辞書名は必ず入力してください', - optionsTab : 'オプション', - languagesTab : '言語', - dictionariesTab : '辞書', - aboutTab : 'バージョン情報' + title : 'スペルチェック設定(SCAYT)', + enable : 'SCAYT有効', + disable : 'SCAYT無効', + about : 'SCAYTバージョン', + toggle : 'SCAYT切替', + options : 'オプション', + langs : '言語', + moreSuggestions : '他の候補', + ignore : '無視', + ignoreAll : 'すべて無視', + addWord : '語句追加', + emptyDic : '辞書名は必ず入力してください', + optionsTab : 'オプション', + languagesTab : '言語', + dictionariesTab : '辞書', + aboutTab : 'バージョン情報' }, about : { - title : 'CKEditorバージョン情報', - dlgTitle : 'CKEditorバージョン情報', - moreInfo : 'ライセンス情報の詳細はウェブサイトにて確認してください:', - copy : 'Copyright © $1. All rights reserved.' + title : 'CKEditorバージョン情報', + dlgTitle : 'CKEditorバージョン情報', + moreInfo : 'ライセンス情報の詳細はウェブサイトにて確認してください:', + copy : 'Copyright © $1. All rights reserved.' }, maximize : '最大化', @@ -676,22 +678,22 @@ CKEDITOR.lang['ja'] = fakeobjects : { - anchor : 'アンカー', - flash : 'Flash Animation', - div : 'Page Break', - unknown : 'Unknown Object' + anchor : 'アンカー', + flash : 'Flash Animation', + div : 'Page Break', + unknown : 'Unknown Object' }, resize : 'ドラッグしてリサイズ', colordialog : { - title : '色選択', - highlight : 'ハイライト', - selected : '選択された色', - clear : 'クリア' + title : '色選択', + highlight : 'ハイライト', + selected : '選択された色', + clear : 'クリア' }, - toolbarCollapse : 'ツールバーを閉じる', - toolbarExpand : 'ツールバーを開く' + toolbarCollapse : 'ツールバーを閉じる', + toolbarExpand : 'ツールバーを開く' }; diff --git a/_source/lang/km.js b/_source/lang/km.js index f6e59b8..3774a48 100644 --- a/_source/lang/km.js +++ b/_source/lang/km.js @@ -31,7 +31,11 @@ CKEDITOR.lang['km'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'កូត', @@ -68,12 +72,12 @@ CKEDITOR.lang['km'] = flash : 'Flash', form : 'បែបបទ', checkbox : 'ប្រអប់ជ្រើសរើស', - radio : 'ប៉ូតុនរង្វង់មូល', + radio : 'ប៉ូតុនរង្វង់មូល', textField : 'ជួរសរសេរអត្ថបទ', textarea : 'តំបន់សរសេរអត្ថបទ', hiddenField : 'ជួរលាក់', button : 'ប៉ូតុន', - select : 'ជួរជ្រើសរើស', + select : 'ជួរជ្រើសរើស', imageButton : 'ប៉ូតុនរូបភាព', notSet : '<មិនមែន>', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['km'] = cssStyle : 'ម៉ូត', ok : 'យល់ព្រម', cancel : 'មិនយល់ព្រម', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : 'កំរិតខ្ពស់', - validateNumberFailed : 'This value is not a number.', // MISSING + validateNumberFailed : 'This value is not a number.', // MISSING confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['km'] = upload : 'ទាញយក', advanced : 'កំរិតខ្ពស់', type : 'ប្រភេទឈ្នាប់', + toUrl : 'URL', // MISSING toAnchor : 'យុថ្កានៅក្នុងទំព័រនេះ', toEmail : 'អ៊ីមែល', - target : 'គោលដៅ', - targetNotSet : '<មិនមែន>', - targetFrame : '<ហ្វ្រេម>', - targetPopup : '<វីនដូវ លោត>', - targetNew : 'វីនដូវថ្មី (_blank)', - targetTop : 'វីនដូវនៅលើគេ(_top)', - targetSelf : 'វីនដូវដដែល (_self)', - targetParent : 'វីនដូវមេ (_parent)', + targetFrame : '<ហ្វ្រេម>', + targetPopup : '<វីនដូវ លោត>', targetFrameName : 'ឈ្មោះហ្រ្វេមដែលជាគោលដៅ', targetPopupName : 'ឈ្មោះវីនដូវលោត', popupFeatures : 'លក្ខណះរបស់វីនដូលលោត', popupResizable : 'Resizable', // MISSING popupStatusBar : 'របា ពត៌មាន', - popupLocationBar : 'របា ទីតាំង', + popupLocationBar: 'របា ទីតាំង', popupToolbar : 'របា ឩបករណ៍', popupMenuBar : 'របា មឺនុយ', popupFullScreen : 'អេក្រុងពេញ(IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['km'] = popupTop : 'ទីតាំងខាងលើ', id : 'Id', // MISSING langDir : 'ទិសដៅភាសា', - langDirNotSet : '<មិនមែន>', langDirLTR : 'ពីឆ្វេងទៅស្តាំ(LTR)', langDirRTL : 'ពីស្តាំទៅឆ្វេង(RTL)', acccessKey : 'ឃី សំរាប់ចូល', @@ -203,13 +209,13 @@ CKEDITOR.lang['km'] = columns : 'ជួរឈរ', border : 'ទំហំស៊ុម', align : 'ការកំណត់ទីតាំង', - alignNotSet : '<មិនកំណត់>', alignLeft : 'ខាងឆ្វេង', alignCenter : 'កណ្តាល', alignRight : 'ខាងស្តាំ', width : 'ទទឹង', widthPx : 'ភីកសែល', widthPc : 'ភាគរយ', + widthUnit : 'width unit', // MISSING height : 'កំពស់', cellSpace : 'គំលាតសែល', cellPad : 'គែមសែល', @@ -260,7 +266,7 @@ CKEDITOR.lang['km'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['km'] = menu : 'ការកំណត់បែបបទ', action : 'សកម្មភាព', method : 'វិធី', - encoding : 'Encoding', // MISSING - target : 'គោលដៅ', - targetNotSet : '<មិនមែន>', - targetNew : 'វីនដូវថ្មី (_blank)', - targetTop : 'វីនដូវនៅលើគេ(_top)', - targetSelf : 'វីនដូវដដែល (_self)', - targetParent : 'វីនដូវមេ (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['km'] = title : 'ការកំណត់រូបភាព', titleButton : 'ការកំណត់ប៉ូតុនរូបភាព', menu : 'ការកំណត់រូបភាព', - infoTab : 'ពត៌មានអំពីរូបភាព', + infoTab : 'ពត៌មានអំពីរូបភាព', btnUpload : 'បញ្ជូនទៅកាន់ម៉ាស៊ីនផ្តល់សេវា', - url : 'URL', - upload : 'ទាញយក', - alt : 'អត្ថបទជំនួស', + upload : 'ទាញយក', + alt : 'អត្ថបទជំនួស', width : 'ទទឹង', - height : 'កំពស់', + height : 'កំពស់', lockRatio : 'អត្រាឡុក', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'កំណត់ទំហំឡើងវិញ', - border : 'ស៊ុម', - hSpace : 'គំលាតទទឹង', - vSpace : 'គំលាតបណ្តោយ', + border : 'ស៊ុម', + hSpace : 'គំលាតទទឹង', + vSpace : 'គំលាតបណ្តោយ', align : 'កំណត់ទីតាំង', alignLeft : 'ខាងឆ្វង', alignRight : 'ខាងស្តាំ', - preview : 'មើលសាកល្បង', alertUrl : 'សូមសរសេរងាស័យដ្ឋានរបស់រូបភាព', - 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 : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['km'] = { properties : 'ការកំណត់ Flash', propertiesTab : 'Properties', // MISSING - title : 'ការកំណត់ Flash', - chkPlay : 'លេងដោយស្វ័យប្រវត្ត', - chkLoop : 'ចំនួនដង', - chkMenu : 'បង្ហាញ មឺនុយរបស់ Flash', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'ទំហំ', + title : 'ការកំណត់ Flash', + chkPlay : 'លេងដោយស្វ័យប្រវត្ត', + chkLoop : 'ចំនួនដង', + chkMenu : 'បង្ហាញ មឺនុយរបស់ Flash', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'ទំហំ', scaleAll : 'បង្ហាញទាំងអស់', scaleNoBorder : 'មិនបង្ហាញស៊ុម', scaleFit : 'ត្រូវល្មម', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'កំណត់ទីតាំង', - alignLeft : 'ខាងឆ្វង', - alignAbsBottom: 'Abs Bottom', // MISSING - alignAbsMiddle: 'Abs Middle', // MISSING + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'កំណត់ទីតាំង', + alignLeft : 'ខាងឆ្វង', + alignAbsBottom : 'Abs Bottom', // MISSING + alignAbsMiddle : 'Abs Middle', // MISSING alignBaseline : 'បន្ទាត់ជាមូលដ្ឋាន', - alignBottom : 'ខាងក្រោម', - alignMiddle : 'កណ្តាល', - alignRight : 'ខាងស្តាំ', + alignBottom : 'ខាងក្រោម', + alignMiddle : 'កណ្តាល', + alignRight : 'ខាងស្តាំ', alignTextTop : 'លើអត្ថបទ', - alignTop : 'ខាងលើ', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'ពណ៌ផ្ទៃខាងក្រោយ', - width : 'ទទឹង', - height : 'កំពស់', - hSpace : 'គំលាតទទឹង', - vSpace : 'គំលាតបណ្តោយ', - validateSrc : 'សូមសរសេរ អាស័យដ្ឋាន URL', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'ខាងលើ', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'ពណ៌ផ្ទៃខាងក្រោយ', + width : 'ទទឹង', + height : 'កំពស់', + hSpace : 'គំលាតទទឹង', + vSpace : 'គំលាតបណ្តោយ', + validateSrc : 'សូមសរសេរ អាស័យដ្ឋាន URL', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,23 +481,24 @@ CKEDITOR.lang['km'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'បញ្ជីជាអក្សរ', - bulletedlist : 'បញ្ជីជារង្វង់មូល', - indent : 'បន្ថែមការចូលបន្ទាត់', - outdent : 'បន្ថយការចូលបន្ទាត់', + numberedlist : 'បញ្ជីជាអក្សរ', + bulletedlist : 'បញ្ជីជារង្វង់មូល', + indent : 'បន្ថែមការចូលបន្ទាត់', + outdent : 'បន្ថយការចូលបន្ទាត់', justify : { - left : 'តំរឹមឆ្វេង', - center : 'តំរឹមកណ្តាល', - right : 'តំរឹមស្តាំ', - block : 'តំរឹមសងខាង' + left : 'តំរឹមឆ្វេង', + center : 'តំរឹមកណ្តាល', + right : 'តំរឹមស្តាំ', + block : 'តំរឹមសងខាង' }, - blockquote : 'Blockquote', // MISSING + blockquote : 'Block Quote', // MISSING clipboard : { @@ -501,61 +506,59 @@ CKEDITOR.lang['km'] = cutError : 'ការកំណត់សុវត្ថភាពរបស់កម្មវិធីរុករករបស់លោកអ្នក នេះ\u200bមិនអាចធ្វើកម្មវិធីតាក់តែងអត្ថបទ កាត់អត្ថបទយកដោយស្វ័យប្រវត្តបានឡើយ ។ សូមប្រើប្រាស់បន្សំ ឃីដូចនេះ (Ctrl+X) ។', copyError : 'ការកំណត់សុវត្ថភាពរបស់កម្មវិធីរុករករបស់លោកអ្នក នេះ\u200bមិនអាចធ្វើកម្មវិធីតាក់តែងអត្ថបទ ចំលងអត្ថបទយកដោយស្វ័យប្រវត្តបានឡើយ ។ សូមប្រើប្រាស់បន្សំ ឃីដូចនេះ (Ctrl+C)។', pasteMsg : 'សូមចំលងអត្ថបទទៅដាក់ក្នុងប្រអប់ដូចខាងក្រោមដោយប្រើប្រាស់ ឃី \u200b(Ctrl+V) ហើយចុច OK ។', - securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.' // MISSING + securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'ចំលងដាក់ពី Word', - title : 'ចំលងដាក់ពី Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'ចំលងដាក់ពី Word', + title : 'ចំលងដាក់ពី Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'ចំលងដាក់អត្ថបទធម្មតា', - title : 'ចំលងដាក់អត្ថបទធម្មតា' + button : 'ចំលងដាក់អត្ថបទធម្មតា', + title : 'ចំលងដាក់អត្ថបទធម្មតា' }, templates : { - button : 'ឯកសារគំរូ', - title : 'ឯកសារគំរូ របស់អត្ថន័យ', - insertOption: 'Replace actual contents', // MISSING - selectPromptMsg: 'សូមជ្រើសរើសឯកសារគំរូ ដើម្បីបើកនៅក្នុងកម្មវិធីតាក់តែងអត្ថបទ
(អត្ថបទនឹងបាត់បង់):', - emptyListMsg : '(ពុំមានឯកសារគំរូត្រូវបានកំណត់)' + button : 'ឯកសារគំរូ', + title : 'ឯកសារគំរូ របស់អត្ថន័យ', + insertOption : 'Replace actual contents', // MISSING + selectPromptMsg : 'សូមជ្រើសរើសឯកសារគំរូ ដើម្បីបើកនៅក្នុងកម្មវិធីតាក់តែងអត្ថបទ
(អត្ថបទនឹងបាត់បង់):', + emptyListMsg : '(ពុំមានឯកសារគំរូត្រូវបានកំណត់)' }, showBlocks : 'Show Blocks', // MISSING stylesCombo : { - label : 'ម៉ូត', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'ម៉ូត', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'រចនា', - voiceLabel : 'Format', // MISSING - panelTitle : 'រចនា', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'រចនា', + panelTitle : 'រចនា', - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - tag_h1 : 'Heading 1', - tag_h2 : 'Heading 2', - tag_h3 : 'Heading 3', - tag_h4 : 'Heading 4', - tag_h5 : 'Heading 5', - tag_h6 : 'Heading 6', - tag_div : 'Normal (DIV)' + tag_p : 'Normal', + tag_pre : 'Formatted', + tag_address : 'Address', + tag_h1 : 'Heading 1', + tag_h2 : 'Heading 2', + tag_h3 : 'Heading 3', + tag_h4 : 'Heading 4', + tag_h5 : 'Heading 5', + tag_h6 : 'Heading 6', + tag_div : 'Normal (DIV)' }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['km'] = font : { - label : 'ហ្វុង', - voiceLabel : 'Font', // MISSING - panelTitle : 'ហ្វុង', - panelVoiceLabel : 'Select a font' // MISSING + label : 'ហ្វុង', + voiceLabel : 'Font', // MISSING + panelTitle : 'ហ្វុង' }, fontSize : { - label : 'ទំហំ', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'ទំហំ', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'ទំហំ', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'ទំហំ' }, colorButton : { - textColorTitle : 'ពណ៌អក្សរ', - bgColorTitle : 'ពណ៌ផ្ទៃខាងក្រោយ', - auto : 'ស្វ័យប្រវត្ត', - more : 'ពណ៌ផ្សេងទៀត..' + textColorTitle : 'ពណ៌អក្សរ', + bgColorTitle : 'ពណ៌ផ្ទៃខាងក្រោយ', + panelTitle : 'Colors', // MISSING + auto : 'ស្វ័យប្រវត្ត', + more : 'ពណ៌ផ្សេងទៀត..' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['km'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['km'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/ko.js b/_source/lang/ko.js index ae7c5f0..4b5ed07 100644 --- a/_source/lang/ko.js +++ b/_source/lang/ko.js @@ -31,7 +31,11 @@ CKEDITOR.lang['ko'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : '소스', @@ -68,12 +72,12 @@ CKEDITOR.lang['ko'] = flash : '플래쉬', form : '폼', checkbox : '체크박스', - radio : '라디오버튼', + radio : '라디오버튼', textField : '입력필드', textarea : '입력영역', hiddenField : '숨김필드', button : '버튼', - select : '펼침목록', + select : '펼침목록', imageButton : '이미지버튼', notSet : '<설정되지 않음>', id : 'ID', @@ -88,11 +92,19 @@ CKEDITOR.lang['ko'] = cssStyle : 'Style', ok : '예', cancel : '아니오', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : '자세히', - validateNumberFailed : 'This value is not a number.', // MISSING + validateNumberFailed : 'This value is not a number.', // MISSING confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING + options : 'Options', // MISSING + target : 'Target', // MISSING + targetNew : 'New Window (_blank)', // MISSING + targetTop : 'Topmost Window (_top)', // MISSING + targetSelf : 'Same Window (_self)', // MISSING + targetParent : 'Parent Window (_parent)', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['ko'] = upload : '업로드', advanced : '자세히', type : '링크 종류', + toUrl : 'URL', // MISSING toAnchor : '책갈피', toEmail : '이메일', - target : '타겟', - targetNotSet : '<설정되지 않음>', - targetFrame : '<프레임>', - targetPopup : '<팝업창>', - targetNew : '새 ì°½ (_blank)', - targetTop : '최 상위 ì°½ (_top)', - targetSelf : '현재 ì°½ (_self)', - targetParent : '부모 ì°½ (_parent)', + targetFrame : '<프레임>', + targetPopup : '<팝업창>', targetFrameName : '타겟 프레임 이름', targetPopupName : '팝업창 이름', popupFeatures : '팝업창 설정', popupResizable : 'Resizable', // MISSING popupStatusBar : '상태바', - popupLocationBar : '주소표시줄', + popupLocationBar: '주소표시줄', popupToolbar : '툴바', popupMenuBar : '메뉴바', popupFullScreen : '전체화면 (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['ko'] = popupTop : '윗쪽 위치', id : 'Id', // MISSING langDir : '쓰기 방향', - langDirNotSet : '<설정되지 않음>', langDirLTR : '왼쪽에서 오른쪽 (LTR)', langDirRTL : '오른쪽에서 왼쪽 (RTL)', acccessKey : '엑세스 키', @@ -203,13 +209,13 @@ CKEDITOR.lang['ko'] = columns : '세로줄', border : '테두리 크기', align : '정렬', - alignNotSet : '<설정되지 않음>', alignLeft : '왼쪽', alignCenter : '가운데', alignRight : '오른쪽', width : '너비', widthPx : '픽셀', widthPc : '퍼센트', + widthUnit : 'width unit', // MISSING height : '높이', cellSpace : '셀 간격', cellPad : '셀 여백', @@ -260,7 +266,7 @@ CKEDITOR.lang['ko'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['ko'] = menu : '폼 속성', action : '실행경로(Action)', method : '방법(Method)', - encoding : 'Encoding', // MISSING - target : '타겟', - targetNotSet : '<설정되지 않음>', - targetNew : '새 ì°½ (_blank)', - targetTop : '최 상위 ì°½ (_top)', - targetSelf : '현재 ì°½ (_self)', - targetParent : '부모 ì°½ (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['ko'] = title : '이미지 설정', titleButton : '이미지버튼 속성', menu : '이미지 설정', - infoTab : '이미지 정보', + infoTab : '이미지 정보', btnUpload : '서버로 전송', - url : 'URL', - upload : '업로드', - alt : '이미지 설명', + upload : '업로드', + alt : '이미지 설명', width : '너비', - height : '높이', + height : '높이', lockRatio : '비율 유지', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : '원래 크기로', - border : '테두리', - hSpace : '수평여백', - vSpace : '수직여백', + border : '테두리', + hSpace : '수평여백', + vSpace : '수직여백', align : '정렬', alignLeft : '왼쪽', alignRight : '오른쪽', - preview : '미리보기', 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 : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['ko'] = { properties : '플래쉬 속성', propertiesTab : 'Properties', // MISSING - title : '플래쉬 등록정보', - chkPlay : '자동재생', - chkLoop : '반복', - chkMenu : '플래쉬메뉴 가능', - chkFull : 'Allow Fullscreen', // MISSING - scale : '영역', + title : '플래쉬 등록정보', + chkPlay : '자동재생', + chkLoop : '반복', + chkMenu : '플래쉬메뉴 가능', + chkFull : 'Allow Fullscreen', // MISSING + scale : '영역', scaleAll : '모두보기', scaleNoBorder : '경계선없음', scaleFit : '영역자동조절', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : '정렬', - alignLeft : '왼쪽', - alignAbsBottom: '줄아래(Abs Bottom)', - alignAbsMiddle: '줄중간(Abs Middle)', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : '정렬', + alignLeft : '왼쪽', + alignAbsBottom : '줄아래(Abs Bottom)', + alignAbsMiddle : '줄중간(Abs Middle)', alignBaseline : '기준선', - alignBottom : '아래', - alignMiddle : '중간', - alignRight : '오른쪽', + alignBottom : '아래', + alignMiddle : '중간', + alignRight : '오른쪽', alignTextTop : '글자상단', - alignTop : '위', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'ë°°ê²½ 색상', - width : '너비', - height : '높이', - hSpace : '수평여백', - vSpace : '수직여백', - validateSrc : '링크 URL을 입력하십시요.', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : '위', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'ë°°ê²½ 색상', + width : '너비', + height : '높이', + hSpace : '수평여백', + vSpace : '수직여백', + validateSrc : '링크 URL을 입력하십시요.', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,23 +481,24 @@ CKEDITOR.lang['ko'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : '순서있는 목록', - bulletedlist : '순서없는 목록', - indent : '들여쓰기', - outdent : '내어쓰기', + numberedlist : '순서있는 목록', + bulletedlist : '순서없는 목록', + indent : '들여쓰기', + outdent : '내어쓰기', justify : { - left : '왼쪽 정렬', - center : '가운데 정렬', - right : '오른쪽 정렬', - block : '양쪽 맞춤' + left : '왼쪽 정렬', + center : '가운데 정렬', + right : '오른쪽 정렬', + block : '양쪽 맞춤' }, - blockquote : 'Blockquote', // MISSING + blockquote : 'Block Quote', // MISSING clipboard : { @@ -501,61 +506,59 @@ CKEDITOR.lang['ko'] = cutError : '브라우저의 보안설정때문에 잘라내기 기능을 실행할 수 없습니다. 키보드 명령을 사용하십시요. (Ctrl+X).', copyError : '브라우저의 보안설정때문에 복사하기 기능을 실행할 수 없습니다. 키보드 명령을 사용하십시요. (Ctrl+C).', pasteMsg : '키보드의 (Ctrl+V) 를 이용해서 상자안에 붙여넣고 OK 를 누르세요.', - securityMsg : '브러우저 보안 설정으로 인해, 클립보드의 자료를 직접 접근할 수 없습니다. 이 창에 다시 붙여넣기 하십시오.' + securityMsg : '브러우저 보안 설정으로 인해, 클립보드의 자료를 직접 접근할 수 없습니다. 이 창에 다시 붙여넣기 하십시오.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'MS Word 형식에서 붙여넣기', - title : 'MS Word 형식에서 붙여넣기', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'MS Word 형식에서 붙여넣기', + title : 'MS Word 형식에서 붙여넣기', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : '텍스트로 붙여넣기', - title : '텍스트로 붙여넣기' + button : '텍스트로 붙여넣기', + title : '텍스트로 붙여넣기' }, templates : { - button : '템플릿', - title : '내용 템플릿', - insertOption: '현재 내용 바꾸기', - selectPromptMsg: '에디터에서 사용할 템플릿을 선택하십시요.
(지금까지 작성된 내용은 사라집니다.):', - emptyListMsg : '(템플릿이 없습니다.)' + button : '템플릿', + title : '내용 템플릿', + insertOption : '현재 내용 바꾸기', + selectPromptMsg : '에디터에서 사용할 템플릿을 선택하십시요.
(지금까지 작성된 내용은 사라집니다.):', + emptyListMsg : '(템플릿이 없습니다.)' }, showBlocks : 'Show Blocks', // MISSING stylesCombo : { - label : '스타일', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : '스타일', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : '포맷', - voiceLabel : 'Format', // MISSING - panelTitle : '포맷', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : '포맷', + panelTitle : '포맷', - tag_p : 'Normal', - tag_pre : 'Formatted', - tag_address : 'Address', - tag_h1 : 'Heading 1', - tag_h2 : 'Heading 2', - tag_h3 : 'Heading 3', - tag_h4 : 'Heading 4', - tag_h5 : 'Heading 5', - tag_h6 : 'Heading 6', - tag_div : 'Normal (DIV)' // MISSING + tag_p : 'Normal', + tag_pre : 'Formatted', + tag_address : 'Address', + tag_h1 : 'Heading 1', + tag_h2 : 'Heading 2', + tag_h3 : 'Heading 3', + tag_h4 : 'Heading 4', + tag_h5 : 'Heading 5', + tag_h6 : 'Heading 6', + tag_div : 'Normal (DIV)' // MISSING }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['ko'] = font : { - label : '폰트', - voiceLabel : 'Font', // MISSING - panelTitle : '폰트', - panelVoiceLabel : 'Select a font' // MISSING + label : '폰트', + voiceLabel : 'Font', // MISSING + panelTitle : '폰트' }, fontSize : { - label : '글자 크기', - voiceLabel : 'Font Size', // MISSING - panelTitle : '글자 크기', - panelVoiceLabel : 'Select a font size' // MISSING + label : '글자 크기', + voiceLabel : 'Font Size', // MISSING + panelTitle : '글자 크기' }, colorButton : { - textColorTitle : '글자 색상', - bgColorTitle : 'ë°°ê²½ 색상', - auto : '기본색상', - more : '색상선택...' + textColorTitle : '글자 색상', + bgColorTitle : 'ë°°ê²½ 색상', + panelTitle : 'Colors', // MISSING + auto : '기본색상', + more : '색상선택...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['ko'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['ko'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/lt.js b/_source/lang/lt.js index d2d7abe..313dc7f 100644 --- a/_source/lang/lt.js +++ b/_source/lang/lt.js @@ -31,7 +31,11 @@ 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 + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Å altinis', @@ -68,12 +72,12 @@ CKEDITOR.lang['lt'] = flash : 'Flash', form : 'Forma', checkbox : 'Žymimasis langelis', - radio : 'Žymimoji akutė', + radio : 'Žymimoji akutė', textField : 'Teksto laukas', textarea : 'Teksto sritis', hiddenField : 'Nerodomas laukas', button : 'Mygtukas', - select : 'Atrankos laukas', + select : 'Atrankos laukas', imageButton : 'Vaizdinis mygtukas', notSet : '', id : 'Id', @@ -88,11 +92,19 @@ CKEDITOR.lang['lt'] = cssStyle : 'Stilius', ok : 'OK', cancel : 'Nutraukti', + close : 'Close', // MISSING + preview : 'Preview', // MISSING generalTab : 'Bendros savybės', advancedTab : 'Papildomas', - validateNumberFailed : 'This value is not a number.', // MISSING + 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 // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -116,22 +128,17 @@ CKEDITOR.lang['lt'] = upload : 'Siųsti', advanced : 'Papildomas', type : 'Nuorodos tipas', + toUrl : 'URL', // MISSING toAnchor : 'Žymė Å¡iame puslapyje', toEmail : 'El.paÅ¡tas', - target : 'Paskirties vieta', - targetNotSet : '', - targetFrame : '', - targetPopup : '', - targetNew : 'Naujas langas (_blank)', - targetTop : 'Svarbiausias langas (_top)', - targetSelf : 'Tas pats langas (_self)', - targetParent : 'Pirminis langas (_parent)', + targetFrame : '', + targetPopup : '', targetFrameName : 'Paskirties kadro vardas', targetPopupName : 'Paskirties lango vardas', popupFeatures : 'IÅ¡skleidžiamo lango savybės', popupResizable : 'Resizable', // MISSING popupStatusBar : 'BÅ«senos juosta', - popupLocationBar : 'Adreso juosta', + popupLocationBar: 'Adreso juosta', popupToolbar : 'Mygtukų juosta', popupMenuBar : 'Meniu juosta', popupFullScreen : 'Visas ekranas (IE)', @@ -143,7 +150,6 @@ CKEDITOR.lang['lt'] = popupTop : 'VirÅ¡utinė pozicija', id : 'Id', // MISSING langDir : 'Teksto kryptis', - langDirNotSet : '', langDirLTR : 'IÅ¡ kairės į deÅ¡inę (LTR)', langDirRTL : 'IÅ¡ deÅ¡inės į kairę (RTL)', acccessKey : 'Prieigos raktas', @@ -203,13 +209,13 @@ CKEDITOR.lang['lt'] = columns : 'Stulpeliai', border : 'Rėmelio dydis', align : 'Lygiuoti', - alignNotSet : '', alignLeft : 'Kairę', alignCenter : 'Centrą', alignRight : 'DeÅ¡inę', width : 'Plotis', widthPx : 'taÅ¡kais', widthPc : 'procentais', + widthUnit : 'width unit', // MISSING height : 'AukÅ¡tis', cellSpace : 'Tarpas tarp langelių', cellPad : 'Trapas nuo langelio rėmo iki teksto', @@ -260,7 +266,7 @@ CKEDITOR.lang['lt'] = 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 : 'Choose' // MISSING }, row : @@ -307,13 +313,7 @@ CKEDITOR.lang['lt'] = menu : 'Formos savybės', action : 'Veiksmas', method : 'Metodas', - encoding : 'Encoding', // MISSING - target : 'Paskirties vieta', - targetNotSet : '', - targetNew : 'Naujas langas (_blank)', - targetTop : 'Svarbiausias langas (_top)', - targetSelf : 'Tas pats langas (_self)', - targetParent : 'Pirminis langas (_parent)' + encoding : 'Encoding' // MISSING }, // Select Field Dialog. @@ -371,27 +371,31 @@ CKEDITOR.lang['lt'] = title : 'Vaizdo savybės', titleButton : 'Vaizdinio mygtuko savybės', menu : 'Vaizdo savybės', - infoTab : 'Vaizdo informacija', + infoTab : 'Vaizdo informacija', btnUpload : 'Siųsti į serverį', - url : 'URL', - upload : 'Nusiųsti', - alt : 'Alternatyvus Tekstas', + upload : 'Nusiųsti', + alt : 'Alternatyvus Tekstas', width : 'Plotis', - height : 'AukÅ¡tis', + height : 'AukÅ¡tis', lockRatio : 'IÅ¡laikyti proporciją', + unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Atstatyti dydį', - border : 'Rėmelis', - hSpace : 'Hor.Erdvė', - vSpace : 'Vert.Erdvė', + border : 'Rėmelis', + hSpace : 'Hor.Erdvė', + vSpace : 'Vert.Erdvė', align : 'Lygiuoti', alignLeft : 'Kairę', alignRight : 'DeÅ¡inę', - preview : 'PeržiÅ«ra', alertUrl : 'PraÅ¡ome įvesti vaizdo URL', - linkTab : 'Nuoroda', + linkTab : 'Nuoroda', button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING img2Button : 'Do you want to transform the selected image on a image button?', // MISSING - urlMissing : 'Image source URL is missing.' // MISSING + urlMissing : 'Image source URL is missing.', // MISSING + validateWidth : 'Width must be a whole number.', // MISSING + validateHeight : 'Height must be a whole number.', // MISSING + validateBorder : 'Border must be a whole number.', // MISSING + validateHSpace : 'HSpace must be a whole number.', // MISSING + validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog @@ -399,51 +403,51 @@ CKEDITOR.lang['lt'] = { properties : 'Flash savybės', propertiesTab : 'Properties', // MISSING - title : 'Flash savybės', - chkPlay : 'Automatinis paleidimas', - chkLoop : 'Ciklas', - chkMenu : 'Leisti Flash meniu', - chkFull : 'Allow Fullscreen', // MISSING - scale : 'Mastelis', + title : 'Flash savybės', + chkPlay : 'Automatinis paleidimas', + chkLoop : 'Ciklas', + chkMenu : 'Leisti Flash meniu', + chkFull : 'Allow Fullscreen', // MISSING + scale : 'Mastelis', scaleAll : 'Rodyti visą', scaleNoBorder : 'Be rėmelio', scaleFit : 'Tikslus atitikimas', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING - accessSameDomain : 'Same domain', // MISSING - accessNever : 'Never', // MISSING - align : 'Lygiuoti', - alignLeft : 'Kairę', - alignAbsBottom: 'Absoliučią apačią', - alignAbsMiddle: 'Absoliutų vidurį', + accessSameDomain: 'Same domain', // MISSING + accessNever : 'Never', // MISSING + align : 'Lygiuoti', + alignLeft : 'Kairę', + alignAbsBottom : 'Absoliučią apačią', + alignAbsMiddle : 'Absoliutų vidurį', alignBaseline : 'Apatinę liniją', - alignBottom : 'Apačią', - alignMiddle : 'Vidurį', - alignRight : 'DeÅ¡inę', + alignBottom : 'Apačią', + alignMiddle : 'Vidurį', + alignRight : 'DeÅ¡inę', alignTextTop : 'Teksto virÅ¡Å«nę', - alignTop : 'VirÅ¡Å«nę', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow : 'Window', // MISSING - windowModeOpaque : 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING - windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING - bgcolor : 'Fono spalva', - width : 'Plotis', - height : 'AukÅ¡tis', - hSpace : 'Hor.Erdvė', - vSpace : 'Vert.Erdvė', - validateSrc : 'PraÅ¡ome įvesti nuorodos URL', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING - validateHSpace : 'HSpace must be a number.', // MISSING - validateVSpace : 'VSpace must be a number.' // MISSING + alignTop : 'VirÅ¡Å«nę', + quality : 'Quality', // MISSING + qualityBest : 'Best', // MISSING + qualityHigh : 'High', // MISSING + qualityAutoHigh : 'Auto High', // MISSING + qualityMedium : 'Medium', // MISSING + qualityAutoLow : 'Auto Low', // MISSING + qualityLow : 'Low', // MISSING + windowModeWindow: 'Window', // MISSING + windowModeOpaque: 'Opaque', // MISSING + windowModeTransparent : 'Transparent', // MISSING + windowMode : 'Window mode', // MISSING + flashvars : 'Variables for Flash', // MISSING + bgcolor : 'Fono spalva', + width : 'Plotis', + height : 'AukÅ¡tis', + hSpace : 'Hor.Erdvė', + vSpace : 'Vert.Erdvė', + validateSrc : 'PraÅ¡ome įvesti nuorodos URL', + validateWidth : 'Width must be a number.', // MISSING + validateHeight : 'Height must be a number.', // MISSING + validateHSpace : 'HSpace must be a number.', // MISSING + validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog @@ -477,20 +481,21 @@ CKEDITOR.lang['lt'] = elementsPath : { + eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, - numberedlist : 'Numeruotas sąraÅ¡as', - bulletedlist : 'Suženklintas sąraÅ¡as', - indent : 'Padidinti įtrauką', - outdent : 'Sumažinti įtrauką', + numberedlist : 'Numeruotas sąraÅ¡as', + bulletedlist : 'Suženklintas sąraÅ¡as', + indent : 'Padidinti įtrauką', + outdent : 'Sumažinti įtrauką', justify : { - left : 'Lygiuoti kairę', - center : 'Centruoti', - right : 'Lygiuoti deÅ¡inę', - block : 'Lygiuoti abi puses' + left : 'Lygiuoti kairę', + center : 'Centruoti', + right : 'Lygiuoti deÅ¡inę', + block : 'Lygiuoti abi puses' }, blockquote : 'Citata', @@ -501,61 +506,59 @@ CKEDITOR.lang['lt'] = cutError : 'JÅ«sų narÅ¡yklės saugumo nustatymai neleidžia redaktoriui automatiÅ¡kai įvykdyti iÅ¡kirpimo operacijų. Tam praÅ¡ome naudoti klaviatÅ«rą (Ctrl+X).', copyError : 'JÅ«sų narÅ¡yklės saugumo nustatymai neleidžia redaktoriui automatiÅ¡kai įvykdyti kopijavimo operacijų. Tam praÅ¡ome naudoti klaviatÅ«rą (Ctrl+C).', pasteMsg : 'Žemiau esančiame įvedimo lauke įdėkite tekstą, naudodami klaviatÅ«rą (Ctrl+V) ir paspauskite mygtuką OK.', - securityMsg : 'Dėl jÅ«sų narÅ¡yklės saugumo nustatymų, redaktorius negali tiesiogiai pasiekti laikinosios atminties. Jums reikia nukopijuoti dar kartą į šį langą.' + securityMsg : 'Dėl jÅ«sų narÅ¡yklės saugumo nustatymų, redaktorius negali tiesiogiai pasiekti laikinosios atminties. Jums reikia nukopijuoti dar kartą į šį langą.', + pasteArea : 'Paste Area' // MISSING }, pastefromword : { - confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING - toolbar : 'Ä®dėti iÅ¡ Word', - title : 'Ä®dėti iÅ¡ Word', - error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING + toolbar : 'Ä®dėti iÅ¡ Word', + title : 'Ä®dėti iÅ¡ Word', + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { - button : 'Ä®dėti kaip gryną tekstą', - title : 'Ä®dėti kaip gryną tekstą' + button : 'Ä®dėti kaip gryną tekstą', + title : 'Ä®dėti kaip gryną tekstą' }, templates : { - button : 'Å ablonai', - title : 'Turinio Å¡ablonai', - insertOption: 'Pakeisti dabartinį turinį pasirinktu Å¡ablonu', - selectPromptMsg: 'Pasirinkite norimą Å¡abloną
(Dėmesio! esamas turinys bus prarastas):', - emptyListMsg : '(Šablonų sąrašas tuščias)' + button : 'Šablonai', + title : 'Turinio šablonai', + insertOption : 'Pakeisti dabartinį turinį pasirinktu šablonu', + selectPromptMsg : 'Pasirinkite norimą šabloną
(Dėmesio! esamas turinys bus prarastas):', + emptyListMsg : '(Å ablonų sąraÅ¡as tuščias)' }, showBlocks : 'Rodyti blokus', stylesCombo : { - label : 'Stilius', - voiceLabel : 'Styles', // MISSING - panelVoiceLabel : 'Select a style', // MISSING - panelTitle1 : 'Block Styles', // MISSING - panelTitle2 : 'Inline Styles', // MISSING - panelTitle3 : 'Object Styles' // MISSING + label : 'Stilius', + panelTitle : 'Formatting Styles', // MISSING + panelTitle1 : 'Block Styles', // MISSING + panelTitle2 : 'Inline Styles', // MISSING + panelTitle3 : 'Object Styles' // MISSING }, format : { - label : 'Å rifto formatas', - voiceLabel : 'Format', // MISSING - panelTitle : 'Å rifto formatas', - panelVoiceLabel : 'Select a paragraph format', // MISSING + label : 'Å rifto formatas', + panelTitle : 'Å rifto formatas', - tag_p : 'Normalus', - tag_pre : 'Formuotas', - tag_address : 'Kreipinio', - tag_h1 : 'AntraÅ¡tinis 1', - tag_h2 : 'AntraÅ¡tinis 2', - tag_h3 : 'AntraÅ¡tinis 3', - tag_h4 : 'AntraÅ¡tinis 4', - tag_h5 : 'AntraÅ¡tinis 5', - tag_h6 : 'AntraÅ¡tinis 6', - tag_div : 'Normal (DIV)' // MISSING + tag_p : 'Normalus', + tag_pre : 'Formuotas', + tag_address : 'Kreipinio', + tag_h1 : 'AntraÅ¡tinis 1', + tag_h2 : 'AntraÅ¡tinis 2', + tag_h3 : 'AntraÅ¡tinis 3', + tag_h4 : 'AntraÅ¡tinis 4', + tag_h5 : 'AntraÅ¡tinis 5', + tag_h6 : 'AntraÅ¡tinis 6', + tag_div : 'Normal (DIV)' // MISSING }, div : @@ -577,26 +580,25 @@ CKEDITOR.lang['lt'] = font : { - label : 'Å riftas', - voiceLabel : 'Font', // MISSING - panelTitle : 'Å riftas', - panelVoiceLabel : 'Select a font' // MISSING + label : 'Å riftas', + voiceLabel : 'Font', // MISSING + panelTitle : 'Å riftas' }, fontSize : { - label : 'Å rifto dydis', - voiceLabel : 'Font Size', // MISSING - panelTitle : 'Å rifto dydis', - panelVoiceLabel : 'Select a font size' // MISSING + label : 'Å rifto dydis', + voiceLabel : 'Font Size', // MISSING + panelTitle : 'Å rifto dydis' }, colorButton : { - textColorTitle : 'Teksto spalva', - bgColorTitle : 'Fono spalva', - auto : 'Automatinis', - more : 'Daugiau spalvų...' + textColorTitle : 'Teksto spalva', + bgColorTitle : 'Fono spalva', + panelTitle : 'Colors', // MISSING + auto : 'Automatinis', + more : 'Daugiau spalvų...' }, colors : @@ -645,30 +647,30 @@ CKEDITOR.lang['lt'] = scayt : { - title : 'Spell Check As You Type', // MISSING - enable : 'Enable SCAYT', // MISSING - disable : 'Disable SCAYT', // MISSING - about : 'About SCAYT', // MISSING - toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - optionsTab : 'Options', // MISSING - languagesTab : 'Languages', // MISSING - dictionariesTab : 'Dictionaries', // MISSING - aboutTab : 'About' // MISSING + title : 'Spell Check As You Type', // MISSING + enable : 'Enable SCAYT', // MISSING + disable : 'Disable SCAYT', // MISSING + about : 'About SCAYT', // MISSING + toggle : 'Toggle SCAYT', // MISSING + options : 'Options', // MISSING + langs : 'Languages', // MISSING + moreSuggestions : 'More suggestions', // MISSING + ignore : 'Ignore', // MISSING + ignoreAll : 'Ignore All', // MISSING + addWord : 'Add Word', // MISSING + emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + aboutTab : 'About' // MISSING }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING - moreInfo : 'For licensing information please visit our web site:', // MISSING - copy : 'Copyright © $1. All rights reserved.' // MISSING + title : 'About CKEditor', // MISSING + dlgTitle : 'About CKEditor', // MISSING + moreInfo : 'For licensing information please visit our web site:', // MISSING + copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING @@ -676,22 +678,22 @@ CKEDITOR.lang['lt'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + div : 'Page Break', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { - title : 'Select color', // MISSING - highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING - clear : 'Clear' // MISSING + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING }, - toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarCollapse : 'Collapse Toolbar', // MISSING + toolbarExpand : 'Expand Toolbar' // MISSING }; diff --git a/_source/lang/lv.js b/_source/lang/lv.js index 106ea86..6f51923 100644 --- a/_source/lang/lv.js +++ b/_source/lang/lv.js @@ -31,7 +31,11 @@ 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 + editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + + // ARIA descriptions. + toolbar : 'Toolbar', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'HTML kods', @@ -68,12 +72,12 @@ CKEDITOR.lang['lv'] = flash : 'Flash', form : 'Forma', checkbox : 'AtzÄ«mēšanas kastÄ«te', - radio : 'Izvēles poga', + radio : 'Izvēles poga', textField : 'Teksta rinda', textarea : 'Teksta laukums', hiddenField : 'Paslēpta teksta rinda', button : 'Poga', - select : 'IezÄ«mēšanas lauks', + select : 'IezÄ«mēšanas lauks', imageButton : 'Attēlpoga', notSet : '