2024-05-10 14:22:03 +00:00
|
|
|
<?PHP
|
|
|
|
declare(strict_types = 1);
|
|
|
|
$institution_public_private_category_set = array (
|
2024-06-01 22:58:11 +00:00
|
|
|
'public' => 'Общественный',
|
|
|
|
'private' => 'Частный',
|
|
|
|
'religious' => 'Религиозный',
|
|
|
|
'mixed' => 'Разное',
|
2024-05-10 14:22:03 +00:00
|
|
|
);
|