Approval.

This commit is contained in:
2022-10-05 19:46:31 +00:00
committed by md translation bot
parent 0759660c80
commit 188f5370b6
28 changed files with 275 additions and 0 deletions

7
uk/phone_types.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
$phone_types['work'] = 'Рабочий';
$phone_types['home'] = 'Домашний';
$phone_types['mobile'] = 'Мобильный';
$phone_types['work mobile'] = 'Мобильный (работа)';
$phone_types['fax'] = 'Факс';
$phone_types['fax work'] = 'Факс (работа)';