translation-value-sets/kn/appointment_contributor_roles.php

7 lines
158 B
PHP
Raw Permalink Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$appointment_contributor_roles = array (
2025-02-14 16:35:19 +00:00
'organizer' => 'ಸಂಘಟಕರು',
'presenter' => 'ನಿರೂಪಕ',
2025-02-11 01:02:14 +00:00
);