translation-value-sets/dsb/entry_types.php
2023-01-23 21:37:48 +00:00

25 lines
536 B
PHP

<?PHP
declare(strict_types = 1);
array (
'entry_types' =>
array (
0 => '',
1 => 'Donation',
2 => 'Purchase',
3 => 'Excavation',
4 => 'Emergency Rescue',
5 => 'Inheritance',
6 => 'Endowment',
7 => 'Dispossession',
8 => 'Original condition',
9 => 'Loan',
10 => 'Exchange',
11 => 'In-house production',
12 => 'Material Strain (Törzsanyag)',
14 => 'Vorlass',
15 => 'Finding',
98 => 'To be checked',
99 => 'Other legal acquisition',
16 => 'Permanent loan',
),
)