mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-29 11:33:46 +01:00
17 lines
862 B
PHP
17 lines
862 B
PHP
<?php
|
|
|
|
$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_credits'][0] = 'Support it';
|
|
$GLOBALS['TL_LANG']['MOD']['leaflet_credits'][1] = 'Contao leaflet integration credits';
|
|
|
|
$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';
|