Actualización

This commit is contained in:
Xes
2025-04-10 12:49:05 +02:00
parent 4aff98e77b
commit 1cdd00920f
9151 changed files with 1800913 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
CKEDITOR.plugins.setLang('mapping', 'es', {
toolbar: 'Insertar/Editar zonas interactivas',
mappingProperties: 'Propiedades de Mapping',
removeMap: 'Quitar el mapa',
youMustSelectAnImageBeforeUsingTheMapEditor: 'Debes elegir una imagen antes de usar el editor de mapas',
mapName: 'Nombre del mapa',
selector: 'Selector',
removeArea: 'Eliminar área',
shape: 'Forma',
rectangle: 'Rectángulo',
circle: 'Círculo',
polygon: 'Polígono',
zoom: 'Zoom',
area: 'Área',
link: 'Enlace (URL)',
target: 'Destino del enlace',
notSet: 'No establecido',
targetSelf: 'Esta ventana',
targetBlank: 'Ventana nueva',
targetTop: 'Ventana principal',
title: 'Título',
alternativeText: 'Texto alternativo'
});
window.imgmapStrings = {
READY: '',
RECTANGLE_DRAW: 'Pulsa MAYS para cambiar a cuadrado.',
SQUARE_DRAW: '',
SQUARE2_DRAW: 'Libera MAYS para cambiar a rectángulo.',
POLYGON_DRAW: 'Usa MAYS + click para crear el último punto.',
ERR_INVALID_COORDS: 'Coordenadas incorrectas.'
};