<?php

declare(strict_types=1);

/*
 * This file is part of modal bundle for Contao.
 *
 * (c) Benjamin Roth
 *
 * @license LGPL-3.0-or-later
 */

use vonRotenberg\ModalBundle\Controller\FrontendModule\ModalModuleController;
use vonRotenberg\ModalBundle\Controller\ContentElement\ModalElementController;

$GLOBALS['TL_LANG']['MOD']['modals'][0] = 'PopUp-Fenster';
$GLOBALS['TL_LANG']['MOD']['modals'][1] = 'Verwalten von Popup-Konfigurationen';
$GLOBALS['TL_LANG']['FMD'][ModalModuleController::TYPE][0] = 'PopUp';
$GLOBALS['TL_LANG']['FMD'][ModalModuleController::TYPE][1] = 'Gibt eine PopUp Konfiguration aus.';
$GLOBALS['TL_LANG']['CTE'][ModalElementController::TYPE][0] = 'PopUp';
$GLOBALS['TL_LANG']['CTE'][ModalElementController::TYPE][1] = 'Gibt eine PopUp Konfiguration aus.';