mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-16 22:01:00 +00:00
first commit
This commit is contained in:
Executable
+68
@@ -0,0 +1,68 @@
|
||||
/*
|
||||
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'
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user