Approval.
This commit is contained in:
@ -6,5 +6,5 @@ $conservation_report_type_set = array (
|
||||
'condition' => 'Állapot',
|
||||
'restoration' => 'Restaurálás',
|
||||
'other_report' => 'Egyéb beszámoló',
|
||||
'other' => 'Egyéb beszámoló',
|
||||
'other' => 'Egyéb',
|
||||
);
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_document_type_set = array (
|
||||
'undefined' => 'Meghatározatlan',
|
||||
'provenance_report' => 'Proveniencia beszámoló',
|
||||
'undefined' => 'Egyéb',
|
||||
'provenance_report' => 'Proveniencia riport',
|
||||
'purchase_contract' => 'Adásvételi szerződés',
|
||||
'restoration_report' => 'Restaurálási dokumentáció',
|
||||
'assessment' => 'Értékelés',
|
||||
|
Reference in New Issue
Block a user