Approval.
This commit is contained in:
9
de/transcript_status.php
Normal file
9
de/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$transcript_status = array (
|
||||
'incomplete' => 'Unvollständig',
|
||||
'machine_generated' => 'Maschinengeneriert',
|
||||
'rough_draft' => 'Rohfassung',
|
||||
'quality_control_failed' => 'Qualitätskontrolle: Abgelehnt',
|
||||
'quality_control_passed' => 'Qualitätskontrolle: Akzeptiert',
|
||||
);
|
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