X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=d8c1f5519f10c55f6012c9844dec9fc4037fc2e3;hb=16b12b986b03d54187662046e4a0a3c7a8c2393e;hp=b6d1325737cfa488c83c92dd612f2dd395b20468;hpb=6e543aee2b2758d24d4ab4886f8a623c24104327;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index b6d13257..d8c1f551 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -152,6 +152,7 @@ $i18n_key_words = array( 'label.finish' => 'Finish', 'label.duration' => 'Duration', 'label.note' => 'Note', +'label.notes' => 'Notes', 'label.item' => 'Item', 'label.cost' => 'Cost', 'label.day_total' => 'Day total', @@ -323,6 +324,9 @@ $i18n_key_words = array( // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.', +// Week view form. See example at https://timetracker.anuko.com/week.php. +'form.week.new_entry' => 'New entry', + // 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?', @@ -353,6 +357,7 @@ $i18n_key_words = array( 'form.invoice.person' => 'Person', '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.', // Charts form. See example at https://timetracker.anuko.com/charts.php 'form.charts.interval' => 'Interval',