Added plugin where users monthly quota can be set and tracked by users.
[timetracker.git] / WEB-INF / resources / en.lang.php
index 8a4fe50..f540a93 100644 (file)
@@ -153,6 +153,9 @@ $i18n_key_words = array(
 'label.cost' => 'Cost',
 'label.week_total' => 'Week total',
 'label.day_total' => 'Day 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',
@@ -193,6 +196,9 @@ $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',
@@ -238,6 +244,7 @@ $i18n_key_words = array(
 'title.add_notification' => 'Adding Notification',
 'title.edit_notification' => 'Editing Notification',
 'title.delete_notification' => 'Deleting Notification',
+'title.monthly_quota' => 'Monthly quota',
 'title.export' => 'Exporting Team Data',
 'title.import' => 'Importing Team Data',
 'title.options' => 'Options',