]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ko.lang.php
Introduced strings required for roles.
[timetracker.git] / WEB-INF / resources / ko.lang.php
index 6948e80416e74d62aad1fe5d24b8143ea2921bf2..cd39cb13868381c73ef4fe85cd8f55f73a746010 100644 (file)
@@ -162,6 +162,8 @@ $i18n_key_words = array(
 'label.end_date' => '마감 날짜',
 'label.user' => '사용자',
 'label.users' => '사용자',
+// TODO: translate the following.
+// 'label.roles' => 'Roles',
 'label.client' => '클라이언트',
 'label.clients' => '클라이언트',
 'label.option' => '옵션',
@@ -450,6 +452,11 @@ $i18n_key_words = array(
 'form.users.rate' => '급여',
 'form.users.default_rate' => '디폴트 시간당 급여',
 
+// Roles form. See example at https://timetracker.anuko.com/roles.php
+// TODO: translate the following.
+// 'form.roles.active_roles' => 'Active Roles',
+// 'form.roles.inactive_roles' => 'Inactive Roles',
+
 // Clients form. See example at https://timetracker.anuko.com/clients.php
 // TODO: translate the following.
 // 'form.clients.active_clients' => 'Active Clients',
@@ -487,7 +494,9 @@ $i18n_key_words = array(
 // 'form.profile.type_all' => 'all',
 // 'form.profile.type_start_finish' => 'start and finish',
 // 'form.profile.type_duration' => 'duration',
+// 'form.profile.punch_mode' => 'Punch mode',
 // 'form.profile.allow_overlap' => 'Allow overlap',
+// 'form.profile.future_entries' => 'Future entries',
 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
 // 'form.profile.plugins' => 'Plugins',