]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/lang/eu.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / lang / eu.js
CommitLineData
3b35bd27
IB
1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
7adcb81e
IB
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6/**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * Basque language.
9 */
10
11/**#@+
12 @type String
13 @example
14*/
15
16/**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20CKEDITOR.lang[ 'eu' ] = {
21 // ARIA description.
22 editor: 'Testu aberastuaren editorea',
23 editorPanel: 'Testu aberastuaren editorearen panela',
24
25 // Common messages and labels.
26 common: {
27 // Screenreader titles. Please note that screenreaders are not always capable
28 // of reading non-English words. So be careful while translating it.
29 editorHelp: 'Sakatu ALT 0 laguntza jasotzeko',
30
31 browseServer: 'Arakatu zerbitzaria',
32 url: 'URLa',
33 protocol: 'Protokoloa',
34 upload: 'Kargatu',
35 uploadSubmit: 'Bidali zerbitzarira',
36 image: 'Irudia',
37 flash: 'Flash',
38 form: 'Formularioa',
39 checkbox: 'Kontrol-laukia',
40 radio: 'Aukera-botoia',
41 textField: 'Testu-eremua',
42 textarea: 'Testu-area',
43 hiddenField: 'Ezkutuko eremua',
44 button: 'Botoia',
45 select: 'Hautespen-eremua',
46 imageButton: 'Irudi-botoia',
47 notSet: '<ezarri gabe>',
48 id: 'Id',
49 name: 'Izena',
50 langDir: 'Hizkuntzaren norabidea',
51 langDirLtr: 'Ezkerretik eskuinera (LTR)',
52 langDirRtl: 'Eskuinetik ezkerrera (RTL)',
53 langCode: 'Hizkuntzaren kodea',
54 longDescr: 'URLaren deskribapen luzea',
55 cssClass: 'Estilo-orriko klaseak',
56 advisoryTitle: 'Aholkatutako izenburua',
57 cssStyle: 'Estiloa',
58 ok: 'Ados',
59 cancel: 'Utzi',
60 close: 'Itxi',
61 preview: 'Aurrebista',
62 resize: 'Aldatu tamainaz',
63 generalTab: 'Orokorra',
64 advancedTab: 'Aurreratua',
65 validateNumberFailed: 'Balio hau ez da zenbaki bat.',
66 confirmNewPage: 'Eduki honetan gorde gabe dauden aldaketak galduko dira. Ziur zaude orri berri bat kargatu nahi duzula?',
67 confirmCancel: 'Aukera batzuk aldatu dituzu. Ziur zaude elkarrizketa-koadroa itxi nahi duzula?',
68 options: 'Aukerak',
69 target: 'Helburua',
70 targetNew: 'Leiho berria (_blank)',
71 targetTop: 'Goieneko leihoan (_top)',
72 targetSelf: 'Leiho berean (_self)',
73 targetParent: 'Leiho gurasoan (_parent)',
74 langDirLTR: 'Ezkerretik eskuinera (LTR)',
75 langDirRTL: 'Eskuinetik ezkerrera (RTL)',
76 styles: 'Estiloa',
77 cssClasses: 'Estilo-orriko klaseak',
78 width: 'Zabalera',
79 height: 'Altuera',
80 align: 'Lerrokatzea',
81 alignLeft: 'Ezkerrean',
82 alignRight: 'Eskuinean',
83 alignCenter: 'Erdian',
84 alignJustify: 'Justifikatu',
85 alignTop: 'Goian',
86 alignMiddle: 'Erdian',
87 alignBottom: 'Behean',
88 alignNone: 'Bat ere ez',
89 invalidValue : 'Balio desegokia.',
90 invalidHeight: 'Altuera zenbaki bat izan behar da.',
91 invalidWidth: 'Zabalera zenbaki bat izan behar da.',
92 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).',
93 invalidHtmlLength: '"%1" eremurako zehaztutako balioak zenbaki positibo bat izan behar du, HTML neurri unitate batekin edo gabe (px edo %).',
94 invalidInlineStyle: 'Lineako estiloan zehaztutako balioak "izen : balio" formatuko tupla bat edo gehiago izan behar dira, komaz bereiztuak.',
95 cssLengthTooltip: 'Sartu zenbaki bat edo zenbaki bat baliozko CSS unitate batekin (px, %, in, cm, mm, em, ex, pt, edo pc).',
96
97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">, erabilezina</span>'
99 }
100};