translation-themator/ta/topic_object.php
2025-01-31 22:19:59 +00:00

13 lines
304 B
PHP

<?PHP
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',
);