translation-value-sets/de/appointment_status.php

6 lines
225 B
PHP
Raw Normal View History

2022-02-13 18:33:30 +01:00
<?PHP
$appointment_status['scheduled'] = 'Geplant';
$appointment_status['cancelled'] = 'Abgesagt';
$appointment_status['moved_online'] = 'In Online-Veranstaltung umgewandelt';
$appointment_status['postponed'] = 'Verschoben';