X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=b8d30f3ef3c1d614b59834fee69bc4758221ef9e;hb=9885d4c82ada8562383de5c9e03ff6bb5ab692a3;hp=11c9d948fa71fd4afc7e4fbecb61cb78e6daeb6d;hpb=1378de210177ee155fd7c167b03eeae98e75712b;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 11c9d948..b8d30f3e 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -210,6 +210,8 @@ $i18n_key_words = array( 'label.paid_status' => 'Paid status', 'label.paid' => 'Paid', 'label.mark_paid' => 'Mark paid', +'label.week_note' => 'Week note', +'label.week_list' => 'Week list', // Form titles. 'title.login' => 'Login', @@ -275,6 +277,7 @@ $i18n_key_words = array( // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). // It is also a name for the Locking plugin on the Team profile page. 'title.locking' => 'Locking', +'title.week_view' => 'Week View', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -338,7 +341,6 @@ $i18n_key_words = array( // Reports form. See example at https://timetracker.anuko.com/reports.php 'form.reports.save_as_favorite' => 'Save as favorite', 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?', -'form.reports.include_records' => 'Include records', 'form.reports.include_billable' => 'billable', 'form.reports.include_not_billable' => 'not billable', 'form.reports.include_invoiced' => 'invoiced',