<?php
/**
 * French language file for DAVCal
 * 
 * @author Digitalin
 */
$lang['hide_settings'] = 'Hide the settings button beneath the calendar';
$lang['disable_sync'] = 'Disable CalDAV synchronisation (but still allow private ICS URL)';
$lang['disable_ics'] = 'Disable private ICS URL synchronisation (but still allow CalDAV sync)';
$lang['monday'] = 'Start week on Monday instead of Sunday';
$lang['timezone'] = 'Set the timezone of the calendar (e.g. "Europe/Vienna" or "local" for browser-based)';
$lang['workweek'] = 'Show only workweek';
$lang['weeknumbers'] = 'Show week numbers';
