Approval.
This commit is contained in:
parent
20686df69a
commit
f2d48e6afb
|
@ -1,7 +1,7 @@
|
|||
<?PHP
|
||||
$phone_types['work'] = 'Work';
|
||||
$phone_types['home'] = 'Home';
|
||||
$phone_types['mobile'] = 'Mobile';
|
||||
$phone_types['work mobile'] = 'Work mobile';
|
||||
$phone_types['fax'] = 'Fax';
|
||||
$phone_types['fax work'] = 'Fax (Work)';
|
||||
$phone_types['work'] = 'Рабочий';
|
||||
$phone_types['home'] = 'Домашний';
|
||||
$phone_types['mobile'] = 'Мобильный';
|
||||
$phone_types['work mobile'] = 'Мобильный (работа)';
|
||||
$phone_types['fax'] = 'Факс';
|
||||
$phone_types['fax work'] = 'Факс (работа)';
|
||||
|
|
Loading…
Reference in New Issue
Block a user