2022-02-13 17:33:30 +00:00
|
|
|
<?PHP
|
2022-08-23 15:02:35 +00:00
|
|
|
$appointment_status['scheduled'] = 'Запланировано';
|
|
|
|
$appointment_status['cancelled'] = 'Отменено';
|
2022-10-05 13:36:33 +00:00
|
|
|
$appointment_status['moved_online'] = 'Перемещено в онлайн';
|
2022-08-23 15:02:35 +00:00
|
|
|
$appointment_status['postponed'] = 'Отложено';
|