Files
contao-leaflet-maps/module/languages/en/modules.php

11 lines
438 B
PHP
Raw Normal View History

2014-12-29 12:17:40 +01:00
<?php
2015-01-07 09:32:47 +01:00
$GLOBALS['TL_LANG']['MOD']['leaflet'][0] = 'Leaflet Maps';
2014-12-29 12:17:40 +01:00
$GLOBALS['TL_LANG']['MOD']['leaflet'][1] = 'Manage Leaflet maps';
2015-01-07 09:32:47 +01:00
$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';