Add indicator for uncompleted time entry in users.php (#20)
[timetracker.git] / WEB-INF / resources / en.lang.php
index 76a3e34..0a83a1b 100644 (file)
@@ -154,8 +154,6 @@ $i18n_key_words = array(
 'label.day_total' => 'Day total',
 'label.week_total' => 'Week total',
 'label.month_total' => 'Month total',
-'label.remaining_quota' => 'Remaining quota',
-'label.over_quota' => 'Over quota',
 'label.today' => 'Today',
 'label.total_hours' => 'Total hours',
 'label.total_cost' => 'Total cost',
@@ -189,6 +187,7 @@ $i18n_key_words = array(
 'label.page' => 'Page',
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 'label.custom_fields' => 'Custom fields',
+'label.monthly_quotas' => 'Monthly quotas',
 'label.type' => 'Type',
 'label.type_dropdown' => 'dropdown',
 'label.type_text' => 'text',
@@ -241,7 +240,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.monthly_quotas' => 'Monthly Quotas',
 'title.export' => 'Exporting Team Data',
 'title.import' => 'Importing Team Data',
 'title.options' => 'Options',
@@ -301,6 +300,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.',
@@ -351,6 +352,7 @@ $i18n_key_words = array(
 // Users form. See example at https://timetracker.anuko.com/users.php
 'form.users.active_users' => 'Active Users',
 'form.users.inactive_users' => 'Inactive Users',
+'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
 'form.users.role' => 'Role',
 'form.users.manager' => 'Manager',
 'form.users.comanager' => 'Co-manager',
@@ -402,11 +404,11 @@ $i18n_key_words = array(
 'form.mail.report_sent' => 'Report sent.',
 'form.mail.invoice_sent' => 'Invoice sent.',
 
-// Quota configuration form.
+// Quotas configuration form.
 'form.quota.year' => 'Year',
 'form.quota.month' => 'Month',
 'form.quota.quota' => 'Quota',
-'form.quota.workdayHours' => 'Hours in a work day',
+'form.quota.workday_hours' => 'Hours in a work day',
 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
 );