7 lines
211 B
PHP
7 lines
211 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
$GLOBALS['TL_LANG']['tl_member']['organization_legend'] = 'Organisationen';
|
|
$GLOBALS['TL_LANG']['tl_member']['organizations'] = ['Organisationen', 'Zugeordnete Organisationen'];
|