summaryrefslogtreecommitdiff
path: root/plugins/forms/lang/gl.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/forms/lang/gl.js')
-rw-r--r--plugins/forms/lang/gl.js68
1 files changed, 0 insertions, 68 deletions
diff --git a/plugins/forms/lang/gl.js b/plugins/forms/lang/gl.js
deleted file mode 100644
index d456ed0..0000000
--- a/plugins/forms/lang/gl.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', 'gl', {
- button: {
- title: 'Propiedades do botón',
- text: 'Texto (Valor)',
- type: 'Tipo',
- typeBtn: 'Botón',
- typeSbm: 'Enviar',
- typeRst: 'Restabelever'
- },
- checkboxAndRadio: {
- checkboxTitle: 'Propiedades da caixa de selección',
- radioTitle: 'Propiedades do botón de opción',
- value: 'Valor',
- selected: 'Seleccionado'
- },
- form: {
- title: 'Propiedades do formulario',
- menu: 'Propiedades do formulario',
- action: 'Acción',
- method: 'Método',
- encoding: 'Codificación'
- },
- hidden: {
- title: 'Propiedades do campo agochado',
- name: 'Nome',
- value: 'Valor'
- },
- select: {
- title: 'Propiedades do campo de selección',
- selectInfo: 'Información',
- opAvail: 'Opcións dispoñíbeis',
- value: 'Valor',
- size: 'Tamaño',
- lines: 'liñas',
- chkMulti: 'Permitir múltiplas seleccións',
- opText: 'Texto',
- opValue: 'Valor',
- btnAdd: 'Engadir',
- btnModify: 'Modificar',
- btnUp: 'Subir',
- btnDown: 'Baixar',
- btnSetValue: 'Estabelecer como valor seleccionado',
- btnDelete: 'Eliminar'
- },
- textarea: {
- title: 'Propiedades da área de texto',
- cols: 'Columnas',
- rows: 'Filas'
- },
- textfield: {
- title: 'Propiedades do campo de texto',
- name: 'Nome',
- value: 'Valor',
- charWidth: 'Largo do carácter',
- maxChars: 'Núm. máximo de caracteres',
- type: 'Tipo',
- typeText: 'Texto',
- typePass: 'Contrasinal',
- typeEmail: 'Correo',
- typeSearch: 'Buscar',
- typeTel: 'Número de teléfono',
- typeUrl: 'URL'
- }
-});