6 lines
224 B
PHP
6 lines
224 B
PHP
<?PHP
|
|
$appointment_status['scheduled'] = 'Planifié';
|
|
$appointment_status['cancelled'] = 'Annulé';
|
|
$appointment_status['moved_online'] = 'Transformé en événement en ligne';
|
|
$appointment_status['postponed'] = 'Reporté';
|