translation-value-sets/it/object_status.php
2023-01-23 21:37:48 +00:00

14 lines
404 B
PHP

<?PHP
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',
),
)