translation-value-sets/it/phone_types.php

8 lines
229 B
PHP
Raw Normal View History

2021-03-13 01:06:29 +01:00
<?PHP
2022-12-21 18:41:20 +01: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)';