Approval.

This commit is contained in:
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
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',
);