2022-02-13 18:33:30 +01:00
|
|
|
<?PHP
|
2022-12-21 01:44:57 +01:00
|
|
|
$appointment_status['scheduled'] = 'pianificato';
|
|
|
|
$appointment_status['cancelled'] = 'annullato';
|
|
|
|
$appointment_status['moved_online'] = 'Convertito in evento online';
|
|
|
|
$appointment_status['postponed'] = 'rinviato';
|