X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/ef5c9ae2d3e3a31f054470020b9539794e64b9d2..fb0a15c54cf53b1ba342342e93502d0a2e814498:/WEB-INF/resources/ko.lang.php diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 4e31b75f..f8b78858 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -373,6 +373,7 @@ $i18n_key_words = array( // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', // 'title.work_units' => 'Work Units', +// 'title.templates' => 'Templates', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -400,6 +401,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.select_timesheet' => '--- select timesheet ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', // 'dropdown.delete' => 'delete', @@ -625,4 +627,13 @@ $i18n_key_words = array( // 'role.admin.label' => 'Administrator', // 'role.admin.low_case_label' => 'administrator', // 'role.admin.description' => 'Site adminsitrator.', + +// Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php. +// TODO: translate the following. +// 'form.timesheet_view.submit_subject' => 'Timesheet approval request', +// 'form.timesheet_view.submit_body' => "A new timesheet requires approval.
User: %s.", +// 'form.timesheet_view.approve_subject' => 'Timesheet approved', +// 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.
%s", +// 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved', +// 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.
%s", );