translation-value-sets/de/conservation_report_type_set.php
2023-01-23 21:41:01 +00:00

11 lines
273 B
PHP

<?PHP
declare(strict_types = 1);
$conservation_report_type_set = array (
'damage' => 'Schaden',
'conservation' => 'Konservierung',
'condition' => 'Zustand',
'restoration' => 'Restaurierung',
'other_report' => 'Anderer Bericht',
'other' => 'Anderer Bericht',
);