hotspot.inc.php 673 B

123456789101112131415161718192021
  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 = "Now click on the button below to validate your answers.";
  17. $nextAnswer = "Now click on: &done=done";
  18. $delineation = "Delineation";
  19. $labelDelineationMenu = "Close delineation";
  20. $oar = "Area at risk";
  21. ?>