Approval.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
declare(strict_types = 1);
|
||||
$conservation_report_type_set = array (
|
||||
'damage' => 'Sérülés',
|
||||
'conservation' => 'Megőrzés',
|
||||
'conservation' => 'Konzerválás',
|
||||
'condition' => 'Állapot',
|
||||
'restoration' => 'Restaurálás',
|
||||
'other_report' => 'Egyéb beszámoló',
|
||||
|
||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
||||
'sphere' => 'gömb',
|
||||
'cone' => 'kúp',
|
||||
'cylinder' => 'henger',
|
||||
'oval' => 'Oval',
|
||||
'round' => 'Round',
|
||||
'square' => 'Square',
|
||||
'rectangular' => 'Rectangular',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user