hotspot.inc.php 370 B

12345678910111213
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $select = "選擇";
  6. $square = "正方形";
  7. $circle = "橢圓形";
  8. $poly = "多邊形";
  9. $status2_poly = "點擊滑鼠右鍵以封閉多邊形";
  10. $exercise_status_1 = "狀態:問題仍未結束";
  11. $exercise_status_2 = "按下以提交你的答案";
  12. $exercise_status_3 = "狀態:問題已結束";
  13. ?>