]>
Commit | Line | Data |
---|---|---|
7adcb81e | 1 | /*\r |
3b35bd27 | 2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r |
7adcb81e IB |
3 | For licensing, see LICENSE.md or http://ckeditor.com/license\r |
4 | */\r | |
5 | CKEDITOR.plugins.setLang( 'forms', 'es', {\r | |
6 | button: {\r | |
7 | title: 'Propiedades de Botón',\r | |
8 | text: 'Texto (Valor)',\r | |
9 | type: 'Tipo',\r | |
10 | typeBtn: 'Boton',\r | |
11 | typeSbm: 'Enviar',\r | |
12 | typeRst: 'Reestablecer'\r | |
13 | },\r | |
14 | checkboxAndRadio: {\r | |
15 | checkboxTitle: 'Propiedades de Casilla',\r | |
16 | radioTitle: 'Propiedades de Botón de Radio',\r | |
17 | value: 'Valor',\r | |
18 | selected: 'Seleccionado',\r | |
19 | required: 'Required' // MISSING\r | |
20 | },\r | |
21 | form: {\r | |
22 | title: 'Propiedades de Formulario',\r | |
23 | menu: 'Propiedades de 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 de Campo Oculto',\r | |
30 | name: 'Nombre',\r | |
31 | value: 'Valor'\r | |
32 | },\r | |
33 | select: {\r | |
34 | title: 'Propiedades de Campo de Selección',\r | |
35 | selectInfo: 'Información',\r | |
36 | opAvail: 'Opciones disponibles',\r | |
37 | value: 'Valor',\r | |
38 | size: 'Tamaño',\r | |
39 | lines: 'Lineas',\r | |
40 | chkMulti: 'Permitir múltiple selección',\r | |
41 | required: 'Required', // MISSING\r | |
42 | opText: 'Texto',\r | |
43 | opValue: 'Valor',\r | |
44 | btnAdd: 'Agregar',\r | |
45 | btnModify: 'Modificar',\r | |
46 | btnUp: 'Subir',\r | |
47 | btnDown: 'Bajar',\r | |
48 | btnSetValue: 'Establecer como predeterminado',\r | |
49 | btnDelete: 'Eliminar'\r | |
50 | },\r | |
51 | textarea: {\r | |
52 | title: 'Propiedades de Area de Texto',\r | |
53 | cols: 'Columnas',\r | |
54 | rows: 'Filas'\r | |
55 | },\r | |
56 | textfield: {\r | |
57 | title: 'Propiedades de Campo de Texto',\r | |
58 | name: 'Nombre',\r | |
59 | value: 'Valor',\r | |
60 | charWidth: 'Caracteres de ancho',\r | |
61 | maxChars: 'Máximo caracteres',\r | |
62 | required: 'Required', // MISSING\r | |
63 | type: 'Tipo',\r | |
64 | typeText: 'Texto',\r | |
65 | typePass: 'Contraseña',\r | |
66 | typeEmail: 'Correo electrónico',\r | |
67 | typeSearch: 'Buscar',\r | |
68 | typeTel: 'Número de teléfono',\r | |
69 | typeUrl: 'URL'\r | |
70 | }\r | |
71 | } );\r |