6 lines
483 B
PHP
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.']; |