20 lines
664 B
PHP
20 lines
664 B
PHP
<?PHP
|
||
$entry_types['0'] = '';
|
||
$entry_types['1'] = 'Don';
|
||
$entry_types['2'] = 'Achat';
|
||
$entry_types['3'] = 'Fouille';
|
||
$entry_types['4'] = 'Secours d’urgence';
|
||
$entry_types['5'] = 'Succession';
|
||
$entry_types['6'] = 'Fondation';
|
||
$entry_types['7'] = 'Expropriation';
|
||
$entry_types['8'] = 'Stock d’origine';
|
||
$entry_types['9'] = 'Prêt';
|
||
$entry_types['10'] = 'Échange';
|
||
$entry_types['11'] = 'Production propre';
|
||
$entry_types['12'] = 'Déformation du matériau (Törzsanyag)';
|
||
$entry_types['14'] = 'Abandon';
|
||
$entry_types['15'] = 'Découverte';
|
||
$entry_types['98'] = 'Inconnu';
|
||
$entry_types['99'] = 'Autre accès légitime';
|
||
$entry_types['16'] = 'Prêt longue durée';
|