1234567891011121314151617181920212223242526272829303132 |
- 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.'
- };
|