X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=76a3e34b20e51fd61414e4c2bef624379c4edda1;hb=37a79d8c923c46dd1ffd1219d493f52fb0fc4ca1;hp=f540a932a127a4e960d89baab57113ff813e903d;hpb=11441db31dcbed7b2070e800bcb1b0e6547b86bd;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index f540a932..76a3e34b 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -151,11 +151,11 @@ $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.remaining_quota' => 'Remaining quota', +'label.over_quota' => 'Over quota', 'label.today' => 'Today', 'label.total_hours' => 'Total hours', 'label.total_cost' => 'Total cost', @@ -196,9 +196,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', @@ -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.', + );