From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- sources/lang/eu.js | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 sources/lang/eu.js (limited to 'sources/lang/eu.js') diff --git a/sources/lang/eu.js b/sources/lang/eu.js new file mode 100644 index 00000000..c1463084 --- /dev/null +++ b/sources/lang/eu.js @@ -0,0 +1,100 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +/** + * @fileOverview Defines the {@link CKEDITOR.lang} object, for the + * Basque language. + */ + +/**#@+ + @type String + @example +*/ + +/** + * Contains the dictionary of language entries. + * @namespace + */ +CKEDITOR.lang[ 'eu' ] = { + // ARIA description. + editor: 'Testu aberastuaren editorea', + editorPanel: 'Testu aberastuaren editorearen panela', + + // Common messages and labels. + common: { + // Screenreader titles. Please note that screenreaders are not always capable + // of reading non-English words. So be careful while translating it. + editorHelp: 'Sakatu ALT 0 laguntza jasotzeko', + + browseServer: 'Arakatu zerbitzaria', + url: 'URLa', + protocol: 'Protokoloa', + upload: 'Kargatu', + uploadSubmit: 'Bidali zerbitzarira', + image: 'Irudia', + flash: 'Flash', + form: 'Formularioa', + checkbox: 'Kontrol-laukia', + radio: 'Aukera-botoia', + textField: 'Testu-eremua', + textarea: 'Testu-area', + hiddenField: 'Ezkutuko eremua', + button: 'Botoia', + select: 'Hautespen-eremua', + imageButton: 'Irudi-botoia', + notSet: '', + id: 'Id', + name: 'Izena', + langDir: 'Hizkuntzaren norabidea', + langDirLtr: 'Ezkerretik eskuinera (LTR)', + langDirRtl: 'Eskuinetik ezkerrera (RTL)', + langCode: 'Hizkuntzaren kodea', + longDescr: 'URLaren deskribapen luzea', + cssClass: 'Estilo-orriko klaseak', + advisoryTitle: 'Aholkatutako izenburua', + cssStyle: 'Estiloa', + ok: 'Ados', + cancel: 'Utzi', + close: 'Itxi', + preview: 'Aurrebista', + resize: 'Aldatu tamainaz', + generalTab: 'Orokorra', + advancedTab: 'Aurreratua', + 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 dituzu. Ziur zaude elkarrizketa-koadroa itxi nahi duzula?', + options: 'Aukerak', + target: 'Helburua', + targetNew: 'Leiho berria (_blank)', + targetTop: 'Goieneko leihoan (_top)', + targetSelf: 'Leiho berean (_self)', + targetParent: 'Leiho gurasoan (_parent)', + langDirLTR: 'Ezkerretik eskuinera (LTR)', + langDirRTL: 'Eskuinetik ezkerrera (RTL)', + styles: 'Estiloa', + cssClasses: 'Estilo-orriko klaseak', + width: 'Zabalera', + height: 'Altuera', + align: 'Lerrokatzea', + alignLeft: 'Ezkerrean', + alignRight: 'Eskuinean', + alignCenter: 'Erdian', + alignJustify: 'Justifikatu', + alignTop: 'Goian', + alignMiddle: 'Erdian', + alignBottom: 'Behean', + alignNone: 'Bat ere ez', + invalidValue : 'Balio desegokia.', + invalidHeight: 'Altuera zenbaki bat izan behar da.', + invalidWidth: 'Zabalera zenbaki bat izan behar da.', + invalidCssLength: '"%1" eremurako zehaztutako balioak zenbaki positibo bat izan behar du, CSS neurri unitate batekin edo gabe (px, %, in, cm, mm, em, ex, pt edo pc).', + invalidHtmlLength: '"%1" eremurako zehaztutako balioak zenbaki positibo bat izan behar du, HTML neurri unitate batekin edo gabe (px edo %).', + invalidInlineStyle: 'Lineako estiloan zehaztutako balioak "izen : balio" formatuko tupla bat edo gehiago izan behar dira, komaz bereiztuak.', + cssLengthTooltip: 'Sartu zenbaki bat edo zenbaki bat baliozko CSS unitate batekin (px, %, in, cm, mm, em, ex, pt, edo pc).', + + // Put the voice-only part of the label in the span. + unavailable: '%1, erabilezina' + } +}; -- cgit v1.2.3