translation-value-sets/uk/phone_types.php

8 lines
296 B
PHP
Raw Normal View History

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