translation-value-sets/fr/phone_types.php
2022-10-27 15:48:42 +00:00

8 lines
234 B
PHP

<?PHP
$phone_types['work'] = 'Travail';
$phone_types['home'] = 'Domicile';
$phone_types['mobile'] = 'Mobile ';
$phone_types['work mobile'] = 'Mobile : travail';
$phone_types['fax'] = 'Fax';
$phone_types['fax work'] = 'Fax : travail';