Approval.
This commit is contained in:
@ -1,19 +1,25 @@
|
||||
<?PHP
|
||||
$entry_types['0'] = '';
|
||||
$entry_types['1'] = 'donazione ';
|
||||
$entry_types['2'] = 'acquisto';
|
||||
$entry_types['3'] = 'scavo';
|
||||
$entry_types['4'] = 'salvataggio';
|
||||
$entry_types['5'] = 'eredità / lascito';
|
||||
$entry_types['6'] = 'fondazione';
|
||||
$entry_types['7'] = 'espropriazione';
|
||||
$entry_types['8'] = 'magazzino originale';
|
||||
$entry_types['9'] = 'prestito';
|
||||
$entry_types['10'] = 'scambio';
|
||||
$entry_types['11'] = 'produzione propria ';
|
||||
$entry_types['12'] = 'ceppo materiale (Törzsanyag)';
|
||||
$entry_types['14'] = 'far passare';
|
||||
$entry_types['15'] = 'reperto';
|
||||
$entry_types['98'] = 'non chiarito';
|
||||
$entry_types['99'] = 'Altro accesso legale';
|
||||
$entry_types['16'] = 'prestito a tempo indeterminato';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user