translation-value-sets/hu/phone_types.php

8 lines
237 B
PHP
Raw Normal View History

2021-03-13 01:06:29 +01:00
<?PHP
2021-10-22 15:44:52 +02:00
$phone_types['work'] = 'Munkahelyi';
$phone_types['home'] = 'Otthoni';
$phone_types['mobile'] = 'Mobil';
$phone_types['work mobile'] = 'Munkahelyi mobil';
2021-03-13 01:06:29 +01:00
$phone_types['fax'] = 'Fax';
2021-10-22 15:44:52 +02:00
$phone_types['fax work'] = 'Fax (munkahelyi)';