Release: LMW delta sync hardening, CTAG windowing, calendar matching guard
This commit is contained in:
@@ -10,3 +10,17 @@ $GLOBALS['TL_LANG']['tl_calendar']['caldavPassword'] = ['CalDAV-Passwort', 'Pass
|
||||
$GLOBALS['TL_LANG']['tl_calendar']['caldavAuthorId'] = ['CalDAV-Author', 'Pflichtauswahl des Contao-Benutzers fuer neu importierte CalDAV-Events.'];
|
||||
$GLOBALS['TL_LANG']['tl_calendar']['caldavTimezone'] = ['CalDAV-Zeitzone', 'IANA-Zeitzone wie Europe/Berlin. Optional, faellt auf UTC zurueck.'];
|
||||
$GLOBALS['TL_LANG']['tl_calendar']['caldavCalendarHrefs'] = ['Remote-Kalender', 'Vom Server geladene CalDAV-Kalender. Mehrfachauswahl ist moeglich.'];
|
||||
$GLOBALS['TL_LANG']['tl_calendar']['caldavPastSyncRange'] = ['Vergangene Events synchronisieren', 'Legt fest, wie weit in die Vergangenheit Events beim Sync beruecksichtigt werden.'];
|
||||
$GLOBALS['TL_LANG']['tl_calendar']['caldavPastSyncRangeOptions'] = [
|
||||
'none' => 'Keine',
|
||||
'all' => 'Alle',
|
||||
'1y' => 'Bis 1 Jahr zurueck',
|
||||
'2y' => 'Bis 2 Jahre zurueck',
|
||||
];
|
||||
$GLOBALS['TL_LANG']['tl_calendar']['caldavFutureSyncRange'] = ['Zukuenftige Events synchronisieren', 'Legt fest, wie weit in die Zukunft Events beim Sync beruecksichtigt werden.'];
|
||||
$GLOBALS['TL_LANG']['tl_calendar']['caldavFutureSyncRangeOptions'] = [
|
||||
'all' => 'Alle',
|
||||
'1y' => 'Bis 1 Jahr voraus',
|
||||
'2y' => 'Bis 2 Jahre voraus',
|
||||
];
|
||||
$GLOBALS['TL_LANG']['tl_calendar']['caldavSyncCtags'] = ['Sync-CTAG Cache', 'Technischer Speicher fuer zuletzt gelesene Collection Tags pro Remote-Kalender.'];
|
||||
|
||||
Reference in New Issue
Block a user