Approval.
This commit is contained in:
9
de/transcript_types.php
Normal file
9
de/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$transcript_types = array (
|
||||
'simple_transcription' => 'Einfache Transkription',
|
||||
'diplomatic_transcription' => 'Diplomatische Transkription',
|
||||
'critical_edition' => 'Kritische Ausgabe',
|
||||
'historical_critical_edition' => 'Historisch-kritische Ausgabe',
|
||||
'reading_edition' => 'Leseausgabe',
|
||||
);
|
Reference in New Issue
Block a user