Files
contao-leaflet-maps/src/Resources/contao/languages/en/tl_module.php
2017-10-05 14:17:52 +02:00

14 lines
1.0 KiB
PHP

<?php
$GLOBALS['TL_LANG']['tl_module']['leaflet_legend'] = 'Leaflet map configuration';
$GLOBALS['TL_LANG']['tl_module']['leaflet_map'][0] = 'Leaflet Map';
$GLOBALS['TL_LANG']['tl_module']['leaflet_map'][1] = 'Choose a Leaflet Map';
$GLOBALS['TL_LANG']['tl_module']['leaflet_mapId'][0] = 'Leaflet map id';
$GLOBALS['TL_LANG']['tl_module']['leaflet_mapId'][1] = 'You can force a specific map id which is used as HTML id. Otherwise the content element id is used to generate the id.';
$GLOBALS['TL_LANG']['tl_module']['leaflet_width'][0] = 'Map width';
$GLOBALS['TL_LANG']['tl_module']['leaflet_width'][1] = 'Define the width of the map.';
$GLOBALS['TL_LANG']['tl_module']['leaflet_height'][0] = 'Map height';
$GLOBALS['TL_LANG']['tl_module']['leaflet_height'][1] = 'Define the height of the map.';
$GLOBALS['TL_LANG']['tl_module']['leaflet_template'][0] = 'Map Template';
$GLOBALS['TL_LANG']['tl_module']['leaflet_template'][1] = 'Choose a template to generate the map. The template has to create javscript, not HTML!';