10 lines
244 B
PHP
10 lines
244 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$institution_basic_category_set = array (
|
|
'archive' => 'Archívum',
|
|
'library' => 'Könyvtár',
|
|
'memorial_site' => 'Emlékhely',
|
|
'private_collection' => 'Magánygyűjtemény',
|
|
'museum' => 'Múzeum',
|
|
);
|