Added parameter validation to report handlers.
[timetracker.git] / WEB-INF / resources / zh-tw.lang.php
index 69d9e01..55c7b65 100644 (file)
@@ -80,12 +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' => '上傳文件出錯',
@@ -134,12 +138,16 @@ $i18n_key_words = array(
 'label.password' => '密碼',
 'label.confirm_password' => '確認密碼',
 'label.email' => '電子郵件',
+'label.cc' => '抄送',
 // TODO: translate the following.
 // 'label.bcc' => 'Bcc',
+'label.subject' => '主題',
 'label.total' => '總計',
 // TODO: translate the following.
 // 'label.page' => 'Page',
 // 'label.condition' => 'Condition',
+// 'label.yes' => 'yes',
+// 'label.no' => 'no',
 
 // Form titles.
 // TODO: the entire title section is missing here. See the English file.
@@ -296,8 +304,6 @@ $i18n_key_words = array(
 // mail form attributes
 "form.mail.from" => '從',
 "form.mail.to" => '到',
-"form.mail.cc" => '抄送',
-"form.mail.subject" => '主題',
 "form.mail.comment" => '留言',
 "form.mail.above" => '通過電子郵件發送該報告',
 // Note to translators: this string needs to be translated.