xref: /plugin/davcal/lang/en/settings.php (revision 6fbb086d835723c3ad70de10d11348b94a544f37)
1<?php
2
3$lang['hide_settings'] = 'Hide the settings button beneath the calendar';
4$lang['disable_sync'] = 'Disable CalDAV synchronisation (but still allow private ICS URL)';
5$lang['disable_ics'] = 'Disable private ICS URL synchronisation (but still allow CalDAV sync)';
6$lang['monday'] = 'Start week on Monday instead of Sunday';
7$lang['timezone'] = 'Set the timezone of the calendar (e.g. "Europe/Vienna" or "local" for browser-based)';
8$lang['workweek'] = 'Show only workweek';
9$lang['weeknumbers'] = 'Show week numbers';
10