X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/55c8f6a2bce9518c28337b18823b8300d1875ab8..1c2cf98a7a062d53e6988f042da2530e1f5d172e:/WEB-INF/resources/en.lang.php
diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php
index 19fc3482..f82e5432 100644
--- a/WEB-INF/resources/en.lang.php
+++ b/WEB-INF/resources/en.lang.php
@@ -87,7 +87,7 @@ $i18n_key_words = array(
'error.no_login' => 'No user with this login.',
'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
'error.upload' => 'File upload error.',
-'error.period_locked' => 'Can\\\'t complete the operation. Records older than a certain number of days cannot be created or modified. Team manager defines this in the "Lock interval in days" value on the "Profile" page. Set it to 0 to remove locking.
Uncompleted records (with 0 or empty duration) can be deleted.',
+'error.range_locked' => 'Date range is locked.',
'error.mail_send' => 'Error sending mail.',
'error.no_email' => 'No email associated with this login.',
'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
@@ -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',