You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
567 B
15 lines
567 B
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$langExercice = "測驗";
|
|
$langNoEx = "目前沒有測驗";
|
|
$langNewEx = "新測驗";
|
|
$langQuestion = "問題";
|
|
$langQuestions = "題目";
|
|
$langAnswers = "答案";
|
|
$langAnswer = "答案";
|
|
$langResult = "結果";
|
|
$langExerciseType = "測驗類型";
|
|
$langExerciseName = "測驗名稱";
|
|
$langExerciseDescription = "測驗說明";
|
|
?>
|