translation-value-sets/it/phone_types.php

8 lines
229 B
PHP
Raw Normal View History

2021-03-13 00:06:29 +00:00
<?PHP
2022-12-21 17:41:20 +00:00
$phone_types['work'] = 'lavoro';
$phone_types['home'] = '(a) casa';
$phone_types['mobile'] = 'mobile';
$phone_types['work mobile'] = 'mobile: lavoro';
$phone_types['fax'] = 'fax';
$phone_types['fax work'] = 'fax (lavoro)';