6 lines
292 B
PHP
6 lines
292 B
PHP
<?PHP
|
||
$podcast_contributor_roles['onair'] = 'У прямому ефірі';
|
||
$podcast_contributor_roles['recording'] = 'Запис';
|
||
$podcast_contributor_roles['technical_support'] = 'Технічна підтримка';
|
||
$podcast_contributor_roles['organization'] = 'Організація';
|