9 lines
273 B
PHP
9 lines
273 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$podcast_contributor_roles = array (
|
|
'onair' => 'காற்றில்',
|
|
'recording' => 'பதிவு',
|
|
'technical_support' => 'தொழில்நுட்ப ஆதரவு',
|
|
'organization' => 'அமைப்பு',
|
|
);
|