Added quota column on the users page.
[timetracker.git] / WEB-INF / resources / de.lang.php
index 80c7853..82599a6 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', '04/02', '05/01', '05/10', '05/21', '10/03', '12/25', '12/26');
+$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');
 
 $i18n_key_words = array(
 
@@ -231,6 +231,7 @@ $i18n_key_words = array(
 'label.work_units' => 'Arbeitseinheiten',
 'label.work_units_short' => 'Einheiten',
 'label.totals_only' => 'Nur Gesamtstunden',
+'label.quota' => 'Quote',
 
 // Form titles.
 'title.error' => 'Fehler',
@@ -485,7 +486,6 @@ $i18n_key_words = array(
 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 'form.quota.year' => 'Jahr',
 'form.quota.month' => 'Monat',
-'form.quota.quota' => 'Quote',
 'form.quota.workday_hours' => 'Arbeitsstunden pro Tag',
 'form.quota.hint' => 'Wenn leergelassen wird die Quote automatisch berechnet (Basierend auf Arbeitsstunden pro Tag und Feiertagen)',