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