X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fde.lang.php;h=54e26439bf24df95b26c7cb85695b288b5ea1398;hb=f7226ae1586d42a3166bdd9b9384b7e47eb27383;hp=c4939356c3ab18dbf97d6ff9e2737edddf1917b1;hpb=c6ebb0657fa010dc5724ad1ddf4f8866ea9013e0;p=timetracker.git diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index c4939356..54e26439 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)', @@ -200,6 +202,10 @@ $i18n_key_words = array( 'label.fav_report' => 'Bevorzugter Report', 'label.cron_schedule' => 'Cronjob Zeitplan', 'label.what_is_it' => 'Was ist es?', +// TODO: translate the following. +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'Anmelden', @@ -359,6 +365,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',