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

7 lines
602 B
PHP

<?php
$GLOBALS['TL_LANG']['tl_survey_submission']['token'] = ['Participation code', 'Anonymous code of this survey run.'];
$GLOBALS['TL_LANG']['tl_survey_submission']['startedAt'] = ['Started on', 'Time when the survey was started.'];
$GLOBALS['TL_LANG']['tl_survey_submission']['completedAt'] = ['Completed on', 'Time when the survey was completed.'];
$GLOBALS['TL_LANG']['tl_survey_submission']['currentQuestion'] = ['Current question', 'Internal identifier of the currently open question.'];
$GLOBALS['TL_LANG']['tl_survey_submission']['isFinished'] = ['Completed', 'Marks completed survey runs.'];