X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=a5d835f40224c06266a59ad0ca052d15a587594b;hb=887ff98dde2f444ef7f33b32fc7f550b5833b5e6;hp=e895ceb28a991deb437bc226c26322b9d6ad4fd3;hpb=f70b38c195ffb7b7dcaa14fb6af38f59cd43c0db;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index e895ceb2..a5d835f4 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. @@ -363,6 +366,8 @@ $i18n_key_words = array( // (you can get to this form after generating a report). 'form.invoice.number' => 'Invoice number', 'form.invoice.person' => 'Person', + +// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php 'form.invoice.invoice_to_delete' => 'Invoice to delete', 'form.invoice.invoice_entries' => 'Invoice entries', 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',