translation-value-sets/dsb/entry_types.php

25 lines
536 B
PHP
Raw Normal View History

2020-08-07 17:16:49 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
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',
),
)