translation-value-sets/it/object_status.php

14 lines
404 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);
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',
),
)