Approval.
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
<?PHP
|
||||
$podcast_contributor_roles['onair'] = 'in onda';
|
||||
$podcast_contributor_roles['recording'] = 'registrazione';
|
||||
$podcast_contributor_roles['technical_support'] = 'supporto tecnico';
|
||||
$podcast_contributor_roles['organization'] = 'organizzazione';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'podcast_contributor_roles' =>
|
||||
array (
|
||||
'onair' => 'in onda',
|
||||
'recording' => 'registrazione',
|
||||
'technical_support' => 'supporto tecnico',
|
||||
'organization' => 'organizzazione',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user