X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/11441db31dcbed7b2070e800bcb1b0e6547b86bd..3ab018db2eca3a6b7f8ddeeebd0aa9c28126e902:/WEB-INF/resources/en.lang.php
diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php
index f540a932..054a622a 100644
--- a/WEB-INF/resources/en.lang.php
+++ b/WEB-INF/resources/en.lang.php
@@ -151,11 +151,9 @@ $i18n_key_words = array(
'label.note' => 'Note',
'label.item' => 'Item',
'label.cost' => 'Cost',
-'label.week_total' => 'Week total',
'label.day_total' => 'Day total',
+'label.week_total' => 'Week total',
'label.month_total' => 'Month total',
-'label.month_left' => 'Time until quota is met',
-'label.month_over' => 'Over monthly quota',
'label.today' => 'Today',
'label.total_hours' => 'Total hours',
'label.total_cost' => 'Total cost',
@@ -196,9 +194,6 @@ $i18n_key_words = array(
'label.fav_report' => 'Favorite report',
'label.cron_schedule' => 'Cron schedule',
'label.what_is_it' => 'What is it?',
-'label.year' => 'Year',
-'label.month' => 'Month',
-'label.quota' => 'Quota',
// Form titles.
'title.login' => 'Login',
@@ -304,6 +299,8 @@ $i18n_key_words = array(
'form.time.duration_format' => '(hh:mm or 0.0h)',
'form.time.billable' => 'Billable',
'form.time.uncompleted' => 'Uncompleted',
+'form.time.remaining_quota' => 'Remaining quota',
+'form.time.over_quota' => 'Over quota',
// Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
@@ -404,4 +401,12 @@ $i18n_key_words = array(
'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.',
'form.mail.report_sent' => 'Report sent.',
'form.mail.invoice_sent' => 'Invoice sent.',
+
+// Quota configuration form.
+'form.quota.year' => 'Year',
+'form.quota.month' => 'Month',
+'form.quota.quota' => 'Quota',
+'form.quota.workdayHours' => 'Hours in a work day',
+'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
+
);