* @copyright 2014-2017 netzmacht David Molineus. All rights reserved. * @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-maps/blob/master/LICENSE * @filesource */ $GLOBALS['TL_LANG']['leaflet_control']['zoom'][0] = 'Zoom control'; $GLOBALS['TL_LANG']['leaflet_control']['zoom'][1] = 'A basic zoom control. For more details read the Leaflet documentation.'; $GLOBALS['TL_LANG']['leaflet_control']['attribution'][0] = 'Attribution control'; $GLOBALS['TL_LANG']['leaflet_control']['attribution'][1] = 'The attribution control allows you to display attribution data in a small text box on a map. For more details read the Leaflet documentation.'; $GLOBALS['TL_LANG']['leaflet_control']['layers'][0] = 'Layers control'; $GLOBALS['TL_LANG']['leaflet_control']['layers'][1] = 'The layers control gives users the ability to switch between different base layers and switch overlays on/off. For more details read the Leaflet documentation.'; $GLOBALS['TL_LANG']['leaflet_control']['scale'][0] = 'Scale control'; $GLOBALS['TL_LANG']['leaflet_control']['scale'][1] = 'A simple scale control that shows the scale of the current center of the screen. For more details read the Leaflet documentation.'; $GLOBALS['TL_LANG']['leaflet_control']['loading'][0] = 'Loading indicator'; $GLOBALS['TL_LANG']['leaflet_control']['loading'][1] = 'Leaflet.loading is a simple loading indicator implemented as control. For more details read the Plugin documentation.'; $GLOBALS['TL_LANG']['leaflet_control']['fullscreen'][0] = 'Fullscreen control'; $GLOBALS['TL_LANG']['leaflet_control']['fullscreen'][1] = 'Add a fullscreen toggle button. For more details read the Plugin documentation.'; $GLOBALS['TL_LANG']['leaflet_layer']['provider'][0] = 'Leaflet provider'; $GLOBALS['TL_LANG']['leaflet_layer']['provider'][1] = 'Leaflet tile provider. For more details read the plugin documentation.'; $GLOBALS['TL_LANG']['leaflet_layer']['group'][0] = 'Layer group'; $GLOBALS['TL_LANG']['leaflet_layer']['group'][1] = 'Layer groups combines different layers. For more details read the Leaflet documentation. '; $GLOBALS['TL_LANG']['leaflet_layer']['markers'][0] = 'Markers'; $GLOBALS['TL_LANG']['leaflet_layer']['markers'][1] = 'Layer containing Markers.'; $GLOBALS['TL_LANG']['leaflet_layer']['vectors'][0] = 'Vectors'; $GLOBALS['TL_LANG']['leaflet_layer']['vectors'][1] = 'Vectors layer containing vectors like polygons, polylines, etc.'; $GLOBALS['TL_LANG']['leaflet_layer']['reference'][0] = 'Reference'; $GLOBALS['TL_LANG']['leaflet_layer']['reference'][1] = 'The reference layer is a link to another layer.'; $GLOBALS['TL_LANG']['leaflet_layer']['markercluster'][0] = 'Marker cluster'; $GLOBALS['TL_LANG']['leaflet_layer']['markercluster'][1] = 'Marker cluster layer based on Leaflet.markercluster