X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/80c95e54786735b3fb8396d139810e1853f1e37c..5359d47def6b0cf040677b6d1001a6ce05c0a11d:/WEB-INF/resources/ko.lang.php diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index f47ad0b3..c7c74052 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -216,7 +216,7 @@ $i18n_key_words = array( // 'label.error' => 'Error', // 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', // 'label.required_fields' => '* - required fields', -// 'label.on_behalf' => 'on behalf of', +'label.on_behalf' => '을 대표하여', // TODO: translate all 3 roles properly, see https://www.anuko.com/time_tracker/user_guide/user_accounts.htm // This may require different terms for role_manager and role_comanager. 'label.role_manager' => '(관리자)', @@ -403,7 +403,6 @@ $i18n_key_words = array( "form.mytime.daily" => '하루일과', "form.mytime.total" => '전체 시간: ', "form.mytime.th.project" => '프로젝트', -"form.mytime.th.activity" => '활동내용', "form.mytime.th.start" => '시작', "form.mytime.th.finish" => '마감', "form.mytime.th.duration" => '기간', @@ -557,7 +556,6 @@ $i18n_key_words = array( "label.chart.period" => '기간에 따른 그래프', "label.pbehalf_info" => '%s %s %s 을 대표하여', -"label.time_noentry" => '항목이 없음', "label.req_fields" => '* 필수 필드', "label.sel_project" => '프로젝트 선택', "label.sel_activity" => '활동내용 선택',