Approval.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_attendance_modes = array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
'mixed' => 'Offline and online',
|
||||
'offline' => 'ಆಫ್ಲೈನ್',
|
||||
'online' => 'ಆನ್ಲೈನ್',
|
||||
'mixed' => 'ಆಫ್ಲೈನ್ ಮತ್ತು ಆನ್ಲೈನ್',
|
||||
);
|
||||
|
Reference in New Issue
Block a user