Approval.

This commit is contained in:
2025-02-14 16:35:19 +00:00
committed by md translation bot
parent 6d8b713c07
commit eefedde50c
51 changed files with 555 additions and 555 deletions

View File

@ -1,10 +1,10 @@
<?PHP
declare(strict_types = 1);
$phone_types = array (
'work' => 'Work',
'home' => 'Home',
'mobile' => 'Mobile',
'work mobile' => 'Work mobile',
'fax' => 'Fax',
'fax work' => 'Fax (Work)',
'work' => 'ಕೆಲಸ',
'home' => 'ಮನೆ',
'mobile' => 'ಮೊಬೈಲ್',
'work mobile' => 'ಮೊಬೈಲ್ ಕೆಲಸ',
'fax' => 'ಫ್ಯಾಕ್ಸ್',
'fax work' => 'ಫ್ಯಾಕ್ಸ್ (ಕೆಲಸ)',
);