Approval.
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
<?PHP
|
||||
$appointment_status['scheduled'] = 'Заплановано';
|
||||
$appointment_status['cancelled'] = 'Скасовано';
|
||||
$appointment_status['moved_online'] = 'Перенесено в онлайн';
|
||||
$appointment_status['postponed'] = 'Відкладено';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_status' =>
|
||||
array (
|
||||
'scheduled' => 'Заплановано',
|
||||
'cancelled' => 'Скасовано',
|
||||
'moved_online' => 'Перенесено в онлайн',
|
||||
'postponed' => 'Відкладено',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user