<?php

/**
 * This file is part of contao-weinanlieferung-bundle.
 *
 * (c) vonRotenberg
 *
 * @license commercial
 */

$GLOBALS['TL_LANG']['tl_vr_wa_attribute_group']['title_legend'] = 'Titel und Beschreibung';
$GLOBALS['TL_LANG']['tl_vr_wa_attribute_group']['config_legend'] = 'Konfiguration';

$GLOBALS['TL_LANG']['tl_vr_wa_attribute_group']['title'] = ['Titel', 'Bitte geben Sie den Titel der Attributgruppe ein.'];
$GLOBALS['TL_LANG']['tl_vr_wa_attribute_group']['description'] = ['Beschreibung', 'Bitte geben Sie eine Beschreibung der Attributgruppe ein.'];
$GLOBALS['TL_LANG']['tl_vr_wa_attribute_group']['type'] = ['Attributstyp', 'Legt den Typ der Attribute fest.'];
$GLOBALS['TL_LANG']['tl_vr_wa_attribute_group']['multiple'] = ['Mehrfachauswahl', 'Erlaubt die Auswahl mehrerer Attribute aus dieser Gruppe.'];
$GLOBALS['TL_LANG']['tl_vr_wa_attribute_group']['required'] = ['Pflichtfeld', 'Die Auswahl eines Attributs aus dieser Gruppe ist erforderlich.'];

$GLOBALS['TL_LANG']['tl_vr_wa_attribute_group']['new'] = ['Neue Attributgruppe', 'Eine neue Attributgruppe erstellen'];
$GLOBALS['TL_LANG']['tl_vr_wa_attribute_group']['edit'] = ['Attributgruppe bearbeiten', 'Attributgruppe ID %s bearbeiten'];
$GLOBALS['TL_LANG']['tl_vr_wa_attribute_group']['copy'] = ['Attributgruppe duplizieren', 'Attributgruppe ID %s duplizieren'];
$GLOBALS['TL_LANG']['tl_vr_wa_attribute_group']['delete'] = ['Attributgruppe löschen', 'Attributgruppe ID %s löschen'];
$GLOBALS['TL_LANG']['tl_vr_wa_attribute_group']['show'] = ['Attributgruppe anzeigen', 'Details der Attributgruppe ID %s anzeigen'];
$GLOBALS['TL_LANG']['tl_vr_wa_attribute_group']['attributes'] = ['Attribute verwalten', 'Attribute der Gruppe ID %s verwalten'];