X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/cdb0911b4f72d4bb1df7cd82f2bce0d9ab1579b0..1c40fb09e97ff643c80e9b96106d891e6fdbde1b:/WEB-INF/resources/ko.lang.php diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 2ec329c5..005fb34d 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -118,11 +118,6 @@ $i18n_key_words = array( // 'button.copy' => 'Copy', 'button.cancel' => '취소', 'button.submit' => '발송', -// TODO: translate the following. -// 'button.add_user' => 'Add user', -// 'button.add_project' => 'Add project', -// 'button.add_task' => 'Add task', -// 'button.add_client' => 'Add client', 'button.add' => '추가', 'button.generate' => '생성', // TODO: translate the following. @@ -291,6 +286,11 @@ $i18n_key_words = array( 'title.add_user' => '사용자를 추가하기', // TODO: is this correct? 'title.edit_user' => '사용자를 편집하기', 'title.delete_user' => '사용자를 삭제하기', +// TODO: translate the following. +// 'title.roles' => 'Roles', +// 'title.add_role' => 'Adding Role', +// 'title.edit_role' => 'Editing Role', +// 'title.delete_role' => 'Deleting Role', 'title.clients' => '클라이언트', 'title.add_client' => '클라이언트 추가', 'title.edit_client' => '클라이언트 편집', @@ -515,4 +515,28 @@ $i18n_key_words = array( // 'form.quota.quota' => 'Quota', // 'form.quota.workday_hours' => 'Hours in work day', // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', + +// Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. +// TODO: translate the following. +// 'role.user.label' => 'User', +// 'role.user.low_case_label' => 'user', +// 'role.user.description' => 'A regular member without management rights.', +// 'role.client.label' => 'Client', +// 'role.client.low_case_label' => 'client', +// 'role.client.description' => 'A client can view its own reports, charts, and invoices.', +// 'role.supervisor.label' => 'Supervisor', +// 'role.supervisor.low_case_label' => 'supervisor', +// 'role.supervisor.description' => 'A person with a small set of management rights.', +// 'role.comanager.label' => 'Co-manager', +// 'role.comanager.low_case_label' => 'co-manager', +// 'role.comanager.description' => 'A person with a big set of management functions.', +// 'role.manager.label' => 'Manager', +// 'role.manager.low_case_label' => 'manager', +// 'role.manager.description' => 'Group manager. Can do most of things for a group.', +// 'role.top_manager.label' => 'Top manager', +// 'role.top_manager.low_case_label' => 'top manager', +// 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.', +// 'role.admin.label' => 'Administrator', +// 'role.admin.low_case_label' => 'administrator', +// 'role.admin.description' => 'Site adminsitrator.', );