translation-value-sets/hu/appointment_status.php

6 lines
211 B
PHP
Raw Normal View History

2022-02-13 18:33:30 +01:00
<?PHP
2023-01-22 16:09:56 +01:00
$appointment_status['scheduled'] = 'Ütemezve';
$appointment_status['cancelled'] = 'Lemondva';
$appointment_status['moved_online'] = 'Áthelyezve online';
$appointment_status['postponed'] = 'Elhalasztva';