forked from Snck3rs/contao-leaflet-libraries
18 lines
611 B
PHP
18 lines
611 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* Translations are managed using Transifex. To create a new translation
|
||
|
|
* or to help to maintain an existing one, please register at transifex.com.
|
||
|
|
*
|
||
|
|
* @link http://help.transifex.com/intro/translating.html
|
||
|
|
* @link https://www.transifex.com/projects/p/contao-leaflet-maps/language/de/
|
||
|
|
*
|
||
|
|
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
|
||
|
|
*
|
||
|
|
* last-updated: 2016-10-05T09:09:41+02:00
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
$GLOBALS['TL_LANG']['MOD']['leaflet-libs']['0'] = 'Leaflet-Bibliotheken';
|
||
|
|
$GLOBALS['TL_LANG']['MOD']['leaflet-libs']['1'] = 'Leaflet-Bibliotheken für die Leaflet-Integration in das CMS Contao.';
|
||
|
|
|