aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/gl.js
blob: efe96d93b272405973100c7a753f1a06a8dbfcc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md 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',
		required: 'Requirido'
	},
	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',
		required: 'Requirido',
		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',
		required: 'Requirido',
		type: 'Tipo',
		typeText: 'Texto',
		typePass: 'Contrasinal',
		typeEmail: 'Correo',
		typeSearch: 'Buscar',
		typeTel: 'Número de teléfono',
		typeUrl: 'URL'
	}
} );