hotspot.inc.php 319 B

123456789101112
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $square = "Kvadrat";
  6. $circle = "Elipsa";
  7. $poly = "Poligon";
  8. $status2_poly = "Koristi desni klik da zatvoriš poligon";
  9. $status2_other = "Pusti dugme miša da sačuvaš hotspot";
  10. $status3 = "Hotspot sačuvan";
  11. $labelPolyMenu = "Zatvori poligon";
  12. ?>