6 lines
211 B
PHP
6 lines
211 B
PHP
<?PHP
|
|
$appointment_status['scheduled'] = 'Ütemezve';
|
|
$appointment_status['cancelled'] = 'Lemondva';
|
|
$appointment_status['moved_online'] = 'Áthelyezve online';
|
|
$appointment_status['postponed'] = 'Elhalasztva';
|