translation-value-sets/hu/conservation_report_type_set.php

11 lines
280 B
PHP
Raw Normal View History

2020-09-05 15:03:06 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
2023-01-23 22:41:01 +01:00
$conservation_report_type_set = array (
'damage' => 'Sérülés',
'conservation' => 'Megőrzés',
'condition' => 'Állapot',
'restoration' => 'Restaurálás',
'other_report' => 'Egyéb beszámoló',
'other' => 'Egyéb beszámoló',
);