Approval.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
$object_status['owned'] = 'Owned';
|
||||
$object_status['permanent_loan'] = 'Permanent loan';
|
||||
$object_status['borrowed'] = 'Borrowed';
|
||||
$object_status['to_check_for_gift'] = 'To check (for gift)';
|
||||
$object_status['to_check'] = 'To check';
|
||||
$object_status['deaccessed'] = 'Deaccessed';
|
||||
$object_status['third_party_property'] = 'Third party property';
|
||||
$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';
|
||||
|
Reference in New Issue
Block a user