2015-01-06 14:55:53 +01:00
|
|
|
<?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';
|
2015-01-06 21:52:36 +01:00
|
|
|
$GLOBALS['TL_LANG']['leaflet_layer']['markers'][0] = 'Markers';
|
|
|
|
|
$GLOBALS['TL_LANG']['leaflet_layer']['markers'][1] = 'Marker collection';
|