Files
translation-value-sets/cs/phone_types.php
2025-10-07 14:09:55 +00:00

11 lines
216 B
PHP

<?PHP
declare(strict_types = 1);
$phone_types = array (
'work' => 'Práce',
'home' => 'Domov',
'mobile' => 'mobilní',
'work mobile' => 'Pracovní mobil',
'fax' => 'fax',
'fax work' => 'Fax (práce)',
);