72 lines
1.7 KiB
JavaScript
72 lines
1.7 KiB
JavaScript
/*
|
|
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'forms', 'eu', {
|
|
button: {
|
|
title: 'Botoiaren ezaugarriak',
|
|
text: 'Testua (balioa)',
|
|
type: 'Mota',
|
|
typeBtn: 'Botoia',
|
|
typeSbm: 'Bidali',
|
|
typeRst: 'Berrezarri'
|
|
},
|
|
checkboxAndRadio: {
|
|
checkboxTitle: 'Kontrol-laukiaren propietateak',
|
|
radioTitle: 'Aukera-botoiaren propietateak',
|
|
value: 'Balioa',
|
|
selected: 'Hautatuta',
|
|
required: 'Beharrezkoa'
|
|
},
|
|
form: {
|
|
title: 'Formularioaren propietateak',
|
|
menu: 'Formularioaren propietateak',
|
|
action: 'Ekintza',
|
|
method: 'Metodoa',
|
|
encoding: 'Kodeketa'
|
|
},
|
|
hidden: {
|
|
title: 'Ezkutuko eremuaren propietateak',
|
|
name: 'Izena',
|
|
value: 'Balioa'
|
|
},
|
|
select: {
|
|
title: 'Hautespen eremuaren propietateak',
|
|
selectInfo: 'Hautatu informazioa',
|
|
opAvail: 'Erabilgarri dauden aukerak',
|
|
value: 'Balioa',
|
|
size: 'Tamaina',
|
|
lines: 'lerro kopurua',
|
|
chkMulti: 'baimendu hautapen anitzak',
|
|
required: 'Beharrezkoa',
|
|
opText: 'Testua',
|
|
opValue: 'Balioa',
|
|
btnAdd: 'Gehitu',
|
|
btnModify: 'Aldatu',
|
|
btnUp: 'Gora',
|
|
btnDown: 'Behera',
|
|
btnSetValue: 'Ezarri hautatutako balio bezala',
|
|
btnDelete: 'Ezabatu'
|
|
},
|
|
textarea: {
|
|
title: 'Testu-arearen propietateak',
|
|
cols: 'Zutabeak',
|
|
rows: 'Errenkadak'
|
|
},
|
|
textfield: {
|
|
title: 'Testu-eremuaren propietateak',
|
|
name: 'Izena',
|
|
value: 'Balioa',
|
|
charWidth: 'Karaktere-zabalera',
|
|
maxChars: 'Gehienezko karaktereak',
|
|
required: 'Beharrezkoa',
|
|
type: 'Mota',
|
|
typeText: 'Testua',
|
|
typePass: 'Pasahitza',
|
|
typeEmail: 'E-posta',
|
|
typeSearch: 'Bilatu',
|
|
typeTel: 'Telefono zenbakia',
|
|
typeUrl: 'URLa'
|
|
}
|
|
} );
|