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

54
te/eventtype_persinst.php Normal file

@@ -0,0 +1,54 @@
<?PHP
declare(strict_types = 1);
$event_persinst = array (
1 => 'created by',
2 => 'found by',
3 => 'published by',
4 => 'templates created by',
5 => 'depicted',
6 => 'was used by',
7 => 'written by',
8 => 'collected by',
9 => 'painted by',
10 => 'photographed by',
11 => 'received by',
12 => 'Printing plate produced by',
13 => 'sent by',
14 => 'issued by',
15 => 'signed by',
16 => 'first described by',
19 => 'drawn by',
20 => 'copied (by hand) by',
21 => 'Lived',
22 => '[general]',
23 => '[general]',
24 => '[general]',
25 => 'commissioned by',
26 => 'printed by',
27 => 'recorded by',
28 => 'sung by',
29 => 'Decor designed by',
30 => 'Form designed by',
31 => 'modelled by',
32 => 'autographed by',
33 => 'mentioned by',
34 => 'buried by',
35 => 'conceived by',
36 => 'depicted by',
37 => 'painted on by',
38 => 'illustrated by',
39 => 'assembled by',
40 => 'auctioned by',
41 => 'bought by',
42 => 'owned by',
43 => 'sold by',
44 => 'restored by',
45 => 'damaged by',
46 => 'destroyed by',
47 => 'lost by',
48 => 'edited by',
49 => 'donated by',
50 => 'inherited by',
51 => 'had subject',
52 => 'emerged by',
);