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