X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4af7dd7e10968588fe4c2828be5402f41d53ebc5..8dffcfd89ea175ef9276f043ae7a82bde4ad8d78:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 38ae7fa6..c06ae761 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', @@ -270,6 +273,7 @@ $i18n_key_words = array( 'dropdown.no' => '--- no ---', // NOTE TO TRANSLATORS: dropdown.this_day does not necessarily means "today". It means a specific ("this") day selected on calendar. See Charts. 'dropdown.this_day' => 'this day', +'dropdown.last_day' => 'last day', 'dropdown.this_week' => 'this week', 'dropdown.last_week' => 'last week', 'dropdown.this_month' => 'this month', @@ -407,8 +411,6 @@ $i18n_key_words = array( // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'From', 'form.mail.to' => 'To', -'form.mail.cc' => 'Cc', -'form.mail.subject' => 'Subject', 'form.mail.report_subject' => 'Time Tracker Report', '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.', @@ -420,5 +422,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.', - );