Approval.
This commit is contained in:
@ -1,2 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$phone_types = array (
|
||||
'work' => 'Travail',
|
||||
'home' => 'Domicile',
|
||||
'mobile' => 'Mobile ',
|
||||
'work mobile' => 'Mobile : travail',
|
||||
'fax' => 'Fax',
|
||||
'fax work' => 'Fax : travail',
|
||||
);
|
||||
|
Reference in New Issue
Block a user