translation-value-sets/ru/object_document_type_set.php

12 lines
473 B
PHP
Raw Permalink Normal View History

2024-05-10 16:22:03 +02:00
<?PHP
declare(strict_types = 1);
$object_document_type_set = array (
2024-06-02 00:58:11 +02:00
'undefined' => 'Не установлено ',
'provenance_report' => 'Отчёт о провенансе',
'purchase_contract' => 'Договор купли-продажи',
'restoration_report' => 'Отчёт о реставрации',
'assessment' => 'Оценка',
'correspondence' => 'Переписка',
'legacy_documentation' => 'Документация о наследии',
2024-05-10 16:22:03 +02:00
);