X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=WEB-INF%2Fresources%2Fen.lang.php;h=a0c80b3300bfc9586b0dbd880ebac10bf9bf9af2;hb=7090dec44236531f42af5763416db5d07c94b10a;hp=0bb5d81f3131c47a77c229a8f54f4ee5fd66e3d6;hpb=9082c911245bc87179d1668a0098f473ecb8bf76;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 0bb5d81f..a0c80b33 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -131,6 +131,9 @@ $i18n_key_words = array( 'label.password' => 'Password', 'label.confirm_password' => 'Confirm password', 'label.email' => 'Email', +'label.cc' => 'Cc', +'label.bcc' => 'Bcc', +'label.subject' => 'Subject', 'label.date' => 'Date', 'label.start_date' => 'Start date', 'label.end_date' => 'End date', @@ -185,6 +188,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 +423,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.', - );