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