Files
2026-05-24 21:24:53 +02:00

6 lines
457 B
PHP

<?php
$GLOBALS['TL_LANG']['tl_module']['survey_navigation_legend'] = 'Linked pages';
$GLOBALS['TL_LANG']['tl_module']['surveyEditPage'] = ['Edit page', 'Page containing the frontend module for editing surveys.'];
$GLOBALS['TL_LANG']['tl_module']['surveyListPage'] = ['Overview page', 'Page containing the survey overview.'];
$GLOBALS['TL_LANG']['tl_module']['surveyReaderPage'] = ['Display page', 'Public page for accessing a survey via the public link.'];