2015-02-11 09:07:46 +01:00
< ? php
/**
* Translations are managed using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
2017-10-17 18:11:28 +02:00
* @link http://help.transifex.com/intro/translating.html
* @link https://www.transifex.com/projects/p/contao-leaflet-maps/language/de/
2015-02-11 09:07:46 +01:00
*
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*
* last-updated: 2015-02-11T08:58:00+01:00
*/
$GLOBALS [ 'TL_LANG' ][ 'tl_module' ][ 'leaflet_height' ][ '0' ] = 'Kartenhöhe' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_module' ][ 'leaflet_height' ][ '1' ] = 'Legen Sie die Höhe der Karte fest.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_module' ][ 'leaflet_legend' ] = 'Leaflet-Kartenkonfiguration' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_module' ][ 'leaflet_map' ][ '0' ] = 'Leaflet-Karte' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_module' ][ 'leaflet_map' ][ '1' ] = 'Wählen Sie eine Leaflet-Karte aus.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_module' ][ 'leaflet_mapId' ][ '0' ] = 'Leaflet-Karten-ID' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_module' ][ '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_module' ][ 'leaflet_template' ][ '0' ] = 'Karten-Template' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_module' ][ '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_module' ][ 'leaflet_width' ][ '0' ] = 'Kartenbreite' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_module' ][ 'leaflet_width' ][ '1' ] = 'Legen Sie die Breite der Karte fest.' ;