translation-value-sets/hu/object_status.php

12 lines
399 B
PHP
Raw Normal View History

2022-10-09 19:52:39 +00:00
<?PHP
2023-01-23 21:37:48 +00:00
declare(strict_types = 1);
2023-01-23 21:41:01 +00:00
$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)',
2023-02-09 18:59:17 +00:00
'deaccessed' => 'Gyűjteményből kivonva (deaccessed)',
'third_party_property' => 'Harmadik fél tulajdonában',
2023-01-23 21:41:01 +00:00
);