2017-01-18 10:56:03 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
/**
|
2017-10-04 11:05:44 +02:00
|
|
|
* Geocode backend widget based on Leaflet.
|
|
|
|
|
*
|
2017-01-18 10:56:03 +01:00
|
|
|
* @package netzmacht
|
|
|
|
|
* @author David Molineus <david.molineus@netzmacht.de>
|
2017-10-04 11:05:44 +02:00
|
|
|
* @copyright 2016-2017 netzmacht David Molineus. All rights reserved.
|
|
|
|
|
* @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-geocode-widget/blob/master/LICENSE
|
2017-01-18 10:56:03 +01:00
|
|
|
* @filesource
|
|
|
|
|
*/
|
|
|
|
|
|
2017-01-18 17:23:41 +01:00
|
|
|
$GLOBALS['TL_LANG']['ERR']['leafletInvalidCoordinate'] = 'Die angegebenen Koordinaten sind ungültig.';
|
2017-01-18 17:16:40 +01:00
|
|
|
$GLOBALS['TL_LANG']['MSC']['leafletSearchPositionLabel'] = 'Suchen';
|
|
|
|
|
$GLOBALS['TL_LANG']['MSC']['leafletApplyPositionLabel'] = 'Übernehmen';
|