Files
contao-leaflet-geocode-widget/src/Resources/contao/languages/de/default.php

16 lines
587 B
PHP
Raw Normal View History

2017-01-18 10:56:03 +01:00
<?php
/**
* Geocode backend widget based on Leaflet.
*
2017-01-18 10:56:03 +01:00
* @package netzmacht
* @author David Molineus <david.molineus@netzmacht.de>
* @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';