Initial survey bundle import

This commit is contained in:
Jürgen Mummert
2026-05-17 17:31:28 +02:00
commit b8475e3a57
84 changed files with 7157 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
$GLOBALS['TL_LANG']['tl_survey_answer']['question'] = ['Frage', 'Referenz zur Frage.'];
$GLOBALS['TL_LANG']['tl_survey_answer']['questionType'] = ['Frageart', 'Gespeicherte Art der Frage zum Zeitpunkt der Antwort.'];
$GLOBALS['TL_LANG']['tl_survey_answer']['value'] = ['Antwort', 'Gespeicherte Antwort.'];