diff options
Diffstat (limited to 'plugins/forms/lang/eu.js')
| -rw-r--r-- | plugins/forms/lang/eu.js | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/plugins/forms/lang/eu.js b/plugins/forms/lang/eu.js new file mode 100644 index 0000000..6174e52 --- /dev/null +++ b/plugins/forms/lang/eu.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+ }
+});
|
