Approval.
This commit is contained in:
30
de/institution_collection_area_set.php
Normal file
30
de/institution_collection_area_set.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_collection_area_set = array (
|
||||
'everyday_life' => 'Alltag',
|
||||
'archaeology' => 'Archäologie',
|
||||
'architecture' => 'Architektur',
|
||||
'history_of_mining' => 'Bergbau',
|
||||
'botany' => 'Botanik',
|
||||
'history_of_film' => 'Filmgeschichte',
|
||||
'political_history' => 'Politische Geschichte',
|
||||
'arts' => 'Kunst',
|
||||
'applied_arts' => 'Kunstgewerbe',
|
||||
'agriculture' => 'Landwirtschaft',
|
||||
'literature' => 'Literatur',
|
||||
'history_of_medicine' => 'Medizingeschichte',
|
||||
'military_history' => 'Militärgeschichte',
|
||||
'mineralogy' => 'Mineralogie',
|
||||
'music' => 'Musik',
|
||||
'numismatics' => 'Numismatik',
|
||||
'paleontology' => 'Paläontologie',
|
||||
'personalia' => 'Personalia',
|
||||
'regional_history' => 'Regionalgeschichte',
|
||||
'religion' => 'Religion',
|
||||
'technology' => 'Technologie',
|
||||
'ethnography' => 'Volks- und Völkerkunde',
|
||||
'zoology' => 'Zoologie',
|
||||
);
|
||||
$institution_basic_category_set = array (
|
||||
'museum' => 'Museum',
|
||||
);
|
Reference in New Issue
Block a user