X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fde.lang.php;h=7d0dda0463f9180e564c539ed14a5e4400cbd009;hb=b5b2801290794632bba7af2cdddf9d4a8a96c29c;hp=bf076ba11eab8b67a51ff50e41507e6ba7c32037;hpb=163beaf9eb740a868fc08e0d8361ac72c932185c;p=timetracker.git diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index bf076ba1..7d0dda04 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -248,6 +248,8 @@ $i18n_key_words = array( // 'label.approval' => 'Report approval', // 'label.mark_approved' => 'Mark approved', // 'label.template' => 'Template', +// 'label.attachments' => 'Attachments', +// 'label.files' => 'Files', // Form titles. 'title.error' => 'Fehler', @@ -278,6 +280,8 @@ $i18n_key_words = array( 'title.send_invoice' => 'Rechnung senden', 'title.charts' => 'Diagramme', 'title.projects' => 'Projekte', +// TODO: translate the following. +// 'title.project_files' => 'Project Files', 'title.add_project' => 'Projekt anlegen', 'title.edit_project' => 'Projekt bearbeiten', 'title.delete_project' => 'Projekt löschen', @@ -433,6 +437,11 @@ $i18n_key_words = array( // 'form.timesheets.active_timesheets' => 'Active Timesheets', // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets', +// Templates form. See example at https://timetracker.anuko.com/templates.php +// TODO: translate the following. +// 'form.templates.active_templates' => 'Active Templates', +// 'form.templates.inactive_templates' => 'Inactive Templates', + // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). 'form.invoice.number' => 'Rechnungsnummer',