translation-themator/hu/topic_object.php
2023-03-25 23:13:23 +00:00

13 lines
331 B
PHP

<?PHP
declare(strict_types = 1);
$topic = array (
'material_technique' => 'Anyag / technika',
'measurements' => 'Méretek',
'when' => 'mikor',
'where' => 'hol',
'who' => 'ki',
'object_from' => 'A tárgy itt található: ',
'original_entry' => 'megtekintés a MúzeumDigitárban',
'literature' => 'Szakirodalom',
);