Approval.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?PHP
|
||||
$appointment_status['scheduled'] = 'Scheduled';
|
||||
$appointment_status['cancelled'] = 'Cancelled';
|
||||
$appointment_status['moved_online'] = 'Moved online';
|
||||
$appointment_status['postponed'] = 'Postponed';
|
||||
$appointment_status['scheduled'] = 'Запланировано';
|
||||
$appointment_status['cancelled'] = 'Отменено';
|
||||
$appointment_status['moved_online'] = 'Перемещено в интернет';
|
||||
$appointment_status['postponed'] = 'Отложено';
|
||||
|
Reference in New Issue
Block a user