2022-10-15 15:00:52 +02:00
|
|
|
<?PHP
|
|
|
|
$process_types['project'] = 'Projekt';
|
|
|
|
$process_types['grant_application'] = 'Förderantrag';
|
|
|
|
$process_types['exhibition'] = 'Ausstellung';
|
|
|
|
$process_types['appointment'] = 'Veranstaltung';
|
|
|
|
$process_types['loan_incoming'] = 'Leihverkehr (eingehend)';
|
|
|
|
$process_types['loan_outgoing'] = 'Leihverkehr (ausgehend)';
|
2022-10-16 16:33:59 +02:00
|
|
|
$process_types['employment_ad'] = 'Stellenausschreibung';
|
2022-10-15 15:00:52 +02:00
|
|
|
$process_types['purchase'] = 'Ankauf';
|
|
|
|
$process_types['deaccession'] = 'Deakzession';
|
|
|
|
$process_types['construction'] = 'Baumaßnahme';
|
|
|
|
$process_types['pest_control_campaign'] = 'Schädlingsbekämpfungs-Kampagne';
|
|
|
|
$process_types['pr_campaign'] = 'PR-Kampagne';
|
|
|
|
$process_types['relocation'] = 'Umzug';
|
2022-10-28 00:27:01 +02:00
|
|
|
$process_types['discussion'] = 'Diskussion / Abstimmung';
|