diff options
Diffstat (limited to 'plugins/forms/lang/eu.js')
| -rw-r--r-- | plugins/forms/lang/eu.js | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/plugins/forms/lang/eu.js b/plugins/forms/lang/eu.js deleted file mode 100644 index 6174e52..0000000 --- a/plugins/forms/lang/eu.js +++ /dev/null @@ -1,68 +0,0 @@ -/*
-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'
- }
-});
|
