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
+6
View File
@@ -0,0 +1,6 @@
<?php
$GLOBALS['TL_LANG']['tl_module']['survey_navigation_legend'] = 'Linked pages';
$GLOBALS['TL_LANG']['tl_module']['surveyEditPage'] = ['Edit page', 'Page containing the frontend module for editing surveys.'];
$GLOBALS['TL_LANG']['tl_module']['surveyListPage'] = ['Overview page', 'Page containing the survey overview.'];
$GLOBALS['TL_LANG']['tl_module']['surveyReaderPage'] = ['Display page', 'Public page for accessing a survey via the public link.'];