Files
survey-bundle/contao/languages/en/tl_survey_condition.php
T
2026-05-24 21:24:53 +02:00

6 lines
483 B
PHP

<?php
$GLOBALS['TL_LANG']['tl_survey_condition']['logic_legend'] = 'Jump rule';
$GLOBALS['TL_LANG']['tl_survey_condition']['sourceQuestion'] = ['Source question', 'Question whose answer is evaluated.'];
$GLOBALS['TL_LANG']['tl_survey_condition']['answerValue'] = ['Answer', 'Answer value that triggers a jump to another question.'];
$GLOBALS['TL_LANG']['tl_survey_condition']['targetQuestion'] = ['Next question', 'The survey continues with this question when the answer matches.'];