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