X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fzh-tw.lang.php;h=74d379fc376e9714d99f7b447985059ddfaa8beb;hb=b4be5795ddbcef63b4b6fffb200c3dfc3ffcb530;hp=09712f4835514cbdd23c294152b903a51a68ef35;hpb=0e60d28bba29fbd47e415ac55bdcb39a284613ee;p=timetracker.git diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 09712f48..74d379fc 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -49,6 +49,7 @@ $i18n_key_words = array( // 'menu.create_group' => 'Create Group', // 'menu.profile' => 'Profile', // 'menu.group' => 'Group', +// 'menu.plugins' => 'Plugins', // 'menu.time' => 'Time', // 'menu.expenses' => 'Expenses', 'menu.reports' => '報告', @@ -108,6 +109,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', 'error.mail_send' => '發送郵件時出錯。', +// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part. +// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', 'error.no_email' => '沒有電子郵件與該用戶名關聯。', // TODO: translate the following. // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.', @@ -162,6 +165,7 @@ $i18n_key_words = array( 'label.user' => '用戶', 'label.users' => '用戶', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => '客戶', 'label.clients' => '客戶', @@ -318,6 +322,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'title.profile' => 'Profile', // 'title.group' => 'Group Settings', +// 'title.plugins' => 'Plugins', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', // 'title.cf_edit_custom_field' => 'Editing Custom Field', @@ -515,7 +520,6 @@ $i18n_key_words = array( // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', // 'form.group_edit.allow_ip' => 'Allow IP', -// 'form.group_edit.plugins' => 'Plugins', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.