mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-04 00:36:45 +00:00
69 lines
1.6 KiB
JavaScript
Executable File
69 lines
1.6 KiB
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, 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 (Balorea)',
|
|
type: 'Mota',
|
|
typeBtn: 'Botoia',
|
|
typeSbm: 'Bidali',
|
|
typeRst: 'Garbitu'
|
|
},
|
|
checkboxAndRadio: {
|
|
checkboxTitle: 'Kontrol-laukiko Ezaugarriak',
|
|
radioTitle: 'Aukera-botoiaren Ezaugarriak',
|
|
value: 'Balorea',
|
|
selected: 'Hautatuta'
|
|
},
|
|
form: {
|
|
title: 'Formularioaren Ezaugarriak',
|
|
menu: 'Formularioaren Ezaugarriak',
|
|
action: 'Ekintza',
|
|
method: 'Metodoa',
|
|
encoding: 'Kodeketa'
|
|
},
|
|
hidden: {
|
|
title: 'Ezkutuko Eremuaren Ezaugarriak',
|
|
name: 'Izena',
|
|
value: 'Balorea'
|
|
},
|
|
select: {
|
|
title: 'Hautespen Eremuaren Ezaugarriak',
|
|
selectInfo: 'Informazioa',
|
|
opAvail: 'Aukera Eskuragarriak',
|
|
value: 'Balorea',
|
|
size: 'Tamaina',
|
|
lines: 'lerro kopurura',
|
|
chkMulti: 'Hautaketa anitzak baimendu',
|
|
opText: 'Testua',
|
|
opValue: 'Balorea',
|
|
btnAdd: 'Gehitu',
|
|
btnModify: 'Aldatu',
|
|
btnUp: 'Gora',
|
|
btnDown: 'Behera',
|
|
btnSetValue: 'Aukeratutako balorea ezarri',
|
|
btnDelete: 'Ezabatu'
|
|
},
|
|
textarea: {
|
|
title: 'Testu-arearen Ezaugarriak',
|
|
cols: 'Zutabeak',
|
|
rows: 'Lerroak'
|
|
},
|
|
textfield: {
|
|
title: 'Testu Eremuaren Ezaugarriak',
|
|
name: 'Izena',
|
|
value: 'Balorea',
|
|
charWidth: 'Zabalera',
|
|
maxChars: 'Zenbat karaktere gehienez',
|
|
type: 'Mota',
|
|
typeText: 'Testua',
|
|
typePass: 'Pasahitza',
|
|
typeEmail: 'E-posta',
|
|
typeSearch: 'Bilatu',
|
|
typeTel: 'Telefono Zenbakia',
|
|
typeUrl: 'URL'
|
|
}
|
|
});
|