X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/00330cbc4af5bddfe88b437c2ac2b477dc9c80c9..b76e427286701104c84a869461ceb7339b1b943a:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 8a4fe503..f540a932 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -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',