Approval.
This commit is contained in:
9
de/institution_basic_category_set.php
Normal file
9
de/institution_basic_category_set.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_basic_category_set = array (
|
||||
'archive' => 'Archiv',
|
||||
'library' => 'Bibliothek',
|
||||
'memorial_site' => 'Gedenkstätte',
|
||||
'private_collection' => 'Privatsammlung',
|
||||
'museum' => 'Museum',
|
||||
);
|
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',
|
||||
);
|
7
de/institution_musdb_use_case_set.php
Normal file
7
de/institution_musdb_use_case_set.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_musdb_use_case_set = array (
|
||||
'collection_management' => 'Sammlungsmanagement',
|
||||
'publication' => 'Publikation',
|
||||
'collection_management_and_publication' => 'Sammlungsmanagement und Publikation',
|
||||
);
|
8
de/institution_public_private_category_set.php
Normal file
8
de/institution_public_private_category_set.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_public_private_category_set = array (
|
||||
'public' => 'Öffentlich',
|
||||
'private' => 'Privat',
|
||||
'religious' => 'Religiös',
|
||||
'mixed' => 'Gemischt',
|
||||
);
|
11
de/object_document_type_set.php
Normal file
11
de/object_document_type_set.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_document_type_set = array (
|
||||
'undefined' => 'Undefiniert / allgemeines Dokument',
|
||||
'provenance_report' => 'Provenienzbericht',
|
||||
'purchase_contract' => 'Kaufvertrag',
|
||||
'restoration_report' => 'Restaurierungsbericht',
|
||||
'assessment' => 'Gutachten',
|
||||
'correspondence' => 'Korrespondenz',
|
||||
'legacy_documentation' => 'Alte Objektdokumentation',
|
||||
);
|
Reference in New Issue
Block a user