<?php

$lang['dformat'] = "Custom date format to display events (as accepted by PHP's strftime()). Leave blank to use DokuWiki's date format.";
$lang['tformat'] = "Custom time format to display events (as accepted by PHP's strftime()). Leave blank to use DokuWiki's time format.";

$lang['locationUrlPrefix'] = 'URL prefix used to generate a link for locations of events. Leave blank to disable the link.';
$lang['customLocationUrlPrefix'] = 'Custom URL prefix for location link. Leave blank to use the value selected above.';

$lang['template:default'] = '"default" template';
$lang['template:list'] = '"list" template';
$lang['template:table'] = '"table" template';
$lang['template:table_without_description'] = '"table_without_description" template';
$lang['template:custom1'] = '"custom1" template';
$lang['template:custom2'] = '"custom2" template';
$lang['template:custom3'] = '"custom3" template';

