<?php

declare(strict_types=1);

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

use Contao\DC_Table;
use Contao\DataContainer;

$GLOBALS['TL_LANG']['tl_user']['modals'][0] = 'PopUps';
$GLOBALS['TL_LANG']['tl_user']['modals'][1] = 'Hier können Sie den Zugriff auf ein oder mehrere PopUps erlauben.';
$GLOBALS['TL_LANG']['tl_user']['modalp'][0] = 'PopUp-Rechte';
$GLOBALS['TL_LANG']['tl_user']['modalp'][1] = 'Hier können Sie PopUp-Rechte festlegen.';

$GLOBALS['TL_LANG']['tl_user']['modal_legend'] = 'PopUp-Rechte';