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