5 lines
454 B
PHP
5 lines
454 B
PHP
<?php
|
|
|
|
$GLOBALS['TL_LANG']['tl_member']['survey_legend'] = 'Survey assignment';
|
|
$GLOBALS['TL_LANG']['tl_member']['surveyCategories'] = ['Survey categories', 'These categories are automatically assigned to new and already assigned surveys of this member.'];
|
|
$GLOBALS['TL_LANG']['tl_member']['assignedSurveys'] = ['Assigned surveys', 'Choose the surveys this member is allowed to edit. The search field in the selector helps when there are many entries.']; |