Wrote createTimesheet function.
[timetracker.git] / WEB-INF / resources / ko.lang.php
index 89c01a3..d59c163 100644 (file)
@@ -103,6 +103,7 @@ $i18n_key_words = array(
 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 // 'error.role_exists' => 'Role with this rank already exists.',
 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
+// 'error.no_records' => 'There are no records.',
 'error.no_login' => '본 로그인과 연계된 사용자가 없습니다.',
 'error.no_groups' => '당신의 데이터베이스는 비어있습니다. 관리자로 로그인하여 새로운 팀을 생성하십시오.', // TODO: replace "team" with "group".
 'error.upload' => '파일 업로드 오류.',
@@ -452,8 +453,6 @@ $i18n_key_words = array(
 // 'form.reports.include_assigned' => 'assigned',
 // 'form.reports.include_not_assigned' => 'not assigned',
 // 'form.reports.include_pending' => 'pending',
-// 'form.reports.include_approved' => 'approved',
-// 'form.reports.include_not_approved' => 'not approved',
 'form.reports.select_period' => '시간 기간을 선택',
 'form.reports.set_period' => '혹은 날짜를 설정',
 'form.reports.show_fields' => '필드들을 보기',
@@ -475,7 +474,6 @@ $i18n_key_words = array(
 
 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
 // TODO: translate the following.
-// form.timesheets.hint' => 'Use reports to add new timesheets.',
 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',