X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/eb1332ec4a8cc403d3531bd472e9060dfe5e5d94..784c0088fb7f9892fdaf22374cd9ef98144afe12:/WEB-INF/resources/he.lang.php diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index cac16e9c..d6a70b5d 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -112,6 +112,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.role_exists' => 'Role with this rank already exists.', 'error.no_invoiceable_items' => '××× ×¤×¨×××× ×××××', +// TODO: translate the following. +// 'error.no_records' => 'There are no records.', 'error.no_login' => '×שת×ש ×× ××× × ×§×××', 'error.no_groups' => '×ס×ס ×× ×ª×× ×× ×©×× ×¨××§. ×ת××ר ××× ×× ×צ×ר צ××ת ××ש', // TODO: replace "team" with "group". 'error.upload' => 'ש×××× ×××¢×ת ×§×××¥', @@ -155,8 +157,6 @@ $i18n_key_words = array( 'button.send' => 'ש××', 'button.send_by_email' => 'ש×× ××××ר ×××§×ר×× ×', 'button.create_group' => 'צ×ר צ××ת', // TODO: replace "team" with "group". -// TODO: translate the following. -// 'button.create_timesheet' => 'Create timesheet', 'button.export' => '×××¦× ×¦××ת', // TODO: replace "team" with "group". 'button.import' => '×××× ×¦××ת', // TODO: replace "team" with "group". 'button.close' => 'ס××ר', @@ -390,6 +390,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', 'dropdown.select_invoice' => '--- ××ר ×ש××× ×ת ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'פע××', 'dropdown.status_inactive' => '×× ×¤×¢××', // TODO: translate the following. @@ -465,10 +467,10 @@ $i18n_key_words = array( 'form.report.export' => '×××¦× × ×ª×× ×× ×ת×× ×ת', // TODO: translate the following. // 'form.report.assign_to_invoice' => 'Assign to invoice', +// 'form.report.assign_to_timesheet' => 'Assign to timesheet', // 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', @@ -617,4 +619,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", );