X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Feu.js;h=f0ef8eb5046980e1bb86bb03b326412ae760c542;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=0c4451d8f41518b85374bd79de860a18a00b9baf;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/lang/eu.js b/_source/lang/eu.js index 0c4451d..f0ef8eb 100644 --- a/_source/lang/eu.js +++ b/_source/lang/eu.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['eu'] = @@ -31,11 +31,12 @@ CKEDITOR.lang['eu'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + editorTitle : 'Rich text editor, %1', // MISSING + editorHelp : 'Press ALT 0 for help', // MISSING // ARIA descriptions. - toolbar : 'Toolbar', // MISSING - editor : 'Rich Text Editor', // MISSING + toolbars : 'Editor toolbars', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'HTML Iturburua', @@ -119,8 +120,13 @@ CKEDITOR.lang['eu'] = alignTop : 'Goian', alignMiddle : 'Erdian', alignBottom : 'Behean', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Altuera zenbaki bat izan behar da.', invalidWidth : 'Zabalera zenbaki bat izan behar da.', + invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING + invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING + cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, erabilezina' @@ -175,18 +181,19 @@ CKEDITOR.lang['eu'] = langDirRTL : 'Eskumatik Ezkerrera (RTL)', acccessKey : 'Sarbide-gakoa', name : 'Izena', - langCode : 'Hizkuntzaren Norabidea', - tabIndex : 'Tabulazio Indizea', - advisoryTitle : 'Izenburua', + langCode : 'Hizkuntzaren Norabidea', + tabIndex : 'Tabulazio Indizea', + advisoryTitle : 'Izenburua', advisoryContentType : 'Eduki Mota (Content Type)', cssClasses : 'Estilo-orriko Klaseak', charset : 'Estekatutako Karaktere Multzoa', styles : 'Estiloa', - selectAnchor : 'Aingura bat hautatu', + rel : 'Relationship', // MISSING + selectAnchor : 'Aingura bat hautatu', anchorName : 'Aingura izenagatik', - anchorId : 'Elementuaren ID-gatik', - emailAddress : 'ePosta Helbidea', - emailSubject : 'Mezuaren Gaia', + anchorId : 'Elementuaren ID-gatik', + emailAddress : 'ePosta Helbidea', + emailSubject : 'Mezuaren Gaia', emailBody : 'Mezuaren Gorputza', noAnchors : '(Ez daude aingurak eskuragarri dokumentuan)', noUrl : 'Mesedez URL esteka idatzi', @@ -200,7 +207,8 @@ CKEDITOR.lang['eu'] = menu : 'Ainguraren Ezaugarriak', title : 'Ainguraren Ezaugarriak', name : 'Ainguraren Izena', - errorName : 'Idatzi ainguraren izena' + errorName : 'Idatzi ainguraren izena', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -236,6 +244,7 @@ CKEDITOR.lang['eu'] = findWhat : 'Zer bilatu:', replaceWith : 'Zerekin ordeztu:', notFoundMsg : 'Idatzitako testua ez da topatu.', + findOptions : 'Find Options', // MISSING matchCase : 'Maiuskula/minuskula', matchWord : 'Esaldi osoa bilatu', matchCyclic : 'Bilaketa ziklikoa', @@ -412,7 +421,6 @@ CKEDITOR.lang['eu'] = upload : 'Gora Kargatu', alt : 'Ordezko Testua', lockRatio : 'Erlazioa Blokeatu', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Tamaina Berrezarri', border : 'Ertza', hSpace : 'HSpace', @@ -690,7 +698,7 @@ CKEDITOR.lang['eu'] = ignoreAll : 'Denak baztertu', addWord : 'Hitza Gehitu', emptyDic : 'Hiztegiaren izena ezin da hutsik egon.', - + noSuggestions : 'Iradokizunik ez', optionsTab : 'Aukerak', allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING @@ -714,6 +722,8 @@ CKEDITOR.lang['eu'] = { title : 'CKEditor(r)i buruz', dlgTitle : 'CKEditor(r)i buruz', + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'Lizentziari buruzko informazioa gure webgunean:', copy : 'Copyright © $1. Eskubide guztiak erreserbaturik.' }, @@ -744,9 +754,64 @@ CKEDITOR.lang['eu'] = 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 : 'Dokumentuaren Ezarpenak', + title : 'Dokumentuaren Ezarpenak', + design : 'Design', // MISSING + meta : 'Meta Informazioa', + chooseColor : 'Choose', // MISSING + other : '', + docTitle : 'Orriaren Izenburua', + charset : 'Karaktere Multzoaren Kodeketa', + charsetOther : 'Beste Karaktere Multzoko Kodeketa', + charsetASCII : 'ASCII', // MISSING + charsetCE : 'Erdialdeko Europakoa', + charsetCT : 'Txinatar Tradizionala (Big5)', + charsetCR : 'Zirilikoa', + charsetGR : 'Grekoa', + charsetJP : 'Japoniarra', + charsetKR : 'Korearra', + charsetTR : 'Turkiarra', + charsetUN : 'Unicode (UTF-8)', // MISSING + charsetWE : 'Mendebaldeko Europakoa', + docType : 'Document Type Goiburua', + docTypeOther : 'Beste Document Type Goiburua', + xhtmlDec : 'XHTML Ezarpenak', + bgColor : 'Atzeko Kolorea', + bgImage : 'Atzeko Irudiaren URL-a', + bgFixed : 'Korritze gabeko Atzealdea', + txtColor : 'Testu Kolorea', + margin : 'Orrialdearen marjinak', + marginTop : 'Goian', + marginLeft : 'Ezkerrean', + marginRight : 'Eskuman', + marginBottom : 'Behean', + metaKeywords : 'Dokumentuaren Gako-hitzak (komarekin bananduta)', + metaDescription : 'Dokumentuaren Deskribapena', + metaAuthor : 'Egilea', + metaCopyright : 'Copyright', // MISSING + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };