5 lines
320 B
PHP
5 lines
320 B
PHP
<?php
|
|
|
|
$GLOBALS['TL_LANG']['tl_survey_answer']['question'] = ['Question', 'Reference to the question.'];
|
|
$GLOBALS['TL_LANG']['tl_survey_answer']['questionType'] = ['Question type', 'Stored question type at the time the answer was given.'];
|
|
$GLOBALS['TL_LANG']['tl_survey_answer']['value'] = ['Answer', 'Stored answer.']; |