]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/en.lang.php
Added button.create_timesheet to translation files.
[timetracker.git] / WEB-INF / resources / en.lang.php
index ef63eb635572bee65212a2cc7f795c4e788976e2..ef776cdf8713b01ddec928132013396b5ea1fc23 100644 (file)
@@ -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',