translation-value-sets/de/appointment_status.php
2022-02-13 17:33:30 +00:00

6 lines
225 B
PHP

<?PHP
$appointment_status['scheduled'] = 'Geplant';
$appointment_status['cancelled'] = 'Abgesagt';
$appointment_status['moved_online'] = 'In Online-Veranstaltung umgewandelt';
$appointment_status['postponed'] = 'Verschoben';