A bit more refactoring in translations.
[timetracker.git] / WEB-INF / resources / ko.lang.php
index 184c64c..fa838b3 100644 (file)
@@ -57,7 +57,7 @@ $i18n_key_words = array(
 'menu.projects' => '프로젝트',
 // TODO: translate the following.
 // 'menu.tasks' => 'Tasks',
-// 'menu.users' => 'Users',
+'menu.users' => '사용자',
 'menu.teams' => '팀',
 // TODO: translate the following.
 // 'menu.export' => 'Export',
@@ -166,8 +166,7 @@ $i18n_key_words = array(
 'label.client' => '클라이언트',
 'label.clients' => '클라이언트',
 'label.option' => '옵션',
-// TODO: translate the following.
-// 'label.invoice' => 'Invoice',
+'label.invoice' => '송장',
 'label.project' => '프로젝트',
 'label.projects' => '프로젝트',
 // TODO: translate the following.
@@ -276,7 +275,8 @@ $i18n_key_words = array(
 'title.report' => '보고서',
 // TODO: translate the following.
 // 'title.send_report' => 'Sending Report',
-// 'title.invoice' => 'Invoice',
+'title.invoice' => '송장',
+// TODO: translate the following.
 // 'title.send_invoice' => 'Sending Invoice',
 // 'title.charts' => 'Charts',
 'title.projects' => '프로젝트',
@@ -288,7 +288,8 @@ $i18n_key_words = array(
 // 'title.add_task' => 'Adding Task',
 // 'title.edit_task' => 'Editing Task',
 // 'title.delete_task' => 'Deleting Task',
-// 'title.users' => 'Users',
+'title.users' => '사용자',
+// TODO: translate the following.
 // 'title.add_user' => 'Adding User',
 // 'title.edit_user' => 'Editing User',
 // 'title.delete_user' => 'Deleting User',
@@ -296,8 +297,8 @@ $i18n_key_words = array(
 'title.add_client' => '클라이언트 추가',
 'title.edit_client' => '클라이언트 편집',
 'title.delete_client' => '클라이언트 삭제',
+'title.invoices' => '송장',
 // TODO: translate the following.
-// 'title.invoices' => 'Invoices',
 // 'title.add_invoice' => 'Adding Invoice',
 // 'title.view_invoice' => 'Viewing Invoice',
 // 'title.delete_invoice' => 'Deleting Invoice',
@@ -440,6 +441,22 @@ $i18n_key_words = array(
 // 'form.tasks.active_tasks' => 'Active Tasks',
 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
 
+// Users form. See example at https://timetracker.anuko.com/users.php
+// TODO: translate the following.
+// 'form.users.active_users' => 'Active Users',
+// 'form.users.inactive_users' => 'Inactive Users',
+// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
+// 'form.users.role' => 'Role',
+// 'form.users.manager' => 'Manager',
+// 'form.users.comanager' => 'Co-manager',
+// 'form.users.rate' => 'Rate',
+// 'form.users.default_rate' => 'Default hourly rate',
+
+// Clients form. See example at https://timetracker.anuko.com/clients.php
+// TODO: translate the following.
+// 'form.clients.active_clients' => 'Active Clients',
+// 'form.clients.inactive_clients' => 'Inactive Clients',
+
 
 
 // TODO: refactoring ongoing down from here.
@@ -538,7 +555,4 @@ $i18n_key_words = array(
 "controls.per_td" => '오늘',
 "controls.per_at" => '전시간',
 "controls.per_ty" => '올해',
-
-"label.inv_str" => '송장',
-"label.set_empl" => '사용자들을 선택',
 );