Approval.

This commit is contained in:
2025-09-17 15:12:34 +00:00
committed by md translation bot
parent b77cba66a2
commit 2c28afedef
15 changed files with 111 additions and 111 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' => 'Výroba',
'post_production' => 'Postprodukce',
'pre_production' => 'Předprodukce',
'no_production' => 'Žádná produkce',
);