Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

@ -1,8 +1,14 @@
<?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';
declare(strict_types = 1);
array (
'object_status' =>
array (
'owned' => 'Owned',
'permanent_loan' => 'Permanent loan',
'borrowed' => 'Borrowed',
'to_check_for_gift' => 'To check (for gift)',
'to_check' => 'To check',
'deaccessed' => 'Deaccessed',
'third_party_property' => 'Third party property',
),
)