Files

35 lines
2.3 KiB
PHP

<?php
declare(strict_types=1);
$GLOBALS['TL_LANG']['tl_organization']['title'] = ['Titel', 'Name der Organisation'];
$GLOBALS['TL_LANG']['tl_organization']['alias'] = ['Alias', 'Eindeutiger Alias der Organisation'];
$GLOBALS['TL_LANG']['tl_organization']['logo'] = ['Logo', 'Logo-Datei'];
$GLOBALS['TL_LANG']['tl_organization']['street'] = ['Straße', 'Straße'];
$GLOBALS['TL_LANG']['tl_organization']['street2'] = ['Adresszusatz', 'Adresszusatz'];
$GLOBALS['TL_LANG']['tl_organization']['postal'] = ['PLZ', 'Postleitzahl'];
$GLOBALS['TL_LANG']['tl_organization']['city'] = ['Ort', 'Ort'];
$GLOBALS['TL_LANG']['tl_organization']['state'] = ['Bundesland', 'Bundesland'];
$GLOBALS['TL_LANG']['tl_organization']['country'] = ['Land', 'Land'];
$GLOBALS['TL_LANG']['tl_organization']['phone'] = ['Telefon', 'Telefonnummer'];
$GLOBALS['TL_LANG']['tl_organization']['email'] = ['E-Mail', 'E-Mail-Adresse'];
$GLOBALS['TL_LANG']['tl_organization']['website'] = ['Webseite', 'Webseite'];
$GLOBALS['TL_LANG']['tl_organization']['lat'] = ['Breitengrad', 'Breitengrad'];
$GLOBALS['TL_LANG']['tl_organization']['lng'] = ['Längengrad', 'Längengrad'];
$GLOBALS['TL_LANG']['tl_organization']['description'] = ['Beschreibung', 'Beschreibung'];
$GLOBALS['TL_LANG']['tl_organization']['published'] = ['Veröffentlicht', 'Organisation veröffentlichen'];
$GLOBALS['TL_LANG']['tl_organization']['isExternal'] = ['Extern', 'Externe Organisation'];
$GLOBALS['TL_LANG']['tl_organization']['tags'] = ['Typen', 'Vorhandene Tags für Organisationstypen auswählen.'];
$GLOBALS['TL_LANG']['tl_organization']['members'] = ['Mitglieder', 'Zugeordnete Mitglieder'];
$GLOBALS['TL_LANG']['tl_organization']['title_legend'] = 'Titel';
$GLOBALS['TL_LANG']['tl_organization']['address_legend'] = 'Adresse';
$GLOBALS['TL_LANG']['tl_organization']['contact_legend'] = 'Kontakt';
$GLOBALS['TL_LANG']['tl_organization']['geo_legend'] = 'Geodaten';
$GLOBALS['TL_LANG']['tl_organization']['description_legend'] = 'Beschreibung';
$GLOBALS['TL_LANG']['tl_organization']['relation_legend'] = 'Beziehungen';
$GLOBALS['TL_LANG']['tl_organization']['publish_legend'] = 'Veröffentlichung';
$GLOBALS['TL_LANG']['tl_organization']['memberFallback'] = 'Mitglied #%s';
$GLOBALS['TL_LANG']['tl_organization']['aliasExists'] = 'Alias "%s" ist bereits vergeben.';