translation-value-sets/fr/appointment_status.php
2022-10-27 15:48:42 +00:00

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é';