translation-value-sets/fr/phone_types.php

8 lines
234 B
PHP
Raw Normal View History

2021-03-13 00:06:29 +00:00
<?PHP
2022-10-27 15:48:42 +00:00
$phone_types['work'] = 'Travail';
$phone_types['home'] = 'Domicile';
$phone_types['mobile'] = 'Mobile ';
$phone_types['work mobile'] = 'Mobile : travail';
2021-03-13 00:06:29 +00:00
$phone_types['fax'] = 'Fax';
2022-10-27 15:48:42 +00:00
$phone_types['fax work'] = 'Fax : travail';