translation-value-sets/ru/object_document_type_set.php
2024-06-01 22:58:11 +00:00

12 lines
473 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?PHP
declare(strict_types = 1);
$object_document_type_set = array (
'undefined' => 'Не установлено ',
'provenance_report' => 'Отчёт о провенансе',
'purchase_contract' => 'Договор купли-продажи',
'restoration_report' => 'Отчёт о реставрации',
'assessment' => 'Оценка',
'correspondence' => 'Переписка',
'legacy_documentation' => 'Документация о наследии',
);