about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/es.js
blob: 9a02c33750a35ddf27764eba9b655fff36e0b74f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'image2', 'es', {
	alt: 'Texto Alternativo',
	btnUpload: 'Enviar al Servidor',
	captioned: 'Imagen subtitulada',
	captionPlaceholder: 'Leyenda',
	infoTab: 'Información de Imagen',
	lockRatio: 'Proporcional',
	menu: 'Propiedades de Imagen',
	pathName: 'image',
	pathNameCaption: 'subtítulo',
	resetSize: 'Tamaño Original',
	resizer: 'Dar clic y arrastrar para cambiar tamaño',
	title: 'Propiedades de Imagen',
	uploadTab: 'Cargar',
	urlMissing: 'Debe indicar la URL de la imagen.',
	altMissing: 'Alternative text is missing.' // MISSING
} );