translation-value-sets/ru/conservation_report_type_set.php

8 lines
409 B
PHP
Raw Normal View History

2020-09-05 15:03:06 +02:00
<?PHP
2022-08-23 17:02:35 +02:00
$conservation_report_type_set['damage'] = 'Повреждение';
$conservation_report_type_set['conservation'] = 'Консервация';
$conservation_report_type_set['condition'] = 'Состояние';
$conservation_report_type_set['restoration'] = 'Реставрация';
2022-10-05 15:36:33 +02:00
$conservation_report_type_set['other_report'] = 'Другое';
2022-08-23 17:02:35 +02:00
$conservation_report_type_set['other'] = 'Другое';