translation-themator/pl/topic_object.php
2023-01-23 21:43:39 +00:00

13 lines
305 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',
);