You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
737 B
JavaScript
22 lines
737 B
JavaScript
/*
|
|
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-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.'
|
|
} );
|