X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhe.lang.php;h=4acb1d9bdb655a09823a5d9d96d4250da837ffa3;hb=b53f880dcd61797fd2e6609477add03ca757d813;hp=90056902cc358d874f3c0d9b73eaba6c54864339;hpb=b3c9cd1820158293d52c6cc1bb7244fee06104ed;p=timetracker.git diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 90056902..4acb1d9b 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -284,6 +284,7 @@ $i18n_key_words = array( // 'label.template' => 'Template', // 'label.attachments' => 'Attachments', // 'label.files' => 'Files', +// 'label.file' => 'File', // 'label.image' => 'Image', // 'label.download' => 'Download', @@ -303,7 +304,8 @@ $i18n_key_words = array( 'title.time' => 'זמן', 'title.edit_time_record' => 'עריכת רשומה', 'title.delete_time_record' => 'מחיקת רשומה', -// TODO: translate the following. +// TODO: Translate the following. +// 'title.time_files' => 'Time Record Files', // 'title.expenses' => 'Expenses', // 'title.edit_expense' => 'Editing Expense Item', // 'title.delete_expense' => 'Deleting Expense Item', @@ -313,6 +315,7 @@ $i18n_key_words = array( // TODO: Translate the following. // 'title.timesheets' => 'Timesheets', // 'title.timesheet' => 'Timesheet', +// 'title.timesheet_files' => 'Timesheet Files', 'title.invoice' => 'חשבונית', 'title.send_invoice' => 'שליחת חשבונית', 'title.charts' => 'תרשימים', @@ -355,6 +358,8 @@ $i18n_key_words = array( 'title.export' => 'ייצוא נתוני צוות', // TODO: replace "team" with "group". 'title.import' => 'ייבוא נתוני צוות', // TODO: replace "team" with "group". 'title.options' => 'אפשרויות', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'פרופיל', 'title.plugins' => 'תוספים', 'title.cf_custom_fields' => 'שדות אישיים', @@ -570,6 +575,7 @@ $i18n_key_words = array( 'form.group_edit.12_hours' => '12 שעות', 'form.group_edit.24_hours' => '24 שעות', // TODO: translate the following. +// 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', 'form.group_edit.tracking_mode' => 'סוג מעקב', 'form.group_edit.mode_time' => 'זמן', @@ -648,4 +654,8 @@ $i18n_key_words = array( // '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", + +// Display Options form. See example at https://timetracker.anuko.com/display_options.php. +// TODO: translate the following. +// 'form.display_options.note_on_separate_row' => 'Note on separate row', );