Some cleanup and recycling.
[timetracker.git] / WEB-INF / resources / zh-cn.lang.php
index e7bc047..a0b9cd9 100644 (file)
@@ -360,6 +360,27 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.week.new_entry' => 'New entry',
 
+// Reports form. See example at https://timetracker.anuko.com/reports.php
+// TODO: translate the following.
+// 'form.reports.save_as_favorite' => 'Save as favorite',
+'form.reports.confirm_delete' => '您确认要删除收藏的这个报告吗?',
+// TODO: translate the following.
+// 'form.reports.include_billable' => 'billable',
+// 'form.reports.include_not_billable' => 'not billable',
+// 'form.reports.include_invoiced' => 'invoiced',
+// 'form.reports.include_not_invoiced' => 'not invoiced',
+// 'form.reports.select_period' => 'Select time period',
+// 'form.reports.set_period' => 'or set dates',
+// 'form.reports.show_fields' => 'Show fields',
+// 'form.reports.group_by' => 'Group by',
+// 'form.reports.group_by_no' => '--- no grouping ---',
+// 'form.reports.group_by_date' => 'date',
+// 'form.reports.group_by_user' => 'user',
+// 'form.reports.group_by_client' => 'client',
+// 'form.reports.group_by_project' => 'project',
+// 'form.reports.group_by_task' => 'task',
+// 'form.reports.totals_only' => 'Totals only',
+
 
 
 // TODO: refactoring ongoing down from here.
@@ -371,7 +392,6 @@ $i18n_key_words = array(
 "form.filter.project" => '项目',
 "form.filter.filter" => '收藏的报告',
 "form.filter.filter_new" => '保存到我的收藏夹',
-"form.filter.filter_confirm_delete" => '您确认要删除收藏的这个报告吗?',
 
 // login form attributes
 "form.login.title" => '登录',
@@ -411,7 +431,6 @@ $i18n_key_words = array(
 "form.mytime.time_form" => ' (时:分)',
 "form.mytime.date" => '日期',
 "form.mytime.project" => '项目',
-"form.mytime.activity" => '活动',
 "form.mytime.start" => '开始',
 "form.mytime.finish" => '结束',
 "form.mytime.duration" => '持续时间',
@@ -611,7 +630,6 @@ $i18n_key_words = array(
 "label.or" => '或',
 "label.disable" => '禁用',
 "label.enable" => '启用',
-"label.filter" => '过滤器',
 "label.timeweek" => '一周总计',
 "label.hrs" => '小时',
 "label.errors" => '错误',