X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9082c911245bc87179d1668a0098f473ecb8bf76..eb14c12d3be2cd31e20988b6abf7585f6af0b34d:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 0bb5d81f..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', @@ -419,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.', - );