Approval.
This commit is contained in:
5
de/appointment_status.php
Normal file
5
de/appointment_status.php
Normal 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';
|
Reference in New Issue
Block a user