aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/gl.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/forms/lang/gl.js')
-rw-r--r--sources/plugins/forms/lang/gl.js71
1 files changed, 71 insertions, 0 deletions
diff --git a/sources/plugins/forms/lang/gl.js b/sources/plugins/forms/lang/gl.js
new file mode 100644
index 00000000..efe96d93
--- /dev/null
+++ b/sources/plugins/forms/lang/gl.js
@@ -0,0 +1,71 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'forms', 'gl', {
6 button: {
7 title: 'Propiedades do botón',
8 text: 'Texto (Valor)',
9 type: 'Tipo',
10 typeBtn: 'Botón',
11 typeSbm: 'Enviar',
12 typeRst: 'Restabelever'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Propiedades da caixa de selección',
16 radioTitle: 'Propiedades do botón de opción',
17 value: 'Valor',
18 selected: 'Seleccionado',
19 required: 'Requirido'
20 },
21 form: {
22 title: 'Propiedades do formulario',
23 menu: 'Propiedades do formulario',
24 action: 'Acción',
25 method: 'Método',
26 encoding: 'Codificación'
27 },
28 hidden: {
29 title: 'Propiedades do campo agochado',
30 name: 'Nome',
31 value: 'Valor'
32 },
33 select: {
34 title: 'Propiedades do campo de selección',
35 selectInfo: 'Información',
36 opAvail: 'Opcións dispoñíbeis',
37 value: 'Valor',
38 size: 'Tamaño',
39 lines: 'liñas',
40 chkMulti: 'Permitir múltiplas seleccións',
41 required: 'Requirido',
42 opText: 'Texto',
43 opValue: 'Valor',
44 btnAdd: 'Engadir',
45 btnModify: 'Modificar',
46 btnUp: 'Subir',
47 btnDown: 'Baixar',
48 btnSetValue: 'Estabelecer como valor seleccionado',
49 btnDelete: 'Eliminar'
50 },
51 textarea: {
52 title: 'Propiedades da área de texto',
53 cols: 'Columnas',
54 rows: 'Filas'
55 },
56 textfield: {
57 title: 'Propiedades do campo de texto',
58 name: 'Nome',
59 value: 'Valor',
60 charWidth: 'Largo do carácter',
61 maxChars: 'Núm. máximo de caracteres',
62 required: 'Requirido',
63 type: 'Tipo',
64 typeText: 'Texto',
65 typePass: 'Contrasinal',
66 typeEmail: 'Correo',
67 typeSearch: 'Buscar',
68 typeTel: 'Número de teléfono',
69 typeUrl: 'URL'
70 }
71} );