X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1593111c571fb4ab79ed1a7239552767f5e2dce0..3f154984d083cf6627f5c6f1ca8f4e165b035ca0:/WEB-INF/resources/ko.lang.php diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index daba7b98..483e4572 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -86,7 +86,8 @@ $i18n_key_words = array( 'error.project' => '프로젝트의 선택', // TODO: translate the following. // 'error.task' => 'Select task.', -// 'error.client' => 'Select client.', +'error.client' => '클라이언트 선택', +// TODO: translate the following. // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', 'error.auth' => '부정확한 로그인 혹은 암호가 틀립니다', @@ -206,9 +207,10 @@ $i18n_key_words = array( // 'label.date_format' => 'Date format', // 'label.time_format' => 'Time format', // 'label.week_start' => 'First day of week', -// 'label.comment' => 'Comment', -// 'label.status' => 'Status', -// 'label.tax' => 'Tax', +'label.comment' => '코멘트', +'label.status' => '상태', +'label.tax' => '세금', +// TODO: translate the following. // 'label.subtotal' => 'Subtotal', 'label.total' => '합계', // TODO: translate the following. @@ -473,7 +475,6 @@ $i18n_key_words = array( "form.people.del_str" => '사용자를 삭제하기', "form.people.th.login" => '로그인ID', "form.people.th.role" => '직위', -"form.people.th.status" => '상태', "form.people.th.project" => '프로젝트', "form.people.th.rate" => '급여', "form.people.manager" => '관리자', @@ -516,7 +517,6 @@ $i18n_key_words = array( // mail form attributes "form.mail.from" => '부터', "form.mail.to" => '까지', -"form.mail.comment" => '코멘트', "form.mail.above" => '이 보고서를 이메일로 송신', // Note to translators: this string needs to be translated. // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', @@ -530,8 +530,6 @@ $i18n_key_words = array( "form.invoice.fillform" => '필드들을 채우십시오', "form.invoice.date" => '날짜', "form.invoice.number" => '송장 번호', -"form.invoice.tax" => '세금', -"form.invoice.comment" => '코멘트 ', "form.invoice.th.username" => '개인', "form.invoice.th.time" => '시간', "form.invoice.th.rate" => '급여', @@ -557,15 +555,12 @@ $i18n_key_words = array( "form.client.add_title" => '클라이언트 추가', "form.client.edit_title" => '클라이언트 편집', "form.client.del_title" => '클라이언트 삭제', -"form.client.tax" => '세금', -"form.client.comment" => '코멘트 ', // miscellaneous strings "forward.tocsvfile" => '데이터를 .csv 파일로 익스포트', "forward.toxmlfile" => '데이터를 .xml 파일로 익스포트', "forward.geninvoice" => '송장 만들기', -"controls.select.client" => '--- 클라이언트 선택 ---', "controls.project_bind" => '--- 전부 ---', "controls.all" => '--- 전부 ---', "controls.notbind" => '--- 아니 ---',