2023-12-30 21:54:34 +01:00
|
|
|
<?PHP
|
|
|
|
declare(strict_types = 1);
|
|
|
|
$eventtype_groups = array (
|
2024-01-29 21:13:20 +01:00
|
|
|
'production' => 'Készítés',
|
|
|
|
'post_production' => 'Készítés után',
|
|
|
|
'pre_production' => 'Készítés előtt',
|
|
|
|
'no_production' => 'Ø Készítés',
|
2023-12-30 21:54:34 +01:00
|
|
|
);
|