8 lines
198 B
PHP
8 lines
198 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$series_place_role = array (
|
|
'place_of_production' => 'Místo výroby',
|
|
'performance_space' => 'Prostor pro vystoupení',
|
|
'rehearsal_space' => 'Zkušebna',
|
|
);
|