53 lines
1.2 KiB
PHP
53 lines
1.2 KiB
PHP
<?PHP
|
||
declare(strict_types = 1);
|
||
$eventname = array (
|
||
1 => 'Fabriqué',
|
||
2 => 'Trouvé',
|
||
3 => 'Publié',
|
||
4 => 'Présentation',
|
||
5 => 'A été illustré (acteur)',
|
||
6 => 'A été utilisé',
|
||
7 => 'Élaboré',
|
||
8 => 'Collecté',
|
||
9 => 'Peint',
|
||
10 => 'Enregistré',
|
||
11 => 'Reçu',
|
||
12 => 'Produit par plaque d’impression',
|
||
13 => 'Envoyé',
|
||
14 => 'Fabriqué',
|
||
15 => 'Signé',
|
||
16 => 'Première description',
|
||
19 => 'Dessiné',
|
||
20 => 'Rédigé',
|
||
21 => 'A vécu',
|
||
22 => '[Référence géographique]',
|
||
23 => '[Référence personne-organisme]',
|
||
24 => '[Référence temporelle]',
|
||
25 => 'Demandé',
|
||
26 => 'Imprimé',
|
||
27 => 'Parlé',
|
||
28 => 'Chanté',
|
||
29 => 'Décoré',
|
||
30 => 'Forme élaborée',
|
||
31 => 'Modélisé',
|
||
32 => 'Signé',
|
||
33 => 'A été mentionné',
|
||
34 => 'Enfoui',
|
||
35 => 'Création intellectuelle',
|
||
36 => 'A été illustré (lieu)',
|
||
37 => 'Peint',
|
||
38 => 'Illustré',
|
||
39 => 'Regroupé',
|
||
40 => 'Augmenté',
|
||
41 => 'Acheté',
|
||
42 => 'Détenu',
|
||
43 => 'Vendu',
|
||
44 => 'Restauré',
|
||
45 => 'Endommagé',
|
||
46 => 'Détruit',
|
||
47 => 'Perdu',
|
||
48 => 'Édité',
|
||
49 => 'Donated / present',
|
||
50 => 'Inherited',
|
||
);
|