/pigeoncms/Plugins/fckeditor/editor/plugins/imgmap/jscripts/lang_en.js

http://pigeoncms.googlecode.com/ · JavaScript · 37 lines · 27 code · 8 blank · 2 comment · 3 complexity · 6ef7925250a5f37817ee058fb1d199e2 MD5 · raw file

  1. //english string resources
  2. var imgmapStrings = {
  3. READY : 'Ready',
  4. PREVIEW_MODE : 'Preview mode. Test your image map.',
  5. DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.',
  6. HINT_ADD : 'Add new area',
  7. HINT_DELETE : 'Delete selected area',
  8. HINT_PREVIEW : 'Preview image map',
  9. HINT_HTML : 'Get image map HTML',
  10. HINT_CLIPBOARD : 'Copy to clipboard',
  11. RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.',
  12. RECTANGLE_MOVE : 'Moving rectangle',
  13. RECTANGLE_RESIZE_TOP : 'Resizing rectangle',
  14. RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle',
  15. RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle',
  16. RECTANGLE_RESIZE_LEFT : 'Resizing rectangle',
  17. SQUARE_DRAW : 'Drawing circle',
  18. SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.',
  19. SQUARE_MOVE : 'Moving circle',
  20. SQUARE_RESIZE_TOP : 'Resizing circle',
  21. SQUARE_RESIZE_RIGHT : 'Resizing circle',
  22. SQUARE_RESIZE_BOTTOM : 'Resizing circle',
  23. SQUARE_RESIZE_LEFT : 'Resizing circle',
  24. POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.',
  25. POLYGON_MOVE : 'Moving polygon',
  26. ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.',
  27. ERR_INVALID_COORDS : 'Invalid coordinates.'
  28. };
  29. //alert('lang loaded');