Approval.
This commit is contained in:
@ -1,2 +1,18 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$process_types = array (
|
||||
'project' => 'Projekt',
|
||||
'grant_application' => 'Förderantrag',
|
||||
'exhibition' => 'Ausstellung',
|
||||
'appointment' => 'Veranstaltung',
|
||||
'loan_incoming' => 'Leihverkehr (eingehend)',
|
||||
'loan_outgoing' => 'Leihverkehr (ausgehend)',
|
||||
'employment_ad' => 'Stellenausschreibung',
|
||||
'purchase' => 'Ankauf',
|
||||
'deaccession' => 'Deakzession',
|
||||
'construction' => 'Baumaßnahme',
|
||||
'pest_control_campaign' => 'Schädlingsbekämpfungs-Kampagne',
|
||||
'pr_campaign' => 'PR-Kampagne',
|
||||
'relocation' => 'Umzug',
|
||||
'discussion' => 'Diskussion / Abstimmung',
|
||||
);
|
||||
|
Reference in New Issue
Block a user