Approval.

This commit is contained in:
2023-10-28 21:18:35 +00:00
committed by md translation bot
parent eea900820d
commit 8a2501a62c
61 changed files with 3121 additions and 1 deletions

52
iw/eventtype_persinst.php Normal file
View File

@ -0,0 +1,52 @@
<?PHP
declare(strict_types = 1);
$event_persinst = array (
1 => 'created by',
2 => 'found by',
3 => 'published by',
4 => 'creation of reference by',
5 => 'was imaged',
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 => 'Type 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 => 'was imaged',
37 => 'painted on by',
38 => 'illustrated by',
39 => 'assembled by',
40 => 'auctioned by',
41 => 'bought by',
42 => 'owned by',
43 => 'sold by',
44 => 'restorated by',
45 => 'damaged by',
46 => 'destroyed by',
47 => 'lost by',
48 => 'edited by',
49 => 'donated by',
50 => 'inherited by',
);

52
iw/eventtype_place.php Normal file
View File

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

52
iw/eventtype_time.php Normal file
View File

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