Approval.

This commit is contained in:
2020-09-01 23:31:08 +02:00
committed by Stefan Rohde-Enslin
parent 9fb2ee21ac
commit 6d52ec1208
19 changed files with 133 additions and 0 deletions

7
de/source_type_set.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
$source_type_set['article'] = 'Artikel';
$source_type_set['inbook'] = 'Artikel in Sammelband';
$source_type_set['book'] = 'Buch';
$source_type_set['phdthesis'] = 'Doktorarbeit';
$source_type_set['electronical'] = 'Elektronische Resource';
$source_type_set['misc'] = 'Weiteres';