translation-value-sets/fr/phone_types.php

8 lines
234 B
PHP
Raw Normal View History

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