Approval.

This commit is contained in:
2025-01-31 22:19:53 +00:00
committed by md translation bot
parent 76256a823c
commit a2fa7b7bf2
135 changed files with 1785 additions and 5 deletions
hu
ta
actor_variant_types_set.phpappointment_attendance_modes.phpappointment_cancellation_status_set.phpappointment_contributor_roles.phpappointment_status.phpattendance_status_set.phpcloser_location_types_set.phpcolors_set.phpconservation_report_type_set.phpcurrencies_set.phpcustom_report_targets_set.phpdisposal_method_set.phpentry_types.phpeventtype_groups.phpeventtype_name.phpeventtype_persinst.phpeventtype_place.phpeventtype_time.phpexhibition_contributor_roles.phpgender_set.phpinstitution_basic_category_set.phpinstitution_collection_area_set.phpinstitution_external_id_repositories.phpinstitution_musdb_use_case_set.phpinstitution_public_private_category_set.phplicense_explica.phplicense_full_names.phplicense_url.phploan_types.phpmarking_types.phpmeasurement_type_set.phpobject_check_types_set.phpobject_damage_status_set.phpobject_damage_types_set.phpobject_document_type_set.phpobject_form_set.phpobject_publication_background.phpobject_record_status.phpobject_record_status_explica.phpobject_status.phpphone_types.phpplacetypes.phppodcast_contributor_roles.phpposition_set.phpprocess_types.phprecording_types_set.phpresearch_status.phpseries_contributor_role.phpseries_place_role.phpseries_time_role.phpshipment_method_set.phpsource_type_set.phpspace_access_status.phpspace_types.phpsyndication_repos.phptag_relation_type.phptiming_intervals_set.phptitle_types_set.phptodo_status.phpunits_count_copies_set.phpunits_count_parts_set.phpunits_die_axis_set.phpunits_length_set.phpunits_weight_set.phpvocabulary_redaction_level.php
te
actor_variant_types_set.phpappointment_attendance_modes.phpappointment_cancellation_status_set.phpappointment_contributor_roles.phpappointment_status.phpattendance_status_set.phpcloser_location_types_set.phpcolors_set.phpconservation_report_type_set.phpcurrencies_set.phpcustom_report_targets_set.phpdisposal_method_set.phpentry_types.phpeventtype_groups.phpeventtype_name.phpeventtype_persinst.phpeventtype_place.phpeventtype_time.phpexhibition_contributor_roles.phpgender_set.phpinstitution_basic_category_set.phpinstitution_collection_area_set.phpinstitution_external_id_repositories.phpinstitution_musdb_use_case_set.phpinstitution_public_private_category_set.phplicense_explica.phplicense_full_names.phplicense_url.phploan_types.phpmarking_types.phpmeasurement_type_set.phpobject_check_types_set.phpobject_damage_status_set.phpobject_damage_types_set.phpobject_document_type_set.phpobject_form_set.phpobject_publication_background.phpobject_record_status.phpobject_record_status_explica.phpobject_status.phpphone_types.phpplacetypes.phppodcast_contributor_roles.phpposition_set.phpprocess_types.phprecording_types_set.phpresearch_status.phpseries_contributor_role.phpseries_place_role.phpseries_time_role.phpshipment_method_set.phpsource_type_set.phpspace_access_status.phpspace_types.phpsyndication_repos.phptag_relation_type.phptiming_intervals_set.phptitle_types_set.phptodo_status.phpunits_count_copies_set.phpunits_count_parts_set.phpunits_die_axis_set.phpunits_length_set.phpunits_weight_set.phpvocabulary_redaction_level.php

@@ -0,0 +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',
);
$institution_basic_category_set = array (
'museum' => 'Museum',
);