9 lines
282 B
PHP
9 lines
282 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$podcast_contributor_roles = array (
|
|
'onair' => 'ప్రసారంలో',
|
|
'recording' => 'రికార్డింగ్',
|
|
'technical_support' => 'సాంకేతిక మద్దతు',
|
|
'organization' => 'సంస్థ',
|
|
);
|