Approval.

This commit is contained in:
2024-01-29 20:13:20 +00:00
committed by md translation bot
parent 15f070d98e
commit 2a4d4b388a
8 changed files with 26 additions and 26 deletions

View File

@ -1,8 +1,8 @@
<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
'production' => 'Production',
'post_production' => 'Post-production',
'pre_production' => 'Pre-production',
'no_production' => 'No production',
'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',
);