Approval.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_status = array (
|
||||
'scheduled' => 'Scheduled',
|
||||
'cancelled' => 'Cancelled',
|
||||
'moved_online' => 'Moved online',
|
||||
'postponed' => 'Postponed',
|
||||
'scheduled' => 'திட்டமிடப்பட்டுள்ளது',
|
||||
'cancelled' => 'ரத்து செய்யப்பட்டது',
|
||||
'moved_online' => 'ஆன்லைனில் நகர்த்தப்பட்டது',
|
||||
'postponed' => 'ஒத்திவைக்கப்பட்டது',
|
||||
);
|
||||
|
Reference in New Issue
Block a user