translation-value-sets/uk/phone_types.php

8 lines
296 B
PHP
Raw Normal View History

2022-10-05 19:46:31 +00:00
<?PHP
2022-11-17 17:08:26 +00:00
$phone_types['work'] = 'Робочій';
$phone_types['home'] = 'Домашній';
$phone_types['mobile'] = 'Мобільний';
$phone_types['work mobile'] = 'Мобільний (робочій)';
2022-10-05 19:46:31 +00:00
$phone_types['fax'] = 'Факс';
2022-11-17 17:08:26 +00:00
$phone_types['fax work'] = 'Факс (робочій)';