new ckeditor
New ckeditor
This commit is contained in:
71
ckeditor/plugins/forms/lang/es.js
Normal file
71
ckeditor/plugins/forms/lang/es.js
Normal file
@@ -0,0 +1,71 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'forms', 'es', {
|
||||
button: {
|
||||
title: 'Propiedades de Botón',
|
||||
text: 'Texto (Valor)',
|
||||
type: 'Tipo',
|
||||
typeBtn: 'Boton',
|
||||
typeSbm: 'Enviar',
|
||||
typeRst: 'Reestablecer'
|
||||
},
|
||||
checkboxAndRadio: {
|
||||
checkboxTitle: 'Propiedades de Casilla',
|
||||
radioTitle: 'Propiedades de Botón de Radio',
|
||||
value: 'Valor',
|
||||
selected: 'Seleccionado',
|
||||
required: 'Requerido'
|
||||
},
|
||||
form: {
|
||||
title: 'Propiedades de Formulario',
|
||||
menu: 'Propiedades de Formulario',
|
||||
action: 'Acción',
|
||||
method: 'Método',
|
||||
encoding: 'Codificación'
|
||||
},
|
||||
hidden: {
|
||||
title: 'Propiedades de Campo Oculto',
|
||||
name: 'Nombre',
|
||||
value: 'Valor'
|
||||
},
|
||||
select: {
|
||||
title: 'Propiedades de Campo de Selección',
|
||||
selectInfo: 'Información',
|
||||
opAvail: 'Opciones disponibles',
|
||||
value: 'Valor',
|
||||
size: 'Tamaño',
|
||||
lines: 'Lineas',
|
||||
chkMulti: 'Permitir múltiple selección',
|
||||
required: 'Requerido',
|
||||
opText: 'Texto',
|
||||
opValue: 'Valor',
|
||||
btnAdd: 'Agregar',
|
||||
btnModify: 'Modificar',
|
||||
btnUp: 'Subir',
|
||||
btnDown: 'Bajar',
|
||||
btnSetValue: 'Establecer como predeterminado',
|
||||
btnDelete: 'Eliminar'
|
||||
},
|
||||
textarea: {
|
||||
title: 'Propiedades de Area de Texto',
|
||||
cols: 'Columnas',
|
||||
rows: 'Filas'
|
||||
},
|
||||
textfield: {
|
||||
title: 'Propiedades de Campo de Texto',
|
||||
name: 'Nombre',
|
||||
value: 'Valor',
|
||||
charWidth: 'Caracteres de ancho',
|
||||
maxChars: 'Máximo caracteres',
|
||||
required: 'Requerido',
|
||||
type: 'Tipo',
|
||||
typeText: 'Texto',
|
||||
typePass: 'Contraseña',
|
||||
typeEmail: 'Correo electrónico',
|
||||
typeSearch: 'Buscar',
|
||||
typeTel: 'Número de teléfono',
|
||||
typeUrl: 'URL'
|
||||
}
|
||||
} );
|
||||
Reference in New Issue
Block a user