translation-value-sets/it/object_status.php
2022-12-21 17:41:20 +00:00

9 lines
408 B
PHP

<?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';