Files
translation-value-sets/cs/podcast_contributor_roles.php
2025-10-09 09:24:33 +00:00

9 lines
213 B
PHP

<?PHP
declare(strict_types = 1);
$podcast_contributor_roles = array (
'onair' => 'Ve vysílání',
'recording' => 'Záznam',
'technical_support' => 'Technická podpora',
'organization' => 'Organizace',
);