X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=74b959800248c56d9fc34505998334d5717ee117;hb=19f479eb795f39d331fbfe33ab20534112555630;hp=49d502367afbe998a04b01131f4f3e2651e9ea8e;hpb=2b90ff7edde48b64097c1bb60cde036b995c4220;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 49d50236..74b95980 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -50,6 +50,7 @@ $i18n_key_words = array( 'menu.subgroups' => 'Subgroups', 'menu.plugins' => 'Plugins', 'menu.time' => 'Time', +'menu.week' => 'Week', 'menu.expenses' => 'Expenses', 'menu.reports' => 'Reports', 'menu.timesheets' => 'Timesheets', @@ -518,6 +519,7 @@ $i18n_key_words = array( 'form.group_edit.24_hours' => '24 hours', 'form.group_edit.display_options' => 'Display options', 'form.group_edit.show_holidays' => 'Show holidays', +'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Tracking mode', 'form.group_edit.mode_time' => 'time', 'form.group_edit.mode_projects' => 'projects', @@ -579,7 +581,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', @@ -590,5 +592,6 @@ $i18n_key_words = array( '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.menu' => 'Menu', 'form.display_options.note_on_separate_row' => 'Note on separate row', );