X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Feo.js;h=08013d8309808c612ea360a85a9552731e71275e;hb=f0610347140239143439a511ee2bd48cb784f470;hp=062467e23412a64151b43f9dfd86975e2f7c7743;hpb=4e90e78dc97789709ee7404359a5517540c27553;p=ckeditor.git diff --git a/_source/lang/eo.js b/_source/lang/eo.js index 062467e..08013d8 100644 --- a/_source/lang/eo.js +++ b/_source/lang/eo.js @@ -34,8 +34,8 @@ CKEDITOR.lang['eo'] = editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING // ARIA descriptions. - toolbar : 'Toolbar', // MISSING - editor : 'Rich Text Editor', // MISSING + toolbars : 'Editor toolbars', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Fonto', @@ -121,6 +121,8 @@ CKEDITOR.lang['eo'] = alignBottom : 'Malsupre', invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING + invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -201,7 +203,8 @@ CKEDITOR.lang['eo'] = menu : 'Ankraj Atributoj', title : 'Ankraj Atributoj', name : 'Ankra Nomo', - errorName : 'Bv tajpi la ankran nomon' + errorName : 'Bv tajpi la ankran nomon', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -271,8 +274,8 @@ CKEDITOR.lang['eo'] = invalidBorder : 'Border size must be a number.', // MISSING invalidWidth : 'Table width must be a number.', // MISSING invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a number.', // MISSING - invalidCellPadding : 'Cell padding must be a number.', // MISSING + invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING + invalidCellPadding : 'Cell padding must be a positive number.', // MISSING cell : { @@ -413,7 +416,6 @@ CKEDITOR.lang['eo'] = upload : 'Alŝuti', alt : 'AnstataÅ­iga Teksto', lockRatio : 'Konservi Proporcion', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Origina Grando', border : 'Bordero', hSpace : 'HSpaco', @@ -715,6 +717,8 @@ CKEDITOR.lang['eo'] = { title : 'About CKEditor', // MISSING dlgTitle : 'About CKEditor', // MISSING + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'For licensing information please visit our web site:', // MISSING copy : 'Copyright © $1. All rights reserved.' // MISSING }, @@ -745,9 +749,64 @@ CKEDITOR.lang['eo'] = toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarExpand : 'Expand Toolbar', // MISSING + toolbarGroups : + { + document : 'Document', // MISSING + clipboard : 'Clipboard/Undo', // MISSING + editing : 'Editing', // MISSING + forms : 'Forms', // MISSING + basicstyles : 'Basic Styles', // MISSING + paragraph : 'Paragraph', // MISSING + links : 'Links', // MISSING + insert : 'Insert', // MISSING + styles : 'Styles', // MISSING + colors : 'Colors', // MISSING + tools : 'Tools' // MISSING + }, + bidi : { ltr : 'Text direction from left to right', // MISSING rtl : 'Text direction from right to left' // MISSING + }, + + docprops : + { + label : 'Dokumentaj Atributoj', + title : 'Dokumentaj Atributoj', + design : 'Design', // MISSING + meta : 'Metadatumoj', + chooseColor : 'Choose', // MISSING + other : '', + docTitle : 'Paĝotitolo', + charset : 'Signara Kodo', + charsetOther : 'Alia Signara Kodo', + charsetASCII : 'ASCII', // MISSING + charsetCE : 'Central European', // MISSING + charsetCT : 'Chinese Traditional (Big5)', // MISSING + charsetCR : 'Cyrillic', // MISSING + charsetGR : 'Greek', // MISSING + charsetJP : 'Japanese', // MISSING + charsetKR : 'Korean', // MISSING + charsetTR : 'Turkish', // MISSING + charsetUN : 'Unicode (UTF-8)', // MISSING + charsetWE : 'Western European', // MISSING + docType : 'Dokumenta Tipo', + docTypeOther : 'Alia Dokumenta Tipo', + xhtmlDec : 'Inkluzivi XHTML Deklaroj', + bgColor : 'Fona Koloro', + bgImage : 'URL de Fona Bildo', + bgFixed : 'Neruluma Fono', + txtColor : 'Teksta Koloro', + margin : 'Paĝaj Marĝenoj', + marginTop : 'Supra', + marginLeft : 'Maldekstra', + marginRight : 'Dekstra', + marginBottom : 'Malsupra', + metaKeywords : 'Ŝlosilvortoj de la Dokumento (apartigita de komoj)', + metaDescription : 'Dokumenta Priskribo', + metaAuthor : 'Verkinto', + metaCopyright : 'Kopirajto', + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };