translation-value-sets/ru/phone_types.php
2023-05-15 12:13:04 +00:00

11 lines
283 B
PHP

<?PHP
declare(strict_types = 1);
$phone_types = array (
'work' => 'Рабочий',
'home' => 'Домашний',
'mobile' => 'Мобильный',
'work mobile' => 'Мобильный (рабочий)',
'fax' => 'Факс',
'fax work' => 'Факс (рабочий)',
);