2024-05-10 14:22:03 +00:00
|
|
|
<?PHP
|
|
|
|
declare(strict_types = 1);
|
|
|
|
$institution_public_private_category_set = array (
|
2024-05-24 17:31:22 +00:00
|
|
|
'public' => 'Közintézmény',
|
|
|
|
'private' => 'Magánintézmény',
|
|
|
|
'religious' => 'Egyházi',
|
|
|
|
'mixed' => 'Vegyes',
|
2024-05-10 14:22:03 +00:00
|
|
|
);
|