X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c6ebb0657fa010dc5724ad1ddf4f8866ea9013e0..21b321bd90ffd53e88021da44f39dc340cc63bc2:/WEB-INF/resources/de.lang.php diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index c4939356..1ce0510d 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -149,6 +149,8 @@ $i18n_key_words = array( 'label.finish' => 'Ende', 'label.duration' => 'Dauer', 'label.note' => 'Beschreibung', +// TODO: translate the following. +// 'label.notes' => 'Notes', 'label.item' => 'Position', 'label.cost' => 'Kosten', 'label.day_total' => 'Summe (Tag)', @@ -359,6 +361,8 @@ $i18n_key_words = array( // The settings tells whether we are deleting invoiced items when deleting an invoice. // If we select "do not delete" then the items stay, and can be included in another invoice. 'form.invoice.invoice_entries' => 'Rechnungseintrag', +// TODO: translate the following. +// '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' => 'Zeitraum',