1<?php
2/**
3 * English language file for DAVCal
4 *
5 * @author Andreas Böhler <dev@aboehler.at>
6 */
7$lang['hide_settings'] = 'Hide the settings button beneath the calendar';
8$lang['disable_sync'] = 'Disable CalDAV synchronisation (but still allow private ICS URL)';
9$lang['disable_ics'] = 'Disable private ICS URL synchronisation (but still allow CalDAV sync)';
10$lang['monday'] = 'Start week on Monday instead of Sunday';
11$lang['timezone'] = 'Set the timezone of the calendar (e.g. "Europe/Vienna" or "local" for browser-based)';
12$lang['workweek'] = 'Show only workweek';
13$lang['weeknumbers'] = 'Show week numbers';
14$lang['timeformat'] = 'Time format to use, lang means based on language';
15$lang['default_client_id'] = 'Default ID when specified as davcalclient, e.g. webdav://8';
16