1<?php 2 3$lang['dformat'] = "Custom date format to display events (as accepted by PHP's strftime()). Leave blank to use DokuWiki's date format."; 4$lang['tformat'] = "Custom time format to display events (as accepted by PHP's strftime()). Leave blank to use DokuWiki's time format."; 5 6$lang['locationUrlPrefix'] = 'URL prefix used to generate a link for locations of events. Leave blank to disable the link.'; 7$lang['customLocationUrlPrefix'] = 'Custom URL prefix for location link. Leave blank to use the value selected above.'; 8 9$lang['template:default'] = '"default" template'; 10$lang['template:list'] = '"list" template'; 11$lang['template:table'] = '"table" template'; 12$lang['template:table_without_description'] = '"table_without_description" template'; 13$lang['template:custom1'] = '"custom1" template'; 14$lang['template:custom2'] = '"custom2" template'; 15$lang['template:custom3'] = '"custom3" template'; 16 17