translation-value-sets/uk/source_type_set.php
2022-11-17 17:08:26 +00:00

10 lines
463 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?PHP
$source_type_set['article'] = 'Стаття';
$source_type_set['inbook'] = 'Стаття у збірнику';
$source_type_set['book'] = 'Книга';
$source_type_set['phdthesis'] = 'Кандидатська дисертація';
$source_type_set['electronical'] = 'Електронний ресурс';
$source_type_set['misc'] = 'Інше';
$source_type_set['patent'] = 'Патент';
$source_type_set['unpublished'] = 'Неопубліковане';