Approval.

This commit is contained in:
2024-05-24 17:31:22 +00:00
committed by md translation bot
parent 17d7c33a10
commit 33854d23a7
5 changed files with 42 additions and 42 deletions

View File

@ -1,30 +1,30 @@
<?PHP
declare(strict_types = 1);
$institution_collection_area_set = array (
'everyday_life' => 'Everyday life',
'archaeology' => 'Archaeology',
'architecture' => 'Architecture',
'history_of_mining' => 'History of mining',
'botany' => 'Botany',
'history_of_film' => 'History of film',
'political_history' => 'Political history',
'arts' => 'Arts',
'applied_arts' => 'Applied arts',
'agriculture' => 'Agriculture',
'literature' => 'Literature',
'history_of_medicine' => 'History of medicine',
'military_history' => 'Military history',
'mineralogy' => 'Mineralogy',
'music' => 'Music',
'numismatics' => 'Numismatics',
'paleontology' => 'Paleontology',
'everyday_life' => 'Mindennapok',
'archaeology' => 'Régészet',
'architecture' => 'Építészet',
'history_of_mining' => 'Bányászattörténet',
'botany' => 'Botanika',
'history_of_film' => 'Filmtörténet',
'political_history' => 'Politikatörténet',
'arts' => 'Képzőművészet',
'applied_arts' => 'Alkalmazott művészet',
'agriculture' => 'Mezőgazdaság',
'literature' => 'Irodalom',
'history_of_medicine' => 'Gyógyszertörténet',
'military_history' => 'Hadtörténet',
'mineralogy' => 'Ásványtan',
'music' => 'Zene',
'numismatics' => 'Numizmatika',
'paleontology' => 'Paleontológia',
'personalia' => 'Personalia',
'regional_history' => 'Regional history',
'religion' => 'Religion',
'technology' => 'Technology',
'ethnography' => 'Ethnography',
'zoology' => 'Zoology',
'regional_history' => 'Helytörténet',
'religion' => 'Vallás',
'technology' => 'Technológia',
'ethnography' => 'Néprajz',
'zoology' => 'Zoológia',
);
$institution_basic_category_set = array (
'museum' => 'Museum',
'museum' => 'Múzeum',
);