Approval.
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
<?PHP
|
||||
$appointment_status['scheduled'] = 'Ütemezve';
|
||||
$appointment_status['cancelled'] = 'Lemondva';
|
||||
$appointment_status['moved_online'] = 'Áthelyezve online';
|
||||
$appointment_status['postponed'] = 'Elhalasztva';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_status' =>
|
||||
array (
|
||||
'scheduled' => 'Ütemezve',
|
||||
'cancelled' => 'Lemondva',
|
||||
'moved_online' => 'Áthelyezve online',
|
||||
'postponed' => 'Elhalasztva',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user