Approval.

This commit is contained in:
2025-06-30 16:21:25 +00:00
committed by md translation bot
parent 1bb2710cad
commit b032391f23
64 changed files with 640 additions and 640 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' => 'ఫ్యాక్స్ (కార్యాలయం)',
);