Approval.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_public_private_category_set = array (
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'religious' => 'Religious',
|
||||
'mixed' => 'Mixed',
|
||||
'public' => 'Общественный',
|
||||
'private' => 'Частный',
|
||||
'religious' => 'Религиозный',
|
||||
'mixed' => 'Разное',
|
||||
);
|
||||
|
Reference in New Issue
Block a user