Approval.

This commit is contained in:
Joshua Ramon Enslin 2023-12-30 20:54:34 +00:00 committed by md translation bot
parent 096d688163
commit edcab2f19a
20 changed files with 160 additions and 0 deletions

8
ar/eventtype_groups.php Normal file
View File

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

8
de/eventtype_groups.php Normal file
View File

@ -0,0 +1,8 @@
<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
'production' => 'Herstellung',
'post_production' => 'Nach der Herstellung',
'pre_production' => 'Vor der Herstellung',
'no_production' => 'Unabhängig von Herstellung',
);

8
dsb/eventtype_groups.php Normal file
View File

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

8
en/eventtype_groups.php Normal file
View File

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

8
es/eventtype_groups.php Normal file
View File

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

8
fr/eventtype_groups.php Normal file
View File

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

8
hsb/eventtype_groups.php Normal file
View File

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

8
hu/eventtype_groups.php Normal file
View File

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

8
id/eventtype_groups.php Normal file
View File

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

8
it/eventtype_groups.php Normal file
View File

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

8
iw/eventtype_groups.php Normal file
View File

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

8
nl/eventtype_groups.php Normal file
View File

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

8
pl/eventtype_groups.php Normal file
View File

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

8
pt/eventtype_groups.php Normal file
View File

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

8
qu/eventtype_groups.php Normal file
View File

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

8
ru/eventtype_groups.php Normal file
View File

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

8
tl/eventtype_groups.php Normal file
View File

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

8
tr/eventtype_groups.php Normal file
View File

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

8
uk/eventtype_groups.php Normal file
View File

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

8
zh/eventtype_groups.php Normal file
View File

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