Approval.

This commit is contained in:
2022-10-15 13:00:52 +00:00
committed by md translation bot
parent 9ee0ddd180
commit d2638c6f91
20 changed files with 280 additions and 0 deletions

14
de/process_types.php Normal file
View File

@ -0,0 +1,14 @@
<?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)';
$process_types['employment_ad'] = 'Employment_ad';
$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';