translation-value-sets/fr/appointment_status.php

6 lines
224 B
PHP
Raw Normal View History

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