translation-value-sets/uk/title_types_set.php
2023-01-23 21:41:01 +00:00

10 lines
293 B
PHP

<?PHP
declare(strict_types = 1);
$title_types_set = array (
'' => ' ',
'Science' => 'Наукові дослідження',
'Everyday speech' => 'Повсякденне мовлення',
'Colloquial speech' => 'Розмовне мовлення',
'Dialect' => 'Діалект',
);