translation-value-sets/it/entry_types.php

23 lines
503 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);
2023-01-23 22:41:01 +01:00
$entry_types = array (
0 => '',
1 => 'donazione ',
2 => 'acquisto',
3 => 'scavo',
4 => 'salvataggio',
5 => 'eredità / lascito',
6 => 'fondazione',
7 => 'espropriazione',
8 => 'magazzino originale',
9 => 'prestito',
10 => 'scambio',
11 => 'produzione propria ',
12 => 'ceppo materiale (Törzsanyag)',
14 => 'far passare',
15 => 'reperto',
98 => 'non chiarito',
99 => 'Altro accesso legale',
16 => 'prestito a tempo indeterminato',
);