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
13 lines
304 B
PHP
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',
|
|
);
|