translation-value-sets/it/object_status.php

12 lines
372 B
PHP
Raw Normal View History

2022-10-09 21:52:39 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
2023-01-23 22:41:01 +01:00
$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',
);