Added parameter validation to report handlers.
[timetracker.git] / WEB-INF / resources / zh-tw.lang.php
index 25a7a16..55c7b65 100644 (file)
@@ -80,14 +80,16 @@ $i18n_key_words = array(
 'error.not_equal' => '欄目"{0}"不等於欄目"{1}"',
 'error.interval' => '不正確的間隔',
 'error.project' => '選擇項目',
-'error.activity' => '選擇活動',
 // TODO: translate the following.
+// 'error.task' => 'Select task.',
+// 'error.client' => 'Select client.',
+// 'error.report' => 'Select report.',
 // 'error.record' => 'Select record.',
 'error.auth' => '不正確的用戶名或密碼',
 'error.user_exists' => '該使用者登錄資訊已經存在',
 'error.project_exists' => '該專案名稱已經存在',
-'error.activity_exists' => '該活動名稱已經存在',
 // TODO: translate the following.
+// 'error.task_exists' => 'Task with this name already exists.',
 // 'error.client_exists' => 'Client with this name already exists.',
 'error.no_login' => '沒有該登錄資訊的使用者',
 'error.upload' => '上傳文件出錯',