Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

@ -1,15 +1,21 @@
<?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'] = 'Stellenausschreibung';
$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';
$process_types['discussion'] = 'Diskussion / Abstimmung';
declare(strict_types = 1);
array (
'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',
),
)