Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

@ -1,19 +1,25 @@
<?PHP
$entry_types['0'] = '';
$entry_types['1'] = 'Don';
$entry_types['2'] = 'Achat';
$entry_types['3'] = 'Fouille';
$entry_types['4'] = 'Secours durgence';
$entry_types['5'] = 'Succession';
$entry_types['6'] = 'Fondation';
$entry_types['7'] = 'Expropriation';
$entry_types['8'] = 'Stock dorigine';
$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';
declare(strict_types = 1);
array (
'entry_types' =>
array (
0 => '',
1 => 'Don',
2 => 'Achat',
3 => 'Fouille',
4 => 'Secours durgence',
5 => 'Succession',
6 => 'Fondation',
7 => 'Expropriation',
8 => 'Stock dorigine',
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',
),
)