translation-value-sets/de/source_type_set.php

13 lines
322 B
PHP
Raw Normal View History

2020-09-01 23:31:08 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
2023-01-23 22:41:01 +01:00
$source_type_set = array (
'article' => 'Artikel',
'inbook' => 'Artikel in Sammelband',
'book' => 'Buch',
'phdthesis' => 'Doktorarbeit',
'electronical' => 'Elektronische Resource',
'misc' => 'Weiteres',
'patent' => 'Patentschrift',
'unpublished' => 'Unveröffentlicht',
);