translation-value-sets/kn/eventtype_groups.php
2025-02-14 16:35:19 +00:00

9 lines
323 B
PHP

<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
'production' => 'ಉತ್ಪಾದನೆ',
'post_production' => 'ಪೋಸ್ಟ್ ಪ್ರೊಡಕ್ಷನ್',
'pre_production' => 'ಪೋಸ್ಟ್ ಪ್ರೊಡಕ್ಷನ್',
'no_production' => 'ಉತ್ಪಾದನೆ ಇಲ್ಲ',
);