2015-01-30 17:44:24 +01:00
< ? php
2017-10-05 15:45:43 +02:00
/**
* Leaflet maps for Contao CMS.
*
* @package contao-leaflet-maps
* @author David Molineus <david.molineus@netzmacht.de>
2017-10-11 15:00:48 +02:00
* @copyright 2014-2017 netzmacht David Molineus. All rights reserved.
2017-10-05 15:45:43 +02:00
* @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-maps/blob/master/LICENSE
* @filesource
*/
2015-02-02 08:04:48 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_content' ][ 'leaflet_legend' ] = 'Leaflet map configuration' ;
2015-01-30 17:44:24 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_content' ][ 'leaflet_map' ][ 0 ] = 'Leaflet Map' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_content' ][ 'leaflet_map' ][ 1 ] = 'Choose a Leaflet Map' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_content' ][ 'leaflet_mapId' ][ 0 ] = 'Leaflet map id' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_content' ][ '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_content' ][ 'leaflet_width' ][ 0 ] = 'Map width' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_content' ][ 'leaflet_width' ][ 1 ] = 'Define the width of the map.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_content' ][ 'leaflet_height' ][ 0 ] = 'Map height' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_content' ][ 'leaflet_height' ][ 1 ] = 'Define the height of the map.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_content' ][ 'leaflet_template' ][ 0 ] = 'Map Template' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_content' ][ 'leaflet_template' ][ 1 ] = 'Choose a template to generate the map. The template has to create javscript, not HTML!' ;