translation-value-sets/nl/source_type_set.php
2023-01-23 21:37:48 +00:00

15 lines
348 B
PHP

<?PHP
declare(strict_types = 1);
array (
'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',
),
)