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

5 lines
320 B
PHP

<?php
$GLOBALS['TL_LANG']['tl_survey_answer']['question'] = ['Question', 'Reference to the question.'];
$GLOBALS['TL_LANG']['tl_survey_answer']['questionType'] = ['Question type', 'Stored question type at the time the answer was given.'];
$GLOBALS['TL_LANG']['tl_survey_answer']['value'] = ['Answer', 'Stored answer.'];