X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fzh-tw.lang.php;h=d5bd872f4a8679af5fb4b043e36eab4c9b7999c5;hb=a490f47a3440b85efc7ef9c1795dd59dac60c83b;hp=66b885cfdf06a6eac29aed590554103abe77f5e7;hpb=9eee35c738a83c870e8d6dfda19d859bd063b233;p=timetracker.git diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 66b885cf..d5bd872f 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -48,6 +48,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.create_team' => 'Create Team', // 'menu.profile' => 'Profile', +// 'menu.group' => 'Group', // 'menu.time' => 'Time', // 'menu.expenses' => 'Expenses', 'menu.reports' => '報告', @@ -75,6 +76,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => '資料庫錯誤。', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => '不正確的"{0}"資料。', 'error.empty' => '欄目"{0}"為空。', 'error.not_equal' => '欄目"{0}"不等於欄目"{1}"。', @@ -486,6 +489,7 @@ $i18n_key_words = array( // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. +// 'form.profile.swap_roles' => 'Swap roles', // 'form.profile.12_hours' => '12 hours', // 'form.profile.24_hours' => '24 hours', // 'form.profile.show_holidays' => 'Show holidays', @@ -522,6 +526,7 @@ $i18n_key_words = array( // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. // TODO: translate the following. +// 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', // 'form.swap.swap_with' => 'Swap roles with', // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.