]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/forms/lang/gl.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / gl.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.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 } );