X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=4d1a182846085ff94f7bacb96b6fde099febab2d;hb=67e827dacf08d8a55dff9118c82dd964f5da12c1;hp=98c6f915d3285f4cfc54d4acec49d0cb57c9e4a9;hpb=ccad5f6b0a1739455bf3b53dfcbcffd6692ffd5e;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 98c6f915..4d1a1828 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -241,8 +241,11 @@ $i18n_key_words = array( 'label.template' => 'Template', 'label.attachments' => 'Attachments', 'label.files' => 'Files', +'label.file' => 'File', 'label.image' => 'Image', 'label.download' => 'Download', +'label.active_users' => 'Active Users', +'label.inactive_users' => 'Inactive Users', // Form titles. 'title.error' => 'Error', @@ -270,7 +273,8 @@ $i18n_key_words = array( 'title.report' => 'Report', 'title.send_report' => 'Sending Report', 'title.timesheets' => 'Timesheets', -'title.timesheet' => 'Timesheet', +'title.timesheet' => 'Timesheet', +'title.timesheet_files' => 'Timesheet Files', 'title.invoice' => 'Invoice', 'title.send_invoice' => 'Sending Invoice', 'title.charts' => 'Charts', @@ -310,6 +314,7 @@ $i18n_key_words = array( 'title.export' => 'Exporting Group Data', 'title.import' => 'Importing Group Data', 'title.options' => 'Options', +'title.display_options' => 'Display Options', 'title.profile' => 'Profile', 'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Custom Fields', @@ -333,6 +338,12 @@ $i18n_key_words = array( 'title.edit_file' => 'Editing File', 'title.delete_file' => 'Deleting File', 'title.download_file' => 'Downloading File', +'title.work' => 'Work', +'title.add_work' => 'Adding Work', +'title.edit_work' => 'Editing Work', +'title.delete_work' => 'Deleting Work', +'title.active_work' => 'Active Work', // Active work items this group outsources to other groups. +'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups. // 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. @@ -462,8 +473,6 @@ $i18n_key_words = array( 'form.tasks.inactive_tasks' => 'Inactive Tasks', // Users form. See example at https://timetracker.anuko.com/users.php -'form.users.active_users' => 'Active Users', -'form.users.inactive_users' => 'Inactive Users', 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'Role', 'form.users.manager' => 'Manager', @@ -507,6 +516,7 @@ $i18n_key_words = array( // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php. 'form.group_edit.12_hours' => '12 hours', 'form.group_edit.24_hours' => '24 hours', +'form.group_edit.display_options' => 'Display options', 'form.group_edit.show_holidays' => 'Show holidays', 'form.group_edit.tracking_mode' => 'Tracking mode', 'form.group_edit.mode_time' => 'time', @@ -569,7 +579,7 @@ $i18n_key_words = array( 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.', 'role.admin.label' => 'Administrator', 'role.admin.low_case_label' => 'administrator', -'role.admin.description' => 'Site adminsitrator.', +'role.admin.description' => 'Site administrator.', // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php. 'form.timesheet_view.submit_subject' => 'Timesheet approval request', @@ -578,4 +588,7 @@ $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. +'form.display_options.note_on_separate_row' => 'Note on separate row', );