X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fko.lang.php;h=5a69aa16a47910ed8df89e00ad03a7118db52d28;hb=407329801a481ea008b8c5fb21ce41bb7559c678;hp=f954100c71aea1f1428204581553feb53d3008ab;hpb=e447782c5838a9715a7443a028d403aadf52a479;p=timetracker.git diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index f954100c..5a69aa16 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -149,11 +149,14 @@ $i18n_key_words = array( 'button.send_by_email' => '이메일로 송신', // TODO: translate the following. // 'button.create_group' => 'Create group', +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => '팀 익스포트', // TODO: replace "team" with "group". 'button.import' => '팀 임포트', // TODO: replace "team" with "group". // TODO: translate the following. // 'button.close' => 'Close', // 'button.stop' => 'Stop', +// 'button.approve' => 'Approve', +// 'button.disapprove' => 'Disapprove', // Labels for controls on forms. Labels in this section are used on multiple forms. // TODO: translate the following. @@ -276,6 +279,8 @@ $i18n_key_words = array( // 'label.timesheet' => 'Timesheet', // 'label.submitted' => 'Submitted', // 'label.approved' => 'Approved', +// 'label.approval' => 'Report approval', +// 'label.mark_approved' => 'Mark approved', // Form titles. // TODO: Translate the following. @@ -344,6 +349,9 @@ $i18n_key_words = array( // 'title.add_notification' => 'Adding Notification', // 'title.edit_notification' => 'Editing Notification', // 'title.delete_notification' => 'Deleting Notification', +// 'title.add_timesheet' => 'Adding Timesheet', +// 'title.edit_timesheet' => 'Editing Timesheet', +// 'title.delete_timesheet' => 'Deleting Timesheet', // 'title.monthly_quotas' => 'Monthly Quotas', // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', @@ -439,6 +447,11 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.reports.include_invoiced' => 'invoiced', // 'form.reports.include_not_invoiced' => 'not invoiced', +// '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' => '필드들을 보기', @@ -461,6 +474,8 @@ $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', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). @@ -594,7 +609,7 @@ $i18n_key_words = array( // 'role.user.description' => 'A regular member without management rights.', // 'role.client.label' => 'Client', // 'role.client.low_case_label' => 'client', -// 'role.client.description' => 'A client can view its own reports, charts, and invoices.', +// 'role.client.description' => 'A client can view its own data.', // 'role.supervisor.label' => 'Supervisor', // 'role.supervisor.low_case_label' => 'supervisor', // 'role.supervisor.description' => 'A person with a small set of management rights.',