hotspot.inc.php 812 B

123456789101112131415161718192021
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $select = "Select";
  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. $exercise_status_1 = "Status: Question not yet terminated";
  13. $exercise_status_2 = "Click to submit your answers to the question";
  14. $exercise_status_3 = "Status: Question terminated";
  15. $showUserPoints = "Show/Hide userclicks";
  16. $showHotspots = "Show / Hide hotspots";
  17. $labelPolyMenu = "Close polygon";
  18. $triesleft = "Attempts left";
  19. $exeFinished = "All answers done. You can now rearrange the hotspots or click button below image to submit";
  20. $nextAnswer = "Now click on: &done=done";
  21. ?>