X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/2b90ff7edde48b64097c1bb60cde036b995c4220..1078c4da84d79f93ef7f8bbffc5f0c8cb2a1a274:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 49d50236..5814f811 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', @@ -579,7 +580,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 +591,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', );