Approval.

This commit is contained in:
2022-02-13 17:33:30 +00:00
committed by md translation bot
parent f8ae4ba73a
commit c3782bb7f2
76 changed files with 342 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<?PHP
$appointment_status['scheduled'] = 'Geplant';
$appointment_status['cancelled'] = 'Abgesagt';
$appointment_status['moved_online'] = 'In Online-Veranstaltung umgewandelt';
$appointment_status['postponed'] = 'Verschoben';