diff options
Diffstat (limited to 'plugins/forms/lang/es.js')
| -rw-r--r-- | plugins/forms/lang/es.js | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/plugins/forms/lang/es.js b/plugins/forms/lang/es.js new file mode 100644 index 0000000..b35d0e7 --- /dev/null +++ b/plugins/forms/lang/es.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+ },
+ 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',
+ 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',
+ type: 'Tipo',
+ typeText: 'Texto',
+ typePass: 'Contraseña',
+ typeEmail: 'Correo electrónico',
+ typeSearch: 'Buscar',
+ typeTel: 'Número de teléfono',
+ typeUrl: 'URL'
+ }
+});
|
