]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/de.lang.php
Adjusting rights for timesheets plugin.
[timetracker.git] / WEB-INF / resources / de.lang.php
index 39e47215485ace07386a871adffa826af59c08a3..fd73ad7e3a96c362ec3ebd923e990b12f7ec8b78 100644 (file)
@@ -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',