X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fzh-tw.lang.php;h=a204a733943259bc4122c84020de9d504a0f9c42;hb=56fd29cc5a2b6a67ed24b19d0d4213a6458a9723;hp=5ef7e03f051db2a2f7e2b0bee8d27e0160907ca1;hpb=6966f48816a53d2653bf02b537190d015407952e;p=timetracker.git diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 5ef7e03f..a204a733 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -280,7 +280,9 @@ $i18n_key_words = array( // 'label.template' => 'Template', // 'label.attachments' => 'Attachments', // 'label.files' => 'Files', +// 'label.file' => 'File', // 'label.image' => 'Image', +// 'label.download' => 'Download', // Form titles. // TODO: Translate the following. @@ -299,7 +301,8 @@ $i18n_key_words = array( // 'title.time' => 'Time', 'title.edit_time_record' => '編輯時間記錄', 'title.delete_time_record' => '刪除時間記錄', -// TODO: translate the following. +// TODO: Translate the following. +// 'title.time_files' => 'Time Record Files', // 'title.expenses' => 'Expenses', // 'title.edit_expense' => 'Editing Expense Item', // 'title.delete_expense' => 'Deleting Expense Item', @@ -313,6 +316,7 @@ $i18n_key_words = array( // 'title.send_report' => 'Sending Report', // 'title.timesheets' => 'Timesheets', // 'title.timesheet' => 'Timesheet', +// 'title.timesheet_files' => 'Timesheet Files', 'title.invoice' => '發票', // TODO: translate the following. // 'title.send_invoice' => 'Sending Invoice', @@ -358,6 +362,7 @@ $i18n_key_words = array( // 'title.import' => 'Importing Group Data', 'title.options' => '選項', // TODO: translate the following. +// 'title.display_options' => 'Display Options', // 'title.profile' => 'Profile', // 'title.plugins' => 'Plugins', // 'title.cf_custom_fields' => 'Custom Fields', @@ -380,6 +385,8 @@ $i18n_key_words = array( // 'title.delete_template' => 'Deleting Template', // 'title.edit_file' => 'Editing File', // 'title.delete_file' => 'Deleting File', +// 'title.download_file' => 'Downloading File', +// 'title.work' => 'Work', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -568,6 +575,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.12_hours' => '12 hours', // 'form.group_edit.24_hours' => '24 hours', +// 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', @@ -646,4 +654,8 @@ $i18n_key_words = array( // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.

%s", // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved', // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.

%s", + +// Display Options form. See example at https://timetracker.anuko.com/display_options.php. +// TODO: translate the following. +// 'form.display_options.note_on_separate_row' => 'Note on separate row', );