* @license GPL-3.0-or-later * For the full copyright and license information, * please view the LICENSE file that was distributed with this source code. * @link https://github.com/yupdesign/contao-architecture-projects-bundle */ use Yupdesign\ContaoArchitectureProjectsBundle\Controller\FrontendModule\ArchListController; /** * Backend modules */ $GLOBALS['TL_LANG']['MOD']['architecture_projects'] = 'Referenzen'; $GLOBALS['TL_LANG']['MOD']['arch_projects'] = ['Projekte', 'Übersicht über Projekte']; /** * Frontend modules */ $GLOBALS['TL_LANG']['FMD']['architecture_projects'] = 'Referenzen'; $GLOBALS['TL_LANG']['FMD'][ArchListController::TYPE] = ['Projektliste', 'Gibt eine Übersicht über alle veröffentlichten Projekte aus.'];