Approval.

This commit is contained in:
2023-01-23 21:43:39 +00:00
committed by md translation bot
parent 442031be23
commit 690ced6b48
84 changed files with 3493 additions and 3241 deletions

View File

@ -1,9 +1,12 @@
<?PHP
$topic['material_technique'] = 'Material / Technique';
$topic['measurements'] = 'Measurements';
$topic['when'] = 'when';
$topic['where'] = 'where';
$topic['who'] = 'who';
$topic['object_from'] = 'Object from';
$topic['original_entry'] = 'original entry';
$topic['literature'] = 'Literature';
declare(strict_types = 1);
$topic = array (
'material_technique' => 'Material / Technique',
'measurements' => 'Measurements',
'when' => 'when',
'where' => 'where',
'who' => 'who',
'object_from' => 'Object from',
'original_entry' => 'original entry',
'literature' => 'Literature',
);