Approval.
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
<?PHP
|
||||
$appointment_status['scheduled'] = 'Planifié';
|
||||
$appointment_status['cancelled'] = 'Annulé';
|
||||
$appointment_status['moved_online'] = 'Transformé en événement en ligne';
|
||||
$appointment_status['postponed'] = 'Reporté';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_status' =>
|
||||
array (
|
||||
'scheduled' => 'Planifié',
|
||||
'cancelled' => 'Annulé',
|
||||
'moved_online' => 'Transformé en événement en ligne',
|
||||
'postponed' => 'Reporté',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user