X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fko.lang.php;h=bdda6364987286ea6764d81edef847be24ccd5fe;hb=ad98b13400fdc2fa2299a22c9bd54c4cd27960c3;hp=c77f4b89dea40cc576c30d5c6e782c2e790808af;hpb=3c857ca72d35f70449f20f1156ab35db92f84828;p=timetracker.git diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index c77f4b89..bdda6364 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -118,13 +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_invoice' => 'Add invoice', -// 'button.add_option' => 'Add option', 'button.add' => '추가', 'button.generate' => '생성', // TODO: translate the following. @@ -162,6 +155,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 +445,12 @@ $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', +// 'form.roles.rights' => 'Rights', + // Clients form. See example at https://timetracker.anuko.com/clients.php // TODO: translate the following. // 'form.clients.active_clients' => 'Active Clients', @@ -487,6 +488,7 @@ $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',