X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=76a3e34b20e51fd61414e4c2bef624379c4edda1;hb=37a79d8c923c46dd1ffd1219d493f52fb0fc4ca1;hp=53eb46837aa7dc15d7487ea3e902308f11d70c31;hpb=92e0c8f474689764e8c10958d48bc4d33bc46c08;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 53eb4683..76a3e34b 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -151,8 +151,11 @@ $i18n_key_words = array( 'label.note' => 'Note', 'label.item' => 'Item', 'label.cost' => 'Cost', -'label.week_total' => 'Week total', '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', @@ -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', @@ -239,6 +241,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', @@ -398,4 +401,12 @@ $i18n_key_words = array( 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', 'form.mail.report_sent' => 'Report sent.', 'form.mail.invoice_sent' => 'Invoice sent.', + +// Quota configuration form. +'form.quota.year' => 'Year', +'form.quota.month' => 'Month', +'form.quota.quota' => 'Quota', +'form.quota.workdayHours' => 'Hours in a work day', +'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', + );