mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-29 11:33:46 +01:00
Move bundle files to Bundle namespace.
This commit is contained in:
26
src/Bundle/Resources/contao/languages/de/tl_content.php
Normal file
26
src/Bundle/Resources/contao/languages/de/tl_content.php
Normal 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.';
|
||||
|
||||
Reference in New Issue
Block a user