Approval.
This commit is contained in:
9
ar/transcript_status.php
Normal file
9
ar/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
ar/transcript_types.php
Normal file
9
ar/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
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',
|
||||||
|
);
|
9
dsb/transcript_status.php
Normal file
9
dsb/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
dsb/transcript_types.php
Normal file
9
dsb/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
en/transcript_status.php
Normal file
9
en/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
en/transcript_types.php
Normal file
9
en/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
es/transcript_status.php
Normal file
9
es/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
es/transcript_types.php
Normal file
9
es/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
fr/transcript_status.php
Normal file
9
fr/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
fr/transcript_types.php
Normal file
9
fr/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
hi/transcript_status.php
Normal file
9
hi/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
hi/transcript_types.php
Normal file
9
hi/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
hsb/transcript_status.php
Normal file
9
hsb/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
hsb/transcript_types.php
Normal file
9
hsb/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
hu/transcript_status.php
Normal file
9
hu/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
hu/transcript_types.php
Normal file
9
hu/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
id/transcript_status.php
Normal file
9
id/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
id/transcript_types.php
Normal file
9
id/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
it/transcript_status.php
Normal file
9
it/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
it/transcript_types.php
Normal file
9
it/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
iw/transcript_status.php
Normal file
9
iw/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
iw/transcript_types.php
Normal file
9
iw/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
kn/transcript_status.php
Normal file
9
kn/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
kn/transcript_types.php
Normal file
9
kn/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
nl/transcript_status.php
Normal file
9
nl/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
nl/transcript_types.php
Normal file
9
nl/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
pl/transcript_status.php
Normal file
9
pl/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
pl/transcript_types.php
Normal file
9
pl/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
pt/transcript_status.php
Normal file
9
pt/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
pt/transcript_types.php
Normal file
9
pt/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
qu/transcript_status.php
Normal file
9
qu/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
qu/transcript_types.php
Normal file
9
qu/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
ro/transcript_status.php
Normal file
9
ro/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
ro/transcript_types.php
Normal file
9
ro/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
ru/transcript_status.php
Normal file
9
ru/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
ru/transcript_types.php
Normal file
9
ru/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
ta/transcript_status.php
Normal file
9
ta/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
ta/transcript_types.php
Normal file
9
ta/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
te/transcript_status.php
Normal file
9
te/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
te/transcript_types.php
Normal file
9
te/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
tl/transcript_status.php
Normal file
9
tl/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
tl/transcript_types.php
Normal file
9
tl/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
tr/transcript_status.php
Normal file
9
tr/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
tr/transcript_types.php
Normal file
9
tr/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
uk/transcript_status.php
Normal file
9
uk/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
uk/transcript_types.php
Normal file
9
uk/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
9
zh/transcript_status.php
Normal file
9
zh/transcript_status.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_status = array (
|
||||||
|
'incomplete' => 'Incomplete',
|
||||||
|
'machine_generated' => 'Machine-generated',
|
||||||
|
'rough_draft' => 'Rough draft',
|
||||||
|
'quality_control_failed' => 'Quality control failed',
|
||||||
|
'quality_control_passed' => 'Quality control passed',
|
||||||
|
);
|
9
zh/transcript_types.php
Normal file
9
zh/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$transcript_types = array (
|
||||||
|
'simple_transcription' => 'Simple transcription',
|
||||||
|
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||||
|
'critical_edition' => 'Critical edition',
|
||||||
|
'historical_critical_edition' => 'Historical-critical edition',
|
||||||
|
'reading_edition' => 'Reading edition',
|
||||||
|
);
|
Reference in New Issue
Block a user