translation-value-sets/pl/conservation_report_type_set.php
2023-01-23 21:37:48 +00:00

13 lines
295 B
PHP

<?PHP
declare(strict_types = 1);
array (
'conservation_report_type_set' =>
array (
'damage' => 'Damage',
'conservation' => 'Conservation',
'condition' => 'Condition',
'restoration' => 'Restoration',
'other_report' => 'Other report',
'other' => 'Other report',
),
)