mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 19:13:55 +01:00
27 lines
1.6 KiB
PHP
27 lines
1.6 KiB
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: 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.';
|
|
|