es.js 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. CKEDITOR.plugins.setLang('mapping', 'es', {
  2. toolbar: 'Insertar/Editar zonas interactivas',
  3. mappingProperties: 'Propiedades de Mapping',
  4. removeMap: 'Quitar el mapa',
  5. youMustSelectAnImageBeforeUsingTheMapEditor: 'Debes elegir una imagen antes de usar el editor de mapas',
  6. mapName: 'Nombre del mapa',
  7. selector: 'Selector',
  8. removeArea: 'Eliminar área',
  9. shape: 'Forma',
  10. rectangle: 'Rectángulo',
  11. circle: 'Círculo',
  12. polygon: 'Polígono',
  13. zoom: 'Zoom',
  14. area: 'Área',
  15. link: 'Enlace (URL)',
  16. target: 'Destino del enlace',
  17. notSet: 'No establecido',
  18. targetSelf: 'Esta ventana',
  19. targetBlank: 'Ventana nueva',
  20. targetTop: 'Ventana principal',
  21. title: 'Título',
  22. alternativeText: 'Texto alternativo'
  23. });
  24. window.imgmapStrings = {
  25. READY: '',
  26. RECTANGLE_DRAW: 'Pulsa MAYS para cambiar a cuadrado.',
  27. SQUARE_DRAW: '',
  28. SQUARE2_DRAW: 'Libera MAYS para cambiar a rectángulo.',
  29. POLYGON_DRAW: 'Usa MAYS + click para crear el último punto.',
  30. ERR_INVALID_COORDS: 'Coordenadas incorrectas.'
  31. };