translation-value-sets/ro/entry_types.php

23 lines
482 B
PHP
Raw Permalink Normal View History

2024-03-25 15:51:51 +01:00
<?PHP
declare(strict_types = 1);
$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',
);