Move bundle files to Bundle namespace.

This commit is contained in:
David Molineus
2017-10-11 11:46:19 +02:00
parent 1df16407ef
commit 1dce4bc1c6
88 changed files with 15 additions and 119 deletions

View File

@@ -0,0 +1,26 @@
<?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: 2015-02-11T08:57:53+01:00
*/
$GLOBALS['TL_LANG']['tl_content']['leaflet_height']['0'] = 'Kartenhöhe';
$GLOBALS['TL_LANG']['tl_content']['leaflet_height']['1'] = 'Legen Sie die Höhe der Karte fest.';
$GLOBALS['TL_LANG']['tl_content']['leaflet_legend'] = 'Leaflet-Kartenkonfiguration';
$GLOBALS['TL_LANG']['tl_content']['leaflet_map']['0'] = 'Leaflet-Karte';
$GLOBALS['TL_LANG']['tl_content']['leaflet_map']['1'] = 'Wählen Sie eine Leaflet-Karte aus.';
$GLOBALS['TL_LANG']['tl_content']['leaflet_mapId']['0'] = 'Leaflet-Karten-ID';
$GLOBALS['TL_LANG']['tl_content']['leaflet_mapId']['1'] = 'Sie können eine individuelle Karten-ID festlegen, die als HTML-ID benutzt wird. Wenn Sie dieses Feld leer lassen dann wird die ID des Inhaltselementes benutzt um eine ID zu erzeugen.';
$GLOBALS['TL_LANG']['tl_content']['leaflet_template']['0'] = 'Karten-Template';
$GLOBALS['TL_LANG']['tl_content']['leaflet_template']['1'] = 'Wählen Sie ein Template für das Erstellen der Karte aus. Das Template muss Javascript erzeugen, kein HTML.';
$GLOBALS['TL_LANG']['tl_content']['leaflet_width']['0'] = 'Kartenbreite';
$GLOBALS['TL_LANG']['tl_content']['leaflet_width']['1'] = 'Legen Sie die Breite der Karte fest.';