X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e9a0449fe594cca8fa7645f02ae5365402d96259..a4a45a19de0987b40ea0452fea3cd50647756a22:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 5da77cb2..1fdd6111 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -131,6 +131,8 @@ $i18n_key_words = array( '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', @@ -390,6 +392,9 @@ $i18n_key_words = array( 'form.reports.include_not_invoiced' => 'not invoiced', 'form.reports.include_assigned' => 'assigned', 'form.reports.include_not_assigned' => 'not assigned', +'form.reports.include_pending' => 'pending', +'form.reports.include_approved' => 'approved', +'form.reports.include_not_approved' => 'not approved', 'form.reports.select_period' => 'Select time period', 'form.reports.set_period' => 'or set dates', 'form.reports.show_fields' => 'Show fields', @@ -408,6 +413,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). @@ -524,7 +531,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.',