translation-value-sets/it/phone_types.php
2022-12-21 17:41:20 +00:00

8 lines
229 B
PHP

<?PHP
$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)';