X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fzh-tw.lang.php;h=953c7bcfde1160178a6c3edb561ad2cad237195b;hb=ceb103409d123c30e3c1c485b1f06293d1fe7308;hp=2a509d023ae71b35c298d98794159ba00afaa5c8;hpb=47a30e69b5389f5e6cf7b7fa879d3410887ab24b;p=timetracker.git diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 2a509d02..953c7bcf 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -160,10 +160,11 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.start_date' => 'Start date', // 'label.end_date' => 'End date', -// 'label.user' => 'User', -// 'label.users' => 'Users', -// 'label.client' => 'Client', -// 'label.clients' => 'Clients', +'label.user' => '用戶', +'label.users' => '用戶', +'label.client' => '客戶', +'label.clients' => '客戶', +// TODO: translate the following. // 'label.option' => 'Option', // 'label.invoice' => 'Invoice', 'label.project' => '項目', @@ -216,7 +217,7 @@ $i18n_key_words = array( 'label.or' => '或', // TODO: translate the following. // 'label.error' => 'Error', -// 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', +'label.ldap_hint' => '在下麵的欄目輸入您的Windows用戶名和密碼。', 'label.required_fields' => '* 必填欄目', 'label.on_behalf' => '代表', 'label.role_manager' => '(經理)', @@ -282,14 +283,15 @@ $i18n_key_words = array( // 'title.add_task' => 'Adding Task', // 'title.edit_task' => 'Editing Task', // 'title.delete_task' => 'Deleting Task', -// 'title.users' => 'Users', +'title.users' => '用戶', +// TODO: translate the following. // 'title.add_user' => 'Adding User', // 'title.edit_user' => 'Editing User', // 'title.delete_user' => 'Deleting User', -// 'title.clients' => 'Clients', -// 'title.add_client' => 'Adding Client', -// 'title.edit_client' => 'Editing Client', -// 'title.delete_client' => 'Deleting Client', +'title.clients' => '客戶', +'title.add_client' => '添加客戶', +'title.edit_client' => '編輯客戶', +'title.delete_client' => '刪除客戶', // 'title.invoices' => 'Invoices', // 'title.add_invoice' => 'Adding Invoice', // 'title.view_invoice' => 'Viewing Invoice', @@ -337,7 +339,8 @@ $i18n_key_words = array( 'dropdown.projects' => '項目', // TODO: translate the following. // 'dropdown.tasks' => 'tasks', -// 'dropdown.clients' => 'clients', +'dropdown.clients' => '客戶', +// TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', // 'dropdown.status_active' => 'active', @@ -458,7 +461,6 @@ $i18n_key_words = array( "form.mytime.edit_title" => '編輯時間記錄', "form.mytime.del_str" => '刪除時間記錄', "form.mytime.time_form" => ' (時:分)', -"form.mytime.daily" => '每日工作', "form.mytime.total" => '總小時數: ', "form.mytime.del_yes" => '成功刪除時間記錄', "form.mytime.no_finished_rec" => '該記錄只保存了開始時間。這不是錯誤。如果需要,請登出。', @@ -480,18 +482,13 @@ $i18n_key_words = array( "form.people.th.rate" => '費率', "form.people.manager" => '經理', "form.people.comanager" => '合作經理人', -"form.people.empl" => '用戶', "form.people.rate" => '默認小時收費', "form.people.comanager" => '合作經理人', // report attributes "form.report.title" => '報告', -"form.report.from" => '開始日期', -"form.report.to" => '結束日期', -"form.report.totals_only" => '僅僅今天', "form.report.total" => '總計時間', -"form.report.th.empllist" => '用戶', // mail form attributes "form.mail.from" => '從', @@ -529,11 +526,6 @@ $i18n_key_words = array( "form.migration.compression.gzip" => 'gzip格式', "form.migration.compression.bzip" => 'bzip格式', -"form.client.title" => '客戶', -"form.client.add_title" => '添加客戶', -"form.client.edit_title" => '編輯客戶', -"form.client.del_title" => '刪除客戶', - // miscellaneous strings "forward.tocsvfile" => '將資料輸出到.csv文件', "forward.toxmlfile" => '將資料輸出到.xml文件', @@ -557,5 +549,4 @@ $i18n_key_words = array( "label.disable" => '禁用', "label.enable" => '啟用', "label.hrs" => '小時', -"label.ldap_hint" => '在下麵的欄目輸入您的Windows用戶名和密碼。', );