X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=242437dd62cc8caca97377d2ca648ef315b56e93;hb=eb14c12d3be2cd31e20988b6abf7585f6af0b34d;hp=99dce6ec045c0a28937a71523da7e775e14a6bbf;hpb=faa0cedb1b67c464339f82236e29387796983b02;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 99dce6ec..242437dd 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -131,6 +131,7 @@ $i18n_key_words = array( 'label.password' => 'Password', 'label.confirm_password' => 'Confirm password', 'label.email' => 'Email', +'label.bcc' => 'Bcc', 'label.date' => 'Date', 'label.start_date' => 'Start date', 'label.end_date' => 'End date', @@ -185,6 +186,7 @@ $i18n_key_words = array( 'label.role_comanager' => '(co-manager)', 'label.role_admin' => '(administrator)', 'label.page' => 'Page', +'label.condition' => 'Condition', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Custom fields', 'label.monthly_quotas' => 'Monthly quotas', @@ -195,6 +197,8 @@ $i18n_key_words = array( 'label.fav_report' => 'Favorite report', 'label.cron_schedule' => 'Cron schedule', 'label.what_is_it' => 'What is it?', +'label.expense' => 'Expense', +'label.quantity' => 'Quantity', // Form titles. 'title.login' => 'Login', @@ -417,5 +421,4 @@ $i18n_key_words = array( 'form.quota.quota' => 'Quota', '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.', - );