Approval.
This commit is contained in:
@ -1,8 +1,14 @@
|
||||
<?PHP
|
||||
$object_status['owned'] = 'proprietà del museo';
|
||||
$object_status['permanent_loan'] = 'prestito a tempo indeterminato';
|
||||
$object_status['borrowed'] = 'preso in prestito';
|
||||
$object_status['to_check_for_gift'] = 'Per esame nel museo (donazione)';
|
||||
$object_status['to_check'] = 'Per esame nel museo';
|
||||
$object_status['deaccessed'] = 'riduzione';
|
||||
$object_status['third_party_property'] = 'proprietà di terzi';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_status' =>
|
||||
array (
|
||||
'owned' => 'proprietà del museo',
|
||||
'permanent_loan' => 'prestito a tempo indeterminato',
|
||||
'borrowed' => 'preso in prestito',
|
||||
'to_check_for_gift' => 'Per esame nel museo (donazione)',
|
||||
'to_check' => 'Per esame nel museo',
|
||||
'deaccessed' => 'riduzione',
|
||||
'third_party_property' => 'proprietà di terzi',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user