translation-value-sets/fr/appointment_status.php

6 lines
224 B
PHP
Raw Normal View History

2022-02-13 17:33:30 +00:00
<?PHP
2022-10-27 15:48:42 +00:00
$appointment_status['scheduled'] = 'Planifié';
$appointment_status['cancelled'] = 'Annulé';
$appointment_status['moved_online'] = 'Transformé en événement en ligne';
$appointment_status['postponed'] = 'Reporté';