translation-value-sets/uk/title_types_set.php

12 lines
398 B
PHP
Raw Normal View History

2022-10-05 21:46:31 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
2023-01-23 22:41:01 +01:00
$title_types_set = array (
'' => ' ',
'Science' => 'Наукові дослідження',
'Everyday speech' => 'Повсякденне мовлення',
'Colloquial speech' => 'Розмовне мовлення',
'Dialect' => 'Діалект',
2023-03-15 16:05:36 +01:00
'Professional jargon' => 'Професійний жаргон',
'Sociolect' => 'Соціолект',
2023-01-23 22:41:01 +01:00
);