2025-02-11 01:02:14 +00:00
|
|
|
<?PHP
|
|
|
|
declare(strict_types = 1);
|
|
|
|
$institution_public_private_category_set = array (
|
2025-02-14 16:35:19 +00:00
|
|
|
'public' => 'ಸಾರ್ವಜನಿಕ',
|
|
|
|
'private' => 'ಖಾಸಗಿ',
|
|
|
|
'religious' => 'ಧಾರ್ಮಿಕ',
|
|
|
|
'mixed' => 'ಮಿಶ್ರ',
|
2025-02-11 01:02:14 +00:00
|
|
|
);
|