Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

@ -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',
),
)