hotspot.inc.php 811 B

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