forked from Snck3rs/contao-leaflet-maps
33 lines
1.5 KiB
PHP
33 lines
1.5 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Leaflet maps for Contao CMS.
|
|
*
|
|
* @package contao-leaflet-maps
|
|
* @author David Molineus <david.molineus@netzmacht.de>
|
|
* @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']['MOD']['leaflet'][0] = 'Leaflet';
|
|
$GLOBALS['TL_LANG']['MOD']['leaflet'][1] = 'Leaflet extension for Contao';
|
|
$GLOBALS['TL_LANG']['MOD']['leaflet_map'][0] = 'Leaflet Maps';
|
|
$GLOBALS['TL_LANG']['MOD']['leaflet_map'][1] = 'Manage Leaflet maps';
|
|
$GLOBALS['TL_LANG']['MOD']['leaflet_layer'][0] = 'Map Layers';
|
|
$GLOBALS['TL_LANG']['MOD']['leaflet_layer'][1] = 'Manage map layers';
|
|
$GLOBALS['TL_LANG']['MOD']['leaflet_about'][0] = 'About';
|
|
$GLOBALS['TL_LANG']['MOD']['leaflet_about'][1] = 'About the Leaflet integration for Contao';
|
|
|
|
$GLOBALS['TL_LANG']['MOD']['tl_leaflet_map'] = 'Maps';
|
|
$GLOBALS['TL_LANG']['MOD']['tl_leaflet_layer'] = 'Layers';
|
|
$GLOBALS['TL_LANG']['MOD']['tl_leaflet_icon'] = 'Icons';
|
|
$GLOBALS['TL_LANG']['MOD']['tl_leaflet_marker'] = 'Markers';
|
|
$GLOBALS['TL_LANG']['MOD']['tl_leaflet_control'] = 'Controls';
|
|
|
|
$GLOBALS['TL_LANG']['FMD']['leaflet'][0] = 'Leaflet Map';
|
|
$GLOBALS['TL_LANG']['FMD']['leaflet'][1] = 'Integrate leaflet map as frontend module.';
|
|
|
|
$GLOBALS['TL_LANG']['CTE']['leaflet'][0] = 'Leaflet Map';
|
|
$GLOBALS['TL_LANG']['CTE']['leaflet'][1] = 'Integrate leaflet map as content element.';
|