11 lines
952 B
PHP
11 lines
952 B
PHP
<?php
|
|
|
|
$GLOBALS['TL_LANG']['MOD']['survey_bundle_surveys'] = ['Surveys', 'Manage surveys, questions, conditions and anonymous answers.'];
|
|
$GLOBALS['TL_LANG']['MOD']['survey_bundle_categories'] = ['Survey categories', 'Maintain categories for surveys.'];
|
|
|
|
$GLOBALS['TL_LANG']['FMD']['survey'] = 'Surveys';
|
|
$GLOBALS['TL_LANG']['FMD']['member_survey_list'] = ['My surveys', 'Displays all surveys assigned to the member.'];
|
|
$GLOBALS['TL_LANG']['FMD']['member_survey_template_list'] = ['My survey templates', 'Displays all survey templates assigned to the member and only offers duplication.'];
|
|
$GLOBALS['TL_LANG']['FMD']['member_survey_edit'] = ['Edit survey', 'Frontend editing area for assigned surveys.'];
|
|
$GLOBALS['TL_LANG']['FMD']['show_survey'] = ['Fill out survey', 'Public survey view accessible via the public link.'];
|
|
$GLOBALS['TL_LANG']['FMD']['survey_results'] = ['Results', 'Displays the results of a survey via the configured results link.']; |