Approval.
This commit is contained in:
@ -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',
|
||||
'personalia' => 'Personalia',
|
||||
'regional_history' => 'Regional history',
|
||||
'religion' => 'Religion',
|
||||
'technology' => 'Technology',
|
||||
'ethnography' => 'Ethnography',
|
||||
'zoology' => 'Zoology',
|
||||
'everyday_life' => 'రోజువారీ జీవితంలో',
|
||||
'archaeology' => 'పురావస్తు శాస్త్రం',
|
||||
'architecture' => 'ఆర్కిటెక్చర్',
|
||||
'history_of_mining' => 'మైనింగ్ చరిత్ర',
|
||||
'botany' => 'వృక్షశాస్త్రం',
|
||||
'history_of_film' => 'సినిమా చరిత్ర',
|
||||
'political_history' => 'రాజకీయ చరిత్ర',
|
||||
'arts' => 'కళలు',
|
||||
'applied_arts' => 'అప్లైడ్ ఆర్ట్స్',
|
||||
'agriculture' => 'వ్యవసాయం',
|
||||
'literature' => 'సాహిత్యం',
|
||||
'history_of_medicine' => 'వైద్య చరిత్ర',
|
||||
'military_history' => 'సైనిక చరిత్ర',
|
||||
'mineralogy' => 'ఖనిజశాస్త్రం',
|
||||
'music' => 'సంగీతం',
|
||||
'numismatics' => 'నాణేల శాస్త్రం',
|
||||
'paleontology' => 'పురాజీవ శాస్త్రం',
|
||||
'personalia' => 'పర్సనలియా',
|
||||
'regional_history' => 'ప్రాంతీయ చరిత్ర',
|
||||
'religion' => 'మతం',
|
||||
'technology' => 'టెక్నాలజీ',
|
||||
'ethnography' => 'ఎథ్నోగ్రఫీ',
|
||||
'zoology' => 'జంతుశాస్త్రం',
|
||||
);
|
||||
$institution_basic_category_set = array (
|
||||
'museum' => 'Museum',
|
||||
'museum' => 'మ్యూజియం',
|
||||
);
|
||||
|
Reference in New Issue
Block a user