about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/es-mx.js
blob: 7005bd231ce9cc7c513ac24ddfe3464616b88b74 (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-mx', {
	alt: 'Texto alternativo',
	btnUpload: 'Enviar al servidor',
	captioned: 'Imagen subtitulada',
	captionPlaceholder: 'Subtítulo',
	infoTab: 'Información de la imagen',
	lockRatio: 'Bloquear aspecto',
	menu: 'Propiedades de la imagen',
	pathName: 'imagen',
	pathNameCaption: 'subtítulo',
	resetSize: 'Reiniciar tamaño',
	resizer: 'Presiona y arrastra para redimensionar',
	title: 'Propiedades de imagen',
	uploadTab: 'Cargar',
	urlMissing: 'Falta la URL de origen de la imagen.',
	altMissing: 'Falta texto alternativo.'
} );