hotspot.inc.php 610 B

123456789101112131415161718
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $square = "Square";
  6. $circle = "Elipse";
  7. $poly = "Polygon";
  8. $status1 = "Draw a hotspot.";
  9. $status2_poly = "Use right-click to close the polygon.";
  10. $status2_other = "Release the mousebutton to save the hotspot.";
  11. $status3 = "Hotspot saved";
  12. $showUserPoints = "Show/Hide userclicks";
  13. $showHotspots = "Show / Hide hotspots";
  14. $labelPolyMenu = "Close polygon";
  15. $triesleft = "Attempts left";
  16. $exeFinished = "All answers done. You can now rearrange the hotspots or click button below image to submit";
  17. $nextAnswer = "Now click on: &done=done";
  18. ?>