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