mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-30 03:54:10 +01:00
7 lines
299 B
PHP
7 lines
299 B
PHP
<?php
|
|
|
|
$GLOBALS['TL_LANG']['leaflet_layer']['provider'][0] = 'Leaflet provider';
|
|
$GLOBALS['TL_LANG']['leaflet_layer']['provider'][1] = 'Leaflet tile provider';
|
|
$GLOBALS['TL_LANG']['leaflet_layer']['group'][0] = 'Layer group';
|
|
$GLOBALS['TL_LANG']['leaflet_layer']['group'][1] = 'Layers group';
|