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