translation-value-sets/it/object_status.php

9 lines
408 B
PHP
Raw Normal View History

2022-10-09 21:52:39 +02:00
<?PHP
2022-12-21 18:41:20 +01:00
$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';