X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=0534e60b0222731db3aa81fef7c2efdc8dac8d56;hb=e5486346ac0574517a4fd118f03616ec455df9a9;hp=a6be48642810d1a966a47d7860c418223c9aacee;hpb=e447782c5838a9715a7443a028d403aadf52a479;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index a6be4864..0534e60b 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -126,10 +126,13 @@ $i18n_key_words = array( 'button.send' => 'Send', 'button.send_by_email' => 'Send by e-mail', 'button.create_group' => 'Create group', +'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Export group', 'button.import' => 'Import group', 'button.close' => 'Close', 'button.stop' => 'Stop', +'button.approve' => 'Approve', +'button.disapprove' => 'Disapprove', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.group_name' => 'Group name', @@ -290,6 +293,9 @@ $i18n_key_words = array( 'title.add_notification' => 'Adding Notification', 'title.edit_notification' => 'Editing Notification', 'title.delete_notification' => 'Deleting Notification', +'title.add_timesheet' => 'Adding Timesheet', +'title.edit_timesheet' => 'Editing Timesheet', +'title.delete_timesheet' => 'Deleting Timesheet', 'title.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'Exporting Group Data', 'title.import' => 'Importing Group Data', @@ -404,6 +410,8 @@ $i18n_key_words = array( // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php 'form.timesheets.hint' => 'Use reports to add new timesheets.', +'form.timesheets.active_timesheets' => 'Active Timesheets', +'form.timesheets.inactive_timesheets' => 'Inactive Timesheets', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). @@ -520,7 +528,7 @@ $i18n_key_words = array( 'role.user.description' => 'A regular member without management rights.', 'role.client.label' => 'Client', 'role.client.low_case_label' => 'client', -'role.client.description' => 'A client can view its own reports, charts, and invoices.', +'role.client.description' => 'A client can view its own data.', 'role.supervisor.label' => 'Supervisor', 'role.supervisor.low_case_label' => 'supervisor', 'role.supervisor.description' => 'A person with a small set of management rights.',