Files
ar
de
en
backend.php
eventtype_name.php
general.php
login.php
navigation.php
startpage.php
topic.php
topic_object.php
fr
hu
id
it
pl
pt
ro
ru
ta
te
tl
uk
translation-themator/en/topic_object.php
2023-01-23 21:43:39 +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',
);