Add German and English survey translations

This commit is contained in:
Jürgen Mummert
2026-05-24 21:24:53 +02:00
parent 6eec9ec537
commit e204da60b6
18 changed files with 498 additions and 127 deletions
@@ -0,0 +1,7 @@
<?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.'];