Approval.
This commit is contained in:
@ -1,2 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_status = array (
|
||||
'scheduled' => 'Geplant',
|
||||
'cancelled' => 'Abgesagt',
|
||||
'moved_online' => 'In Online-Veranstaltung umgewandelt',
|
||||
'postponed' => 'Verschoben',
|
||||
);
|
||||
|
Reference in New Issue
Block a user