translation-value-sets/kn/phone_types.php

11 lines
300 B
PHP
Raw Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$phone_types = array (
2025-02-14 16:35:19 +00:00
'work' => 'ಕೆಲಸ',
'home' => 'ಮನೆ',
'mobile' => 'ಮೊಬೈಲ್',
'work mobile' => 'ಮೊಬೈಲ್ ಕೆಲಸ',
'fax' => 'ಫ್ಯಾಕ್ಸ್',
'fax work' => 'ಫ್ಯಾಕ್ಸ್ (ಕೆಲಸ)',
2025-02-11 01:02:14 +00:00
);