Approval.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?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',
|
||||
'constituted_text' => 'Constituted text',
|
||||
'simple_transcription' => 'Jednoduchý přepis',
|
||||
'diplomatic_transcription' => 'Diplomatický přepis',
|
||||
'critical_edition' => 'Kritické vydání',
|
||||
'historical_critical_edition' => 'Historicko-kritické vydání',
|
||||
'reading_edition' => 'Vydání pro čtení',
|
||||
'constituted_text' => 'Konstituovaný text',
|
||||
);
|
||||
|
Reference in New Issue
Block a user