6 lines
247 B
PHP
6 lines
247 B
PHP
<?PHP
|
|
$podcast_contributor_roles['onair'] = 'in onda';
|
|
$podcast_contributor_roles['recording'] = 'registrazione';
|
|
$podcast_contributor_roles['technical_support'] = 'supporto tecnico';
|
|
$podcast_contributor_roles['organization'] = 'organizzazione';
|