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