Approval.

This commit is contained in:
2021-03-13 00:06:29 +00:00
committed by md translation bot
parent 7d645afa2b
commit b4a7e98654
38 changed files with 171 additions and 0 deletions

7
ar/phone_types.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
$phone_types['work'] = 'Work';
$phone_types['home'] = 'Home';
$phone_types['mobile'] = 'Mobile';
$phone_types['work mobile'] = 'Work mobile';
$phone_types['fax'] = 'Fax';
$phone_types['fax work'] = 'Fax (Work)';