Added Timeheets plugin checkbox.
[timetracker.git] / WEB-INF / resources / de.lang.php
index b0729b6..2c21205 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', '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(
 
@@ -85,9 +85,6 @@ $i18n_key_words = array(
 'error.auth' => 'Benutzername oder Passwort ungültig.',
 'error.user_exists' => 'Benutzer mit diesem Konto ist bereits vorhanden.',
 'error.object_exists' => 'Objekt mit diesem Namen ist bereits vorhanden.',
-'error.project_exists' => 'Es gibt bereits ein Projekt mit diesem Namen.',
-'error.task_exists' => 'Task mit diesem Namen existiert bereits.',
-'error.client_exists' => 'Der Kunde mit dem Namen existiert schon.',
 'error.invoice_exists' => 'Rechnung mit dieser Nummer existiert bereits.',
 'error.role_exists' => 'Rolle mit diesem Rang existiert bereits.',
 'error.no_invoiceable_items' => 'Keine Einträge zur Rechnungsstellung gefunden.',
@@ -107,6 +104,17 @@ $i18n_key_words = array(
 // 'error.xml' => 'Error in XML file at line %d: %s.',
 // '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.
+// 'warn.sure' => 'Are you sure?',
+// 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
+
+// Success messages.
+// TODO: translate the following.
+// 'msg.success' => 'Operation completed successfully.',
 
 // Labels for buttons.
 'button.login' => 'Anmelden',
@@ -225,11 +233,17 @@ $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',
+// TODO: Translate the following.
+// 'title.success' => 'Success',
 'title.login' => 'Anmelden',
 'title.groups' => 'Gruppen',
-'title.create_group' => 'Gruppe anlegen',
+// TODO: translate the following.
+// 'title.subgroups' => 'Subgroups',
+'title.add_group' => 'Gruppe anlegen',
 'title.edit_group' => 'Gruppe bearbeiten',
 'title.delete_group' => 'Gruppe löschen',
 'title.reset_password' => 'Passworterinnerung',
@@ -279,7 +293,6 @@ $i18n_key_words = array(
 'title.import' => 'Daten importieren',
 'title.options' => 'Optionen',
 'title.profile' => 'Profil',
-'title.group' => 'Gruppeneinstellungen',
 'title.plugins' => 'Erweiterungen',
 'title.cf_custom_fields' => 'Benutzerfelder',
 'title.cf_add_custom_field' => 'Benutzerfeld hinzufügen',
@@ -346,6 +359,8 @@ $i18n_key_words = array(
 'form.time.uncompleted' => 'Unvollständig',
 'form.time.remaining_quota' => 'Verbleibende Quote',
 'form.time.over_quota' => 'Über der Quote',
+'form.time.remaining_balance' => 'Minusstunden',
+'form.time.over_balance' => 'Mehrstunden',
 
 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 'form.time_edit.uncompleted' => 'Dieser Eintrag wurde ohne Startzeit gespeichert. Dies ist kein Fehler.',
@@ -457,6 +472,8 @@ $i18n_key_words = array(
 'form.group_edit.allow_overlap' => 'Erlaube Überschneidung',
 'form.group_edit.future_entries' => 'Einträge in der Zukunft',
 'form.group_edit.uncompleted_indicators' => 'Zeige unfertige Einträge',
+// TODO: translate the following.
+// 'form.group_edit.confirm_save' => 'Confirm saving',
 'form.group_edit.allow_ip' => 'Erlaube IP',
 
 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
@@ -473,7 +490,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)',