upgrade
This commit is contained in:
32
main/inc/lib/javascript/ckeditor/plugins/mapping/lang/es.js
Normal file
32
main/inc/lib/javascript/ckeditor/plugins/mapping/lang/es.js
Normal 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.'
|
||||
};
|
||||
Reference in New Issue
Block a user