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_settings']['survey_settings_legend'] = 'Survey settings';
$GLOBALS['TL_LANG']['tl_settings']['surveyReaderPage'] = ['Reader page', 'This page is used globally for the public survey link.'];
$GLOBALS['TL_LANG']['tl_settings']['surveyResultsPage'] = ['Results page', 'This page is used globally to display survey results.'];
$GLOBALS['TL_LANG']['tl_settings']['surveyGotenbergUrl'] = ['Gotenberg URL', 'Base URL of the Gotenberg instance for server-side PDF export, e.g. https://gotenberg.mummert.media'];