Approval.
This commit is contained in:
@ -1,2 +1,11 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_status = array (
|
||||
'owned' => 'Saját tulajdon',
|
||||
'permanent_loan' => 'Tartós kölcsön',
|
||||
'borrowed' => 'Kölcsönzött',
|
||||
'to_check_for_gift' => 'Műtárgybirálat (adomány)',
|
||||
'to_check' => 'Műtárgybirálat (szolgáltatás)',
|
||||
'deaccessed' => 'Gyűjteményből kivezetve',
|
||||
'third_party_property' => 'Third party property',
|
||||
);
|
||||
|
Reference in New Issue
Block a user