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
*
2017-11-15 11:18:42 +01:00
* last - updated : 2017 - 10 - 17 T16 : 04 : 07 + 00 : 00
2015-02-11 09:07:46 +01:00
*/
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'active' ][ '0' ] = 'Aktivieren Sie das Icon.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'active' ][ '1' ] = 'Aktivieren Sie das Icon.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'active_legend' ] = 'Aktivierung' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'alias' ][ '0' ] = 'Alias' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'alias' ][ '1' ] = 'Alias des Icons.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'className' ][ '0' ] = 'CSS-Klasse' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'className' ][ '1' ] = 'Geben Sie einen individuellen Klassennamen für das Icon und den Schatten ein. Dieser Wert ist ansonsten leer.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'config_legend' ] = 'Konfiguration' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'controls' ][ '0' ] = 'Kontrollelemente verwalten' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'controls' ][ '1' ] = 'Kontrollelemente des Icons ID %s verwalten' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'copy' ][ '0' ] = 'Icon kopieren' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'copy' ][ '1' ] = 'Icon ID %s kopieren' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'delete' ][ '0' ] = 'Icon löschen' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'delete' ][ '1' ] = 'Icon ID %s öschen' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'edit' ][ '0' ] = 'Icon bearbeiten' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'edit' ][ '1' ] = 'Icon ID %s bearbeiten' ;
2017-03-20 10:56:40 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'icon' ][ '0' ] = 'Icon-CSS-Klasse' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'icon' ][ '1' ] = 'Icon-CSS-Klasse, beispielsweise <em>fa-envelope</em>' ;
2015-02-11 09:07:46 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconAnchor' ][ '0' ] = 'Icon-Anker' ;
2017-11-15 11:18:42 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconAnchor' ][ '1' ] = 'Die Koordinaten der "Spitze" des Schattens (relativ zu seiner oberen linken Ecke).' ;
2017-03-20 10:56:40 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconColor' ][ '0' ] = 'Iconfarbe' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconColor' ][ '1' ] = 'Definieren Sie hier eine Farbe für den Icon-Marker' ;
2015-02-11 09:07:46 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconImage' ][ '0' ] = 'Icon-Bild' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconImage' ][ '1' ] = 'Wählen Sie ein Bild für das Icon aus.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconRetinaImage' ][ '0' ] = 'Retina-Iconbild' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconRetinaImage' ][ '1' ] = 'Wählen Sie ein Retina-Iconbild aus.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'layersBtn' ][ '0' ] = 'Layer verwalten' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'layersBtn' ][ '1' ] = 'Leaflet-Layer verwalten' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'map' ][ '0' ] = 'Karten verwalten' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'map' ][ '1' ] = 'Leaflet-Karten verwalten.' ;
2017-03-20 10:56:40 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'markerColor' ][ '0' ] = 'Markerfarbe' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'markerColor' ][ '1' ] = 'Wählen Sie eine vordefinierte Farbe für den Marker' ;
2015-02-11 09:07:46 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'new' ][ '0' ] = 'Icon erstellen' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'new' ][ '1' ] = 'Erstellen Sie ein neues Icon' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'popupAnchor' ][ '0' ] = 'Popup-Anker' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'popupAnchor' ][ '1' ] = 'Geben Sie die Koordinaten des Punktes an, von dem aus sich das Popup "öffnet". Die Koordinaten werden relativ zum Anker des Icons benutzt.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'popups' ][ '0' ] = 'Popups verwalten' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'popups' ][ '1' ] = 'Popup-Icons verwalten' ;
2017-11-15 11:18:42 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'prefix' ][ '0' ] = 'Iconpräfix Klasse' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'prefix' ][ '1' ] = 'Iconpräfix Klasse, z.B. <em>fa</em>' ;
2015-02-11 09:07:46 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadowAnchor' ][ '0' ] = 'Schatten-Anker' ;
2017-11-15 11:18:42 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadowAnchor' ][ '1' ] = 'Die Koordinaten der "Spitze" des Schattens (relativ zu seiner oberen linken Ecke) (das gleiche wie der Symbol Anker, wenn nicht angegeben).' ;
2015-02-11 09:07:46 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadowImage' ][ '0' ] = 'Schatten-Bild' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadowImage' ][ '1' ] = 'Wählen Sie ein Bild für den Schatten aus.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadowRetinaImage' ][ '0' ] = 'Retina-Schattenbild' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadowRetinaImage' ][ '1' ] = 'Wählen Sie ein Retina-Bild für den Schatten aus.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadow_legend' ] = 'Schatten' ;
2017-03-20 10:56:40 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shape' ][ '0' ] = 'Markerform' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shape' ][ '1' ] = 'Definieren Sie hier die Form des Markers' ;
2015-02-11 09:07:46 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'show' ][ '0' ] = 'Details anzeigen' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'show' ][ '1' ] = 'Details des Icons %s anzeigen' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'styles' ][ '0' ] = 'Stile verwalten' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'styles' ][ '1' ] = 'Vektorstile verwalten' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'title' ][ '0' ] = 'Titel' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'title' ][ '1' ] = 'Titel des Icons.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'title_legend' ] = 'Titel' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'toggle' ][ '0' ] = 'Aktivierung umschalten' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'toggle' ][ '1' ] = 'Aktivierung von Icon ID %s umschalten' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'type' ][ '0' ] = 'Typ' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'type' ][ '1' ] = 'Wählen Sie den Icon-Typ' ;