Files
translation-value-sets/te/phone_types.php
2025-06-30 16:21:25 +00:00

11 lines
340 B
PHP

<?PHP
declare(strict_types = 1);
$phone_types = array (
'work' => 'పని',
'home' => 'హొమ్ పేజ్',
'mobile' => 'మొబైల్',
'work mobile' => 'కార్యాలయ మొబైల్',
'fax' => 'ఫ్యాక్స్',
'fax work' => 'ఫ్యాక్స్ (కార్యాలయం)',
);