forked from Snck3rs/contao-leaflet-libraries
14 lines
373 B
PHP
14 lines
373 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @package dev
|
||
|
|
* @author David Molineus <david.molineus@netzmacht.de>
|
||
|
|
* @copyright 2014 netzmacht creative David Molineus
|
||
|
|
* @license LGPL 3.0
|
||
|
|
* @filesource
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
$GLOBALS['TL_LANG']['MOD']['leaflet-libs'][0] = 'Leaflet libraries';
|
||
|
|
$GLOBALS['TL_LANG']['MOD']['leaflet-libs'][1] = 'Leaflet libraries for the Leaflet integration into Contao CMS';
|