More cleanup.
[timetracker.git] / WEB-INF / resources / ja.lang.php
index 911bfde..bac57c9 100644 (file)
@@ -422,6 +422,21 @@ $i18n_key_words = array(
 // 'form.invoice.invoice_entries' => 'Invoice entries',
 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
+// Charts form. See example at https://timetracker.anuko.com/charts.php
+// TODO: translate the following.
+// 'form.charts.interval' => 'Interval',
+// 'form.charts.chart' => 'Chart',
+
+// Projects form. See example at https://timetracker.anuko.com/projects.php
+// TODO: translate the following.
+// 'form.projects.active_projects' => 'Active Projects',
+// 'form.projects.inactive_projects' => 'Inactive Projects',
+
+// Tasks form. See example at https://timetracker.anuko.com/tasks.php
+// TODO: translate the following.
+// 'form.tasks.active_tasks' => 'Active Tasks',
+// 'form.tasks.inactive_tasks' => 'Inactive Tasks',
+
 
 
 // TODO: refactoring ongoing down from here.
@@ -578,6 +593,5 @@ $i18n_key_words = array(
 "label.disable" => '使用中止',
 "label.enable" => '使用可能',
 "label.hrs" => '時間',
-"label.errors" => 'エラー',
 "label.ldap_hint" => '下記のフィールドにあなたの<b>WindowsのログインID</b>と<b>パスワード</b>を入力してください。',
 );