/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
- //english string resources
-
- var imgmapStrings = {
-
- READY : 'Ready',
- PREVIEW_MODE : 'Preview mode. Test your image map.',
- DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.',
-
- HINT_ADD : 'Add new area',
- HINT_DELETE : 'Delete selected area',
- HINT_PREVIEW : 'Preview image map',
- HINT_HTML : 'Get image map HTML',
- HINT_CLIPBOARD : 'Copy to clipboard',
-
- RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.',
- RECTANGLE_MOVE : 'Moving rectangle',
- RECTANGLE_RESIZE_TOP : 'Resizing rectangle',
- RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle',
- RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle',
- RECTANGLE_RESIZE_LEFT : 'Resizing rectangle',
-
- SQUARE_DRAW : 'Drawing circle',
- SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.',
- SQUARE_MOVE : 'Moving circle',
- SQUARE_RESIZE_TOP : 'Resizing circle',
- SQUARE_RESIZE_RIGHT : 'Resizing circle',
- SQUARE_RESIZE_BOTTOM : 'Resizing circle',
- SQUARE_RESIZE_LEFT : 'Resizing circle',
-
- POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.',
- POLYGON_MOVE : 'Moving polygon',
-
- ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.',
- ERR_INVALID_COORDS : 'Invalid coordinates.'
-
- };
- //alert('lang loaded');