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

6 lines
534 B
PHP

<?php
$GLOBALS['TL_LANG']['tl_settings']['survey_settings_legend'] = 'Survey settings';
$GLOBALS['TL_LANG']['tl_settings']['surveyReaderPage'] = ['Reader page', 'This page is used globally for the public survey link.'];
$GLOBALS['TL_LANG']['tl_settings']['surveyResultsPage'] = ['Results page', 'This page is used globally to display survey results.'];
$GLOBALS['TL_LANG']['tl_settings']['surveyGotenbergUrl'] = ['Gotenberg URL', 'Base URL of the Gotenberg instance for server-side PDF export, e.g. https://gotenberg.mummert.media'];