Approval.
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
<?PHP
|
||||
$phone_types['work'] = 'Arbeit';
|
||||
$phone_types['home'] = 'Daheim';
|
||||
$phone_types['mobile'] = 'Mobil';
|
||||
$phone_types['work mobile'] = 'Mobil: Arbeit';
|
||||
$phone_types['fax'] = 'Fax';
|
||||
$phone_types['fax work'] = 'Fax: Arbeit';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'phone_types' =>
|
||||
array (
|
||||
'work' => 'Arbeit',
|
||||
'home' => 'Daheim',
|
||||
'mobile' => 'Mobil',
|
||||
'work mobile' => 'Mobil: Arbeit',
|
||||
'fax' => 'Fax',
|
||||
'fax work' => 'Fax: Arbeit',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user