hotspot.inc.php 372 B

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