ar
de
actor_variant_types_set.php
appointment_attendance_modes.php
appointment_cancellation_status_set.php
appointment_contributor_roles.php
appointment_status.php
attendance_status_set.php
closer_location_types_set.php
colors_set.php
conservation_report_type_set.php
currencies_set.php
custom_report_targets_set.php
disposal_method_set.php
entry_types.php
eventtype_name.php
exhibition_contributor_roles.json
exhibition_contributor_roles.php
gender_set.php
institution_external_id_repositories.php
license_explica.php
license_full_names.php
license_url.php
loan_types.php
marking_types.php
object_check_types_set.php
object_damage_status_set.php
object_damage_types_set.php
object_form_set.php
object_publication_background.php
object_status.php
phone_types.php
placetypes.php
podcast_contributor_roles.php
position_set.php
process_types.php
recording_types_set.php
research_status.php
shipment_method_set.php
source_type_set.php
space_access_status.php
space_types.php
syndication_repos.php
tag_relation_type.php
timing_intervals_set.php
title_types_set.php
todo_status.php
units_length_set.php
units_weight_set.php
dsb
en
es
fr
hsb
hu
id
it
iw
nl
pl
pt
qu
ru
tl
tr
uk
zh
53 lines
1.2 KiB
PHP
53 lines
1.2 KiB
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$eventname = array (
|
|
1 => 'Hergestellt',
|
|
2 => 'Gefunden',
|
|
3 => 'Veröffentlicht',
|
|
4 => 'Vorlagenerstellung',
|
|
5 => 'Wurde abgebildet (Akteur)',
|
|
6 => 'Wurde genutzt',
|
|
7 => 'Verfasst',
|
|
8 => 'Gesammelt',
|
|
9 => 'Gemalt',
|
|
10 => 'Aufgenommen',
|
|
11 => 'Empfangen',
|
|
12 => 'Druckplatte hergestellt',
|
|
13 => 'Abgeschickt',
|
|
14 => 'Ausgefertigt',
|
|
15 => 'Unterzeichnet',
|
|
16 => 'Erstbeschreibung',
|
|
19 => 'Gezeichnet',
|
|
20 => 'Abgeschrieben',
|
|
21 => 'Hat gelebt',
|
|
22 => '[Geographischer Bezug]',
|
|
23 => '[Person-Körperschaft-Bezug]',
|
|
24 => '[Zeitbezug]',
|
|
25 => 'Beauftragt',
|
|
26 => 'Gedruckt',
|
|
27 => 'Gesprochen',
|
|
28 => 'Gesungen',
|
|
29 => 'Dekor entworfen',
|
|
30 => 'Form entworfen',
|
|
31 => 'Modelliert',
|
|
32 => 'Signiert',
|
|
33 => 'Wurde erwähnt',
|
|
34 => 'Vergraben',
|
|
35 => 'Geistige Schöpfung',
|
|
36 => 'Wurde abgebildet (Ort)',
|
|
37 => 'Bemalt',
|
|
38 => 'Illustriert',
|
|
39 => 'Zusammengefügt',
|
|
40 => 'Versteigert',
|
|
41 => 'Gekauft',
|
|
42 => 'Besessen',
|
|
43 => 'Verkauft',
|
|
44 => 'Restauriert',
|
|
45 => 'Beschädigt',
|
|
46 => 'Zerstört',
|
|
47 => 'Verschollen',
|
|
48 => 'Herausgegeben',
|
|
49 => 'Gespendet / Geschenkt',
|
|
50 => 'Geerbt',
|
|
);
|