Approval.
This commit is contained in:
parent
604d64c160
commit
00cb8e7a04
|
@ -6,6 +6,6 @@ $object_status = array (
|
||||||
'borrowed' => 'Kölcsönzött',
|
'borrowed' => 'Kölcsönzött',
|
||||||
'to_check_for_gift' => 'Műtárgybirálat (adomány)',
|
'to_check_for_gift' => 'Műtárgybirálat (adomány)',
|
||||||
'to_check' => 'Műtárgybirálat (szolgáltatás)',
|
'to_check' => 'Műtárgybirálat (szolgáltatás)',
|
||||||
'deaccessed' => 'Gyűjteményből kivezetve',
|
'deaccessed' => 'Gyűjteményből kivonva (deaccessed)',
|
||||||
'third_party_property' => 'Third party property',
|
'third_party_property' => 'Harmadik fél tulajdonában',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$process_types = array (
|
$process_types = array (
|
||||||
'project' => 'Project',
|
'project' => 'Projekt',
|
||||||
'grant_application' => 'Grant application',
|
'grant_application' => 'Támogatási kérelem / Pályázat',
|
||||||
'exhibition' => 'Exhibition',
|
'exhibition' => 'Kiállítás',
|
||||||
'appointment' => 'Appointment / Event',
|
'appointment' => 'Időpont / Esemény',
|
||||||
'loan_incoming' => 'Loan (incoming)',
|
'loan_incoming' => 'Kölcsön (beérkező)',
|
||||||
'loan_outgoing' => 'Loan (outgoing)',
|
'loan_outgoing' => 'Kölcsön (kimenő)',
|
||||||
'employment_ad' => 'Employment ad',
|
'employment_ad' => 'Álláshirdetés',
|
||||||
'purchase' => 'Purchase',
|
'purchase' => 'Vétel',
|
||||||
'deaccession' => 'Deaccession',
|
'deaccession' => 'Kivonás a gyűjteményből (deaccessioning)',
|
||||||
'construction' => 'Construction measure',
|
'construction' => 'Épitkezés',
|
||||||
'pest_control_campaign' => 'Pest control campaign',
|
'pest_control_campaign' => 'Kártevők elleni védekezés',
|
||||||
'pr_campaign' => 'PR campaign',
|
'pr_campaign' => 'PR-kampány',
|
||||||
'relocation' => 'Relocation',
|
'relocation' => 'Áthelyezés',
|
||||||
'discussion' => 'Discussion',
|
'discussion' => 'Megbeszélés',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$shipment_method_set = array (
|
$shipment_method_set = array (
|
||||||
'unknown' => 'Unknown',
|
'unknown' => 'Ismeretlen',
|
||||||
'car' => 'By car',
|
'car' => 'Személyautó',
|
||||||
'ship' => 'By ship',
|
'ship' => 'Hajó',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$shipment_method_set = array (
|
$shipment_method_set = array (
|
||||||
'unknown' => 'Unknown',
|
'unknown' => 'Неизвестно',
|
||||||
'car' => 'By car',
|
'car' => 'На машине',
|
||||||
'ship' => 'By ship',
|
'ship' => 'На корабле',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$shipment_method_set = array (
|
$shipment_method_set = array (
|
||||||
'unknown' => 'Unknown',
|
'unknown' => 'Невідомо',
|
||||||
'car' => 'By car',
|
'car' => 'На машині',
|
||||||
'ship' => 'By ship',
|
'ship' => 'Кораблем',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user