Minor cleanup in localization files
[timetracker.git] / WEB-INF / resources / zh-tw.lang.php
index 6a946dd..ce2c539 100644 (file)
@@ -38,28 +38,42 @@ $i18n_holidays = array('01/01', '01/02', '01/25', '01/26', '01/27', '01/28', '01
 
 $i18n_key_words = array(
 
-// menu entries
+// Menus.
 'menu.login' => '登錄',
 'menu.logout' => '登出',
-'menu.feedback' => '回饋',
+// TODO: translate the following:
+// 'menu.forum' => 'Forum',
 'menu.help' => '幫助',
 // Note to translators: menu.create_team needs a more accurate translation.
 'menu.create_team' => '創建新管理帳號',
-'menu.edit_profile' => '編輯簡介',
-'menu.time' => '我的時間記錄',
+'menu.profile' => '編輯簡介', // TODO: Improve this, used to be "Edit profile", now just "Profile".
+'menu.time' => '我的時間記錄', // TODO: Improve this, used to be "My time", now just "Time".
+// TODO: translate the following:
+// 'menu.expenses' => 'Expenses',
 'menu.reports' => '報告',
-// Note to translators: menu.charts needs to be translated.
-// 'menu.charts' => 'charts',
+// TODO: translate the following:
+// 'menu.charts' => 'Charts',
 'menu.projects' => '項目',
-'menu.activities' => '活動',
-'menu.people' => '人員',
+// TODO: translate the following:
+// 'menu.tasks' => 'Tasks',
+// 'menu.users' => 'Users',
 'menu.teams' => '團隊',
 'menu.export' => '輸出資料',
 'menu.clients' => '客戶',
 'menu.options' => '選項',
-'menu.admin' => '管理',
 
-// error strings
+// Footer - strings on the bottom of most pages.
+// TODO: translate the following:
+// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
+// 'footer.credits' => 'Credits',
+// 'footer.license' => 'License',
+// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
+                                     // This is a link to a webpage that describes how to contribute to the project.
+
+// Error messages.
+// TODO: translate the following:
+// 'error.access_denied' => 'Access denied.',
+// 'error.sys' => 'System error.',
 'error.db' => '資料庫錯誤',
 'error.field' => '不正確的"{0}"資料',
 'error.empty' => '欄目"{0}"為空',
@@ -404,4 +418,3 @@ $i18n_key_words = array(
 // login hello text
 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
 );
-?>
\ No newline at end of file