translation-value-sets/ro/conservation_report_type_set.php

11 lines
265 B
PHP
Raw Normal View History

2024-03-25 15:51:51 +01:00
<?PHP
declare(strict_types = 1);
$conservation_report_type_set = array (
'damage' => 'Damage',
'conservation' => 'Conservation',
'condition' => 'Condition',
'restoration' => 'Restoration',
'other_report' => 'Other report',
'other' => 'Other report',
);