translation-value-sets/de/series_place_role.php

8 lines
191 B
PHP
Raw Permalink Normal View History

2024-06-12 00:11:16 +02:00
<?PHP
declare(strict_types = 1);
$series_place_role = array (
'place_of_production' => 'Herstellungsort',
'performance_space' => 'Aufführungsort',
2024-06-19 22:58:30 +02:00
'rehearsal_space' => 'Probenort',
2024-06-12 00:11:16 +02:00
);