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