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

13 lines
290 B
PHP

<?PHP
declare(strict_types = 1);
$topic = array (
'material_technique' => 'Material/Technik',
'measurements' => 'Maße',
'when' => 'wann',
'where' => 'wo',
'who' => 'wer',
'object_from' => 'Objekt aus',
'original_entry' => 'Originaleintrag',
'literature' => 'Literatur',
);