Minor cleanup in ja and ko translation files
authorNik Okuntseff <support@anuko.com>
Sat, 12 Mar 2016 09:10:11 +0000 (01:10 -0800)
committerNik Okuntseff <support@anuko.com>
Sat, 12 Mar 2016 09:10:11 +0000 (01:10 -0800)
WEB-INF/resources/ja.lang.php
WEB-INF/resources/ko.lang.php
WEB-INF/templates/footer.tpl

index 3d53a3f..a63c1a3 100644 (file)
@@ -38,29 +38,43 @@ $i18n_holidays = array('01/01', '01/12', '03/20', '05/03', '05/04', '05/05', '05
 
 $i18n_key_words = array(
 
 
 $i18n_key_words = array(
 
-// menu entries
+// Menus.
 'menu.login' => 'ログイン',
 'menu.logout' => 'ログアウト',
 '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.help' => 'ヘルプ',
 // Note to translators: menu.create_team needs a more accurate translation.
 'menu.create_team' => '新規管理者のアカウントの作成',
-'menu.edit_profile' => 'プロファイルの編集',
-'menu.time' => '私の時間',
+'menu.profile' => 'プロファイル', 
+'menu.time' => '時間',
+// TODO: Translate the following:
+// 'menu.expenses' => 'Expenses',
 'menu.reports' => 'レポート',
 'menu.reports' => 'レポート',
-// Note to translators: menu.charts needs to be translated.
-// 'menu.charts' => 'charts',
+// TODO: Translate the following:
+// 'menu.charts' => 'Charts',
 'menu.projects' => 'プロジェクト',
 'menu.projects' => 'プロジェクト',
-'menu.activities' => '活動内容',
-'menu.people' => 'メンバー',
+// TODO: Translate the following:
+// 'menu.tasks' => 'Tasks',
+// 'menu.users' => 'Users',
 'menu.teams' => 'チーム',
 'menu.teams' => 'チーム',
-// Note to translators: menu.export needs to be translated.
-// 'menu.export' => 'export',
+// TODO: Translate the following:
+// 'menu.export' => 'Export',
 'menu.clients' => 'クライアント',
 'menu.options' => 'オプション',
 '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}"のフィールドが空白です',
 'error.db' => 'データベースのエラー',
 'error.field' => '不正確な"{0}"データ',
 'error.empty' => '"{0}"のフィールドが空白です',
index c730a56..c2b584b 100644 (file)
@@ -38,29 +38,43 @@ $i18n_holidays = array('01/01', '01/25', '01/26', '01/27', '03/02', '03/05', '08
 
 $i18n_key_words = array(
 
 
 $i18n_key_words = array(
 
-// menu entries
+// Menus.
 'menu.login' => '로그인',
 'menu.logout' => '로그아웃',
 '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.help' => '도움말',
 // Note to translators: menu.create_team needs a more accurate translation.
 'menu.create_team' => '새로운 관리자 계정을 생성',
-'menu.edit_profile' => '프로필 편집',
-'menu.time' => '나의 시간',
+'menu.profile' => '프로필',
+'menu.time' => '나의 시간', // TODO: improve this, used to be "My time", now just "Time".
+// TODO: Translate the following:
+// 'menu.expenses' => 'Expenses',
 'menu.reports' => '보고서',
 'menu.reports' => '보고서',
-// Note to translators: menu.charts needs to be translated.
-// 'menu.charts' => 'charts',
+// TODO: Translate the following:
+// 'menu.charts' => 'Charts',
 'menu.projects' => '프로젝트',
 'menu.projects' => '프로젝트',
-'menu.activities' => '활동내용',
-'menu.people' => '멤버',
+// TODO: Translate the following:
+// 'menu.tasks' => 'Tasks',
+// 'menu.users' => 'Users',
 'menu.teams' => '팀',
 'menu.teams' => '팀',
-// Note to translators: menu.export needs to be translated.
-// 'menu.export' => 'export',
+// TODO: Translate the following:
+// 'menu.export' => 'Export',
 'menu.clients' => '클라이언트',
 'menu.options' => '옵션',
 '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}" 의 필드가 비어있습니다',
 'error.db' => '데이터베이스 오류',
 'error.field' => '부정확한 "{0}" 의 데이터',
 'error.empty' => '"{0}" 의 필드가 비어있습니다',
index 913f87e..015f4ab 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.9.14.3407 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.9.14.3408 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>