hotspot.inc.php 851 B

123456789101112131415161718192021222324
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $select = "Validate";
  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 = "Answer by clicking in the image below";
  13. $exercise_status_2 = "Validate answers";
  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 = "Now click on the button below to validate your answers.";
  20. $nextAnswer = "Now click on: &done=done";
  21. $delineation = "Delineation";
  22. $labelDelineationMenu = "Close delineation";
  23. $OAR = "Area at risk";
  24. ?>