]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/forms/lang/eu.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / eu.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'forms', 'eu', {
6 button: {
7 title: 'Botoiaren ezaugarriak',
8 text: 'Testua (balioa)',
9 type: 'Mota',
10 typeBtn: 'Botoia',
11 typeSbm: 'Bidali',
12 typeRst: 'Berrezarri'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Kontrol-laukiaren propietateak',
16 radioTitle: 'Aukera-botoiaren propietateak',
17 value: 'Balioa',
18 selected: 'Hautatuta',
19 required: 'Beharrezkoa'
20 },
21 form: {
22 title: 'Formularioaren propietateak',
23 menu: 'Formularioaren propietateak',
24 action: 'Ekintza',
25 method: 'Metodoa',
26 encoding: 'Kodeketa'
27 },
28 hidden: {
29 title: 'Ezkutuko eremuaren propietateak',
30 name: 'Izena',
31 value: 'Balioa'
32 },
33 select: {
34 title: 'Hautespen eremuaren propietateak',
35 selectInfo: 'Hautatu informazioa',
36 opAvail: 'Erabilgarri dauden aukerak',
37 value: 'Balioa',
38 size: 'Tamaina',
39 lines: 'lerro kopurua',
40 chkMulti: 'baimendu hautapen anitzak',
41 required: 'Beharrezkoa',
42 opText: 'Testua',
43 opValue: 'Balioa',
44 btnAdd: 'Gehitu',
45 btnModify: 'Aldatu',
46 btnUp: 'Gora',
47 btnDown: 'Behera',
48 btnSetValue: 'Ezarri hautatutako balio bezala',
49 btnDelete: 'Ezabatu'
50 },
51 textarea: {
52 title: 'Testu-arearen propietateak',
53 cols: 'Zutabeak',
54 rows: 'Errenkadak'
55 },
56 textfield: {
57 title: 'Testu-eremuaren propietateak',
58 name: 'Izena',
59 value: 'Balioa',
60 charWidth: 'Karaktere-zabalera',
61 maxChars: 'Gehienezko karaktereak',
62 required: 'Beharrezkoa',
63 type: 'Mota',
64 typeText: 'Testua',
65 typePass: 'Pasahitza',
66 typeEmail: 'E-posta',
67 typeSearch: 'Bilatu',
68 typeTel: 'Telefono zenbakia',
69 typeUrl: 'URLa'
70 }
71 } );