X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/bbf886e62dc4746fdbae813cfb80536228f77626..1ed162514b774ef5d2f9858efa2436b19d99d484:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index ef63eb63..ef776cdf 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -126,6 +126,7 @@ $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', @@ -229,6 +230,9 @@ $i18n_key_words = array( 'label.work_units_short' => 'Units', 'label.totals_only' => 'Totals only', 'label.quota' => 'Quota', +'label.timesheet' => 'Timesheet', +'label.submitted' => 'Submitted', +'label.approved' => 'Approved', // Form titles. 'title.error' => 'Error', @@ -254,6 +258,8 @@ $i18n_key_words = array( 'title.reports' => 'Reports', 'title.report' => 'Report', 'title.send_report' => 'Sending Report', +'title.timesheets' => 'Timesheets', +'title.timesheet' => 'Timesheet', 'title.invoice' => 'Invoice', 'title.send_invoice' => 'Sending Invoice', 'title.charts' => 'Charts', @@ -379,6 +385,8 @@ $i18n_key_words = array( 'form.reports.include_not_billable' => 'not billable', 'form.reports.include_invoiced' => 'invoiced', 'form.reports.include_not_invoiced' => 'not invoiced', +'form.reports.include_assigned' => 'assigned', +'form.reports.include_not_assigned' => 'not assigned', 'form.reports.select_period' => 'Select time period', 'form.reports.set_period' => 'or set dates', 'form.reports.show_fields' => 'Show fields', @@ -395,6 +403,9 @@ $i18n_key_words = array( 'form.report.export' => 'Export', 'form.report.assign_to_invoice' => 'Assign to invoice', + // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php +'form.timesheets.hint' => 'Use reports to add new timesheets.', + // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). 'form.invoice.number' => 'Invoice number',