translation-value-sets/pt/source_type_set.php
2023-01-23 21:41:01 +00:00

13 lines
314 B
PHP

<?PHP
declare(strict_types = 1);
$source_type_set = array (
'article' => 'Article',
'inbook' => 'Article in collected volume',
'book' => 'Book',
'phdthesis' => 'PhD thesis',
'electronical' => 'Electronic resource',
'misc' => 'Miscelaneous',
'patent' => 'Patent',
'unpublished' => 'Unpublished',
);