translation-value-sets/kn/appointment_attendance_modes.php

8 lines
231 B
PHP
Raw Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$appointment_attendance_modes = array (
2025-02-14 16:35:19 +00:00
'offline' => 'ಆಫ್ಲೈನ್',
'online' => 'ಆನ್ಲೈನ್',
'mixed' => 'ಆಫ್ಲೈನ್ ಮತ್ತು ಆನ್ಲೈನ್',
2025-02-11 01:02:14 +00:00
);