X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f3467d6ea5f38cd295dd4b2bdfe201b792b1a224..ca3b5fef452a65d3c4f134676c8d960d10f3ab05:/WEB-INF/resources/de.lang.php diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 39e47215..fd73ad7e 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -34,7 +34,7 @@ $i18n_months = array('Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli $i18n_weekdays = array('Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'); $i18n_weekdays_short = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'); // format mm/dd -$i18n_holidays = array('01/01', '03/30', '04/02', '05/01', '05/21', '05/31', '10/03', '11/01', '12/24','12/25', '12/26', '12/31'); +$i18n_holidays = array('01/01', '04/19', '04/22', '05/01', '05/30', '06/10', '06/20', '10/03', '11/01', '12/24','12/25', '12/26', '12/31'); $i18n_key_words = array( @@ -51,6 +51,8 @@ $i18n_key_words = array( 'menu.time' => 'Zeiten', 'menu.expenses' => 'Kosten', 'menu.reports' => 'Berichte', +// TODO: translate the following. +// 'menu.timesheets' => 'Timesheets', 'menu.charts' => 'Diagramme', 'menu.projects' => 'Projekte', 'menu.tasks' => 'Aufgaben', @@ -105,6 +107,7 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', // 'error.user_count' => 'Limit on user count.', +// 'error.expired' => 'Expiration date reached.', // Warning messages. // TODO: translate the following. @@ -256,6 +259,9 @@ $i18n_key_words = array( 'title.reports' => 'Berichte', 'title.report' => 'Bericht', 'title.send_report' => 'Bericht senden', +// TODO: Translate the following. +// 'title.timesheets' => 'Timesheets', +// 'title.timesheet' => 'Timesheet', 'title.invoice' => 'Rechnung', 'title.send_invoice' => 'Rechnung senden', 'title.charts' => 'Diagramme',