-
Notifications
You must be signed in to change notification settings - Fork 33
/
lang_en.js
37 lines (29 loc) · 1.44 KB
/
lang_en.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
//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');