X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/eb1332ec4a8cc403d3531bd472e9060dfe5e5d94..fc92f9cd36dcaeb96da37c699a61331805d9e2fc:/WEB-INF/resources/he.lang.php diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index cac16e9c..bd4f06b6 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' => 'ס××ר', @@ -364,6 +364,10 @@ $i18n_key_words = array( // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', // 'title.work_units' => 'Work Units', +// 'title.templates' => 'Templates', +// 'title.add_template' => 'Adding Template', +// 'title.edit_template' => 'Editing Template', +// 'title.delete_template' => 'Deleting Template', // 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. @@ -390,6 +394,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 +471,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 +623,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", );