Merge branch 'master' of https://github.com/avidenic/timetracker into avidenic-master
[timetracker.git] / WEB-INF / resources / en.lang.php
index 53eb468..f82e543 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',
@@ -165,7 +168,6 @@ $i18n_key_words = array(
 'label.id' => 'ID',
 'label.language' => 'Language',
 'label.decimal_mark' => 'Decimal mark',
-'label.lock_interval' => 'Lock interval in days',
 'label.date_format' => 'Date format',
 'label.time_format' => 'Time format',
 'label.week_start' => 'First day of week',
@@ -194,6 +196,11 @@ $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',
+'label.dailyWorkingHours' => 'Daily working hours',
+'label.empty_values_explanation' => 'If values are empty, quotas are calculated automatically based on holidays in config',
 
 // Form titles.
 'title.login' => 'Login',
@@ -239,6 +246,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',