xref: /plugin/davcal/lang/en/settings.php (revision a80eb284974fad5421665257db98ac771b700377)
1185e2535SAndreas Boehler<?php
24858fc45SAndreas Boehler/**
34858fc45SAndreas Boehler * English language file for DAVCal
44858fc45SAndreas Boehler *
54858fc45SAndreas Boehler * @author Andreas Böhler <dev@aboehler.at>
64858fc45SAndreas Boehler */
7185e2535SAndreas Boehler$lang['hide_settings'] = 'Hide the settings button beneath the calendar';
8185e2535SAndreas Boehler$lang['disable_sync'] = 'Disable CalDAV synchronisation (but still allow private ICS URL)';
9185e2535SAndreas Boehler$lang['disable_ics'] = 'Disable private ICS URL synchronisation (but still allow CalDAV sync)';
10fb813b30SAndreas Boehler$lang['monday'] = 'Start week on Monday instead of Sunday';
11fb813b30SAndreas Boehler$lang['timezone'] = 'Set the timezone of the calendar (e.g. "Europe/Vienna" or "local" for browser-based)';
12fb813b30SAndreas Boehler$lang['workweek'] = 'Show only workweek';
13fb813b30SAndreas Boehler$lang['weeknumbers'] = 'Show week numbers';
14*a80eb284SAndreas Boehler$lang['timeformat'] = 'Time format to use, lang means based on language';
15