2025-02-11 01:02:14 +00:00
|
|
|
<?PHP
|
|
|
|
declare(strict_types = 1);
|
|
|
|
$podcast_contributor_roles = array (
|
2025-02-14 16:35:19 +00:00
|
|
|
'onair' => 'ಗಾಳಿಯಲ್ಲಿ',
|
|
|
|
'recording' => 'ರೆಕಾರ್ಡಿಂಗ್',
|
|
|
|
'technical_support' => 'ತಾಂತ್ರಿಕ ಬೆಂಬಲ',
|
|
|
|
'organization' => 'ಸಂಘಟನೆ',
|
2025-02-11 01:02:14 +00:00
|
|
|
);
|