Approval.

This commit is contained in:
2024-06-01 22:58:11 +00:00
committed by md translation bot
parent 33854d23a7
commit ff2a294832
18 changed files with 125 additions and 125 deletions

View File

@ -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' => 'Різне',
);