translation-value-sets/ro/object_status.php

12 lines
311 B
PHP
Raw Normal View History

2024-03-25 15:51:51 +01:00
<?PHP
declare(strict_types = 1);
$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',
);