Add German and English survey translations
This commit is contained in:
@@ -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.'];
|
||||
Reference in New Issue
Block a user