Files
contao-leaflet-maps/module/languages/en/modules.php
David Molineus da46294a73 Translations.
2015-01-07 09:32:47 +01:00

11 lines
438 B
PHP

<?php
$GLOBALS['TL_LANG']['MOD']['leaflet'][0] = 'Leaflet Maps';
$GLOBALS['TL_LANG']['MOD']['leaflet'][1] = 'Manage Leaflet maps';
$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';