Approval.
This commit is contained in:
@@ -1,9 +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',
|
||||
'simple_transcription' => 'Проста транскрипція',
|
||||
'diplomatic_transcription' => 'Дипломатична транскрипція',
|
||||
'critical_edition' => 'Критичне видання',
|
||||
'historical_critical_edition' => 'Історико-критичне видання',
|
||||
'reading_edition' => 'Читацька версія',
|
||||
);
|
||||
|
Reference in New Issue
Block a user