6 lines
259 B
PHP
6 lines
259 B
PHP
|
<?PHP
|
||
|
$appointment_status['scheduled'] = 'Запланировано';
|
||
|
$appointment_status['cancelled'] = 'Отменено';
|
||
|
$appointment_status['moved_online'] = 'Перемещено в онлайн';
|
||
|
$appointment_status['postponed'] = 'Отложено';
|