Approval.
This commit is contained in:
@ -1,18 +1,18 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$process_types = array (
|
||||
'project' => 'Project',
|
||||
'grant_application' => 'Grant application',
|
||||
'exhibition' => 'Exhibition',
|
||||
'appointment' => 'Appointment / Event',
|
||||
'loan_incoming' => 'Loan (incoming)',
|
||||
'loan_outgoing' => 'Loan (outgoing)',
|
||||
'employment_ad' => 'Employment ad',
|
||||
'purchase' => 'Purchase',
|
||||
'deaccession' => 'Deaccession',
|
||||
'construction' => 'Construction measure',
|
||||
'pest_control_campaign' => 'Pest control campaign',
|
||||
'pr_campaign' => 'PR campaign',
|
||||
'relocation' => 'Relocation',
|
||||
'discussion' => 'Discussion',
|
||||
'project' => 'Projekt',
|
||||
'grant_application' => 'Támogatási kérelem / Pályázat',
|
||||
'exhibition' => 'Kiállítás',
|
||||
'appointment' => 'Időpont / Esemény',
|
||||
'loan_incoming' => 'Kölcsön (beérkező)',
|
||||
'loan_outgoing' => 'Kölcsön (kimenő)',
|
||||
'employment_ad' => 'Álláshirdetés',
|
||||
'purchase' => 'Vétel',
|
||||
'deaccession' => 'Kivonás a gyűjteményből (deaccessioning)',
|
||||
'construction' => 'Épitkezés',
|
||||
'pest_control_campaign' => 'Kártevők elleni védekezés',
|
||||
'pr_campaign' => 'PR-kampány',
|
||||
'relocation' => 'Áthelyezés',
|
||||
'discussion' => 'Megbeszélés',
|
||||
);
|
||||
|
Reference in New Issue
Block a user