translation-value-sets/tl/series_time_role.php

7 lines
144 B
PHP
Raw Normal View History

2024-06-12 00:11:16 +02:00
<?PHP
declare(strict_types = 1);
$series_time_role = array (
'premiere' => 'Premiere',
'time_of_presentation' => 'Time of presentation',
);