X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d0a7329d722081daf35e891e1bd54c4b9caf2daa..8dffcfd89ea175ef9276f043ae7a82bde4ad8d78:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 750ca4a6..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.',